topic specific widget
-
Is there any way to show a widget with only specific topics?
There is already category specificity in widget settings... I am asking for a topic ID specific version of this...
Is this possible to make with CSS by creating a custom class?
-
@crazycells it potentially possible using CSS, but would mean hiding the other elements in the widget, and would be hard coded meaning if the list changes, the associated elements are likely to as well.
And all of this depends on there being unique IDs for each element you want to hide.
-
@phenomlab said in topic specific widget:
@crazycells it potentially possible using CSS, but would mean hiding the other elements in the widget, and would be hard coded meaning if the list changes, the associated elements are likely to as well.
And all of this depends on there being unique IDs for each element you want to hide.
I would like to add a count down widget with HTML. But I want to show this count down only when a related topic is opened...
So you mean, I should give this element a custom class like "showinTopicX" and block this class in CSS (with
display:none;
I guess?).Then, what id or class should I use in CSS to give topic specificity?
-
@crazycells this is well outside the forums here. I can help you with this via sudonix
-