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

    (@malihu)

    Hi,

    I checked your URL and it seems that page scrolling is not handled by ‘Page scroll to id’. Either your theme or another plugin(?) handles your menu links, preventing ‘Page scroll to id’ events from firing.

    Your target elements are not using the id attribute. They’re using data-id attributes which are targeted by another script that’s scrolling the page.

    You need to use the id attribute in your target elements in order for ‘Page scroll to id’ to work. For example, changing data-id="solucoes" to id="solucoes" will enable the plugin to work as it should.

    Also, you need to enable the plugin on your “Contato” link (it currently does not have the ps2id class or any rel attribute set).

    I don’t know how you create and identify your sections in your admin but you need to use the id attribute in your sections (maybe you should use plugin’s shortcode to create the targets).

    Thread Starter andre_placido

    (@andre_placido)

    Thanks! I’ve corrected it now! Thank you! ??

    Plugin Author malihu

    (@malihu)

    No problem. Marking this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working when coming from another page’ is closed to new replies.