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?
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
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.