Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wmglobal

    (@wmglobal)

    Plugin Author malihu

    (@malihu)

    How did you add the targets in your content? e.g. did you add the wir target id via shortcode? If yes, which plugin shortcode did you use?

    Did the plugin work previously? If yes, what changes did you make before it stopped working?

    Thread Starter wmglobal

    (@wmglobal)

    Correct, the shortcode is [ps2id id=’wir’ target=”/]

    No, at no time has it worked for me, it only works when I go directly to the link with the anchor, example: https://holzteakborazo.ch/#kontakt

    Thread Starter wmglobal

    (@wmglobal)

    But when entering the home page and clicking on an anchor in the menu, it does not scroll

    Plugin Author malihu

    (@malihu)

    Try this:

    1.Go to plugin settings and click the “Reset to default” button at the bottom.

    2.Enable “Prevent other scripts from handling plugin’s links” option and add the following value to “Prevent other scripts from handling plugin’s links selector(s)” option field:

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

    Click “Save Changes”.

    3.Edit your site’s wp-config.php file (e.g. via FTP. It is in the site’s root directory) and add the following code anywhere above the “/* That’s all, stop editing! Happy publishing. */” code:

    define('PS2ID_MINIFIED_JS', false);

    Save the file and let me know so I can test it again.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Page scroll not work, help’ is closed to new replies.