• Resolved juiceex

    (@juiceex)


    Hi, really looking forward to using this plugin, but I don’t seem to be able to get it to work with my theme.

    I’m just testing out the theme here

    My theme uses the most current jquery, and my widgets do assign a numeric ID, so I should be good on those issues. (suggestions to check from your other posts that I’ve read)

    You’ll see my bottom widget listed as STICKY. Is there a conflict because my theme has a sticky header already? Any advice you could offer would be great.

    Thanks.

    https://www.ads-software.com/extend/plugins/q2w3-fixed-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!
    I checked your site.
    I see that widgets have no id )

    Look at the code:
    <div class="sidebar_entry widget_text text-3">
    text-3 is a widget id, but it is in class attribute, not in id attribute.
    The right syntax:
    <div class="sidebar_entry widget_text" id="text-3">

    Check register_sidebar function, before_widget parameter!

    Thread Starter juiceex

    (@juiceex)

    ahhhh… sorry I know I looked for the code that generates that dynamic id.. I just didn’t take note that it needed to be the id and not a class.. solved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Having trouble with my site’ is closed to new replies.