Jump to content

Advanced Custom Widgets [ Support topic ]


Recommended Posts

1 hour ago, dokdok said:

One question: 

Would you be able to prepare widgets by only activating them when they serve?
For example, create a specific widget for a category of members to use only on some occasions and not always fixed. It would be convenient to enable / disable it whenever you want, without having to create it again each time

mmm, not possible right now but maybe in next few updates :) 

Link to comment
4 minutes ago, dokdok said:

I just updated with the new version: before I had 2 fixed widgets but after updating the result is this ...

How can I fix the problem?

I had to chnage the widget key which probably can cause this on update im afriad

 

But you just need to re-add your widgets ;) 

simply drag and drop another widget 

you can also edit this widgets that doesnt work and then copy paste contents if you want

Edited by TAMAN
Link to comment
  • 3 weeks later...
11 minutes ago, amator said:

@TAMAN Can the normal widget show only on one page? Example: the first page of articles, but not when viewing records

No, IPS widgets dont work like this, If you add a widget in a "Pages" page and any widget not anything from "Advanced custom widgets" this widget will show everywhere in that page, and that is not up to me, thats how widgets work,

But i think you could use a custom css to hide the widget from certain places :) 

Edited by TAMAN
Link to comment

New update and two more settings to customize the fixed widgets.

  • Switcher type.
    • You can now choose if you wanted the switcher to save and remember the toggle, for example if you open a fixed widget, you need to toggle to close even after page refresh
  • Switcher style.
    • You can now select from two different switcher styles.

293d21af83580acc56d555295b00e215.png

 

On 6/6/2017 at 2:02 AM, Cyrem said:

Considering the use case of a embedding a chat widget, will the floating widgets remain open if I change pages (through use of a cookie)? or will I need to re-open the widget?

This setting has been added,  you can check the demo page to test ;) 

 

Edited by TAMAN
Link to comment
  • 1 month later...
3 hours ago, Steph40 said:

Hi @TAMAN e 

I am using this with Behemoth Dark and Light version and let the user pick which version he wants. Is there a way the the widgets color change according to the theme that the user picks?

Thanks

 

Yea, you can manually change the colors in custom.css to use theme color settings instead

 

Link to comment

why would you use static colors? the widgets already have color settings to change 

what i mean by theme colors is to replace the widget color settings with theme color settings so it takes the color from your theme

 

Be patient i will post you something once i get to my pc :)  

Edited by TAMAN
Link to comment

@Steph40

Add this to custom.css on any of my themes and the fixed widget colors will match to theme colors

.fw_Container .fw_Widget_inner{
  	background-color: {theme="widget_bg"} !important;
    border: 1px solid {theme="widget_borders"} !important;
}
.fw_Container .fw_Widget_inner .ipsType_richText {
	color: {theme="text_color"} !important;
}
.fw_Container .fw_Switcher .fw_Arrow,
.fw_Container .fw_Switcher .fw_Arrow::before,
.fw_Container .fw_Arrow::after{
  	background-color: {theme="widget_title_bar"} !important;
}
.fw_Container .fw_Switcher .fw_Arrow{
	color: {theme="widget_title_font"} !important;
}

 

 

Link to comment
1 hour ago, TAMAN said:

Add this to custom.css on any of my themes and the fixed widget colors will match to theme colors

Thank you, worked better then my version, only missed this for the title bar:

.fw_Container .fw_Widget_inner .ipsWidget_title{
  background-color: {theme="widget_title_bar"} !important;
}

Thanks again

Link to comment
39 minutes ago, Steph40 said:

@TAMAN 

I want to add images that are in the media section of the pages app. I use html widget and add:

<img src="{media="pictures/internet.png"}" >

The picture is not showing, what am I doing wrong.

PHP is not allowed in widget it is only HTML and TXT 

but you can add the raw image links

Edited by TAMAN
Link to comment
  • 4 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...