Jump to content

Advanced Custom Widgets [ Support topic ]

Featured Replies

  • Author
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 :) 

  • Replies 159
  • Views 17.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

Posted Images

Great! And thanks a lot :thumbsup:

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

c00ae7cc7728e061e2a687a406ce6056.jpg

How can I fix the problem?

  • Author
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

Ok, I'll try it right away and let you know ... ;)

Done! All perfect... Thanks so much!  :thumbsup:

P.S. Do I have to change this setting now or can I leave it as it is?

5db7e925b166bc3c1e79a7f4a1360a12.png&key

 

  • Author
1 minute ago, dokdok said:

Done! All perfect... Thanks so much!  :thumbsup:

P.S. Do I have to change this setting now or can I leave it as it is?

It doesn't matter anymore, choose whichever you prefer :) 

  • 3 weeks later...

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

Edited by amator

  • Author
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

7 hours ago, TAMAN said:

IPS widgets dont work like this

That's bad when you put a message intended only for first page, but it shows in all records

  • Author

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

This might seem like a stupid question but does this work only for your themes @TAMAN?

  • Author
20 minutes ago, Joey_M said:

This might seem like a stupid question but does this work only for your themes @TAMAN?

No. why would do that! :D 

this works with any themes, it doesnt actually has anything to do with themes tho 

On 7/4/2017 at 9:05 PM, TAMAN said:

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

Thank you!!

  • 1 month later...

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

  • Author
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

 

@TAMAN

What class do I use?

I looked in your advancedcustom_widgets.css but can't figure it out.

@TAMAN

Got the title and the content background with this:

.fw_Container .fw_Widget_inner{
  background-color: #18191D !important;
}
.fw_Container .fw_Widget_inner .ipsWidget_title{
  background-color: #232020 !important;
}

I just need the text color changed to #ffff in the content now.

  • Author

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

  • Author

@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;
}

 

 

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

@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.

  • Author
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

Just now, TAMAN said:

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

but you can add the raw links if the images 

Ok thanks

  • 4 weeks later...

It seems as if there is some kind of forced boarder around the custom block so when I add an HTML discord widget it doesn't take up the full space of the block. Is there any way I can fix this?

Recently Browsing 0

  • No registered users viewing this page.