Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter casarosaumbria

    (@casarosaumbria)

    @max Bond

    please help sort this issue out. Thanks in advance for your help!

    Plugin Contributor Max Bond

    (@max-bond)

    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: https://codex.www.ads-software.com/Function_Reference/register_sidebar

    Thread Starter casarosaumbria

    (@casarosaumbria)

    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?

    Alex_Nita

    (@alex_nita)

    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

    Thread Starter casarosaumbria

    (@casarosaumbria)

    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?

    Plugin Contributor Max Bond

    (@max-bond)

    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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Plugin not working’ is closed to new replies.