Make sure data-adapt-container-width is set to "true" and set data-width to the maximum width that you expect your sidebar will resize into (take into account its size later on responsive design).
Ps. data-width won't force your sidebar into the specified width. It will only tell Facebook how wide it can resize into if you have data-adapt-container-width.
Make sure data-adapt-container-width is set to "true" and set data-width to the maximum width that you expect your sidebar will resize into (take into account its size later on responsive design).
Ps. data-width won't force your sidebar into the specified width. It will only tell Facebook how wide it can resize into if you have data-adapt-container-width.
@tommydamic68 Wrap the fb-page element within <div class="section">...</div> next time (this won't style the widget like any other sidebar block). FB might have calculated the width wrong sometimes since its parent element was the whole sidebar instead of an individual sidebar block (an extremely wild guess).
In safari, my widgets links are not clickable - i.e the userlist member names, links etc. - Have confirmed it is happening to others as well - does anyone have a fix for this?
@tommydamic68 Wrap the fb-page element within <div class="section">...</div> next time (this won't style the widget like any other sidebar block). FB might have calculated the width wrong sometimes since its parent element was the whole sidebar instead of an individual sidebar block (an extremely wild guess).
i will add 2 Groups to the Conditional, but i dont know how. I have try this but it does not work.
{$contentTemplate} == 'forum_list' && {xen:helper ismemberof, $visitor, 1} && {xen:helper ismemberof, $visitor, 2}
So the Widget Framework add-on allows us to use conditionals on widgets. I want to use a conditional to exclude that widget from being displayed on the home page created by Brogan's CTA Home Page add-on. I want to create a widget to display a banner ad on the forums and everywhere else EXCEPT the CTA Home Page. So for that, I think, I need a conditional to exclude that widget from being displayed on the CTA Home Page. Can someone write here a conditional that will serve this purpose?
Hi @xfrocks what do we need to edit to adjust the alignments on widgets when on mobile? One is stuck to the left and not aligned like the others centrally.
Thank you
How do you use multiple conditionals in one widget? I am trying and I am getting an error.
Trying to use multiple conditionals: http://prnt.sc/e8sb99
Getting this error: http://prnt.sc/e8saw3
Thanks for your reply!
The long way to do it is that I create a new widget for every conditional. The easier and convenient way would be that I put all the conditionals in a single widget. You have suggested to use AND or OR. Can you please give an example?
Now you want your widget to be displayed on these three. Where and how would you add the AND/OR?
Secondly, do you have any idea what conditional to use when you DON'T want the widget to show on a particular page? I am using Brogan's CTA Home Page and if I want a widget to show up on everywhere on the forum EXCEPT the Home Page, what conditional should I use? The following conditional shows the widget only on the Home Page. Can you edit it so it excludes the Home Page?
Code:
{$contentTemplate} == 'pagenode_container'
I'd be very grateful if you could help me out with this. I've been at it for hours with no luck.