Plugin Author
malihu
(@malihu)
Hello,
I checked your page and the ps2id
class is currently added on the outer wrapper (div) element and not on the link itself. You need to add the class on the link or on its direct parent element/building block.
If you want to avoid adding the ps2id
class each time on your links, you can enable “Page scroll to id” to handle all links with URL in the form of #id
by going to plugin settings and change “Selector(s)” field to:
a[href*=#]:not([href=#])
So, either change plugin’s “Selector(s)” option or add the ps2id
class on the link element(s).
Let me know
Thread Starter
mynym
(@mynym)
Hi mailihu
Thanks a lot for the fast reply. Unfortunately, SiteOrigin’s PageBuilder does offer the option to add classes to the link itself.
So I changed the selector as you recommended, and it works like a charm 🙂
Great plugin, thanks for the effort!
Best
Wolfgang