@max Bond
please help sort this issue out. Thanks in advance for your help!
Hi!
Your widget cannot be fixed because it has no id attribute!
You have to change before_widget parameter in register_sidebar function.
See here for right syntax: http://codex.wordpress.org/Function_Reference/register_sidebar
Hi, thanks so much for your help.
Could you provide some more details.
Where should that ID go to in your code and also, it is impossible to register a sidebar without an ID?
Hi, Max
I am Alex, from ThemeFuse support team. User “casarosaumbria” is using our template. For what we must change before-widgetparameter? And what widget does not has an ID attribute?
Cheers,
Alex
Hi Max
Could you kindly take a look at Alex’s question.
Thanks a million in advance for your help.
Cheers
Amos
Trying to get your plugin to work with a website running a ThemeFuse Theme as well (Practice). I worked with the developer of the Theme and they added the required IDs. We were able to make the plugin work (sort-of) on the Homepage, but not on the SERVICES page. Any thoughts or ideas?
cmodesign!
You have to remove position: relative property in style.css line 2463
.sidebar .widget-container, .content .widget-container {
/* position: relative !important; */
…
}
Thank you for the quick response. That fixed the problem. 🙂
Hi, Max
I am Alex, from ThemeFuse support team. User “casarosaumbria” is using our template. For what we must change before-widgetparameter? And what widget does not has an ID attribute?
Cheers,
Alex