Jump to content

Advanced Custom Widgets [ Support topic ]


TAMAN

Recommended Posts

Posted
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 :) 

Posted

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?

Posted (edited)
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
Posted
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...
Posted (edited)
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
Posted
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

Posted (edited)

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
Posted
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 

  • 1 month later...
Posted

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

Posted
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

 

Posted

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

Posted (edited)

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
Posted

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

 

 

Posted
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

Posted

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

Posted (edited)
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
  • 4 weeks later...
Posted

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 members

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