• Resolved intcreative

    (@intcreative)


    Hello,

    Great plugin! It works well on my menu items, however I am having 2 issues:

    1) On my page at https://dev.creative.intinc.com the “Schedule a Consultation” link/button does not scroll to the Contact Us section at the bottom of the page. I have tried adding both class and rel=”m_PageScroll2id” to no avail. I did notice however that the scroll feature works when you load the page as https://dev.creative.intinc.com/#widgetized-template-area_e.

    2) The offset feature does not seem to work on my site.

    Any help would be appreciated.

    Thanks much.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    It seems that your theme loads the jQuery library twice while the second one being the non-WordPress 3.1 version. This causes a js error with plugin’s selector. The solution is very simple:

    Go to plugin settings and change the “Selector(s)” value from:

    a[href*=#]:not([href=#])

    to:

    a[href*='#']:not([href='#'])

    Save changes and test your page (everything should be working now).

    I’ll update the plugin so next version won’t have this issue with non-WordPress jQuery.

    Thread Starter intcreative

    (@intcreative)

    Your solution worked fantastically!

    Thanks for your 5 star support.

    Plugin Author malihu

    (@malihu)

    You’re welcome ??

    I’ve already pushed this fix on plugin’s development version and it’ll be part of the next update (version 1.6.5).

    Marking this as resolved. If you need more help let me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only works on initial page load’ is closed to new replies.