Plugin Author
malihu
(@malihu)
Hi,
Please go in plugin settings and change the “Selector(s)” option to:
a[href*='#']:not([href='#'])
Save changes and test.
This can happen because of another update (theme or plugin) which might conflict with plugin’s old default selector value.
Thanks so much the change go well, but something is wrong. The scrolling behaviordon´t work as before when you click from other page to a scroll point. In this case the position is only on top.
thanks
Plugin Author
malihu
(@malihu)
No problem.
When I visit https://www.landho.es I get “Site not found” message.
When I visit http://www.landho.es I get redirected to https://www.estudiograbacionmadrid.es/ and the change to the selector is not applied, so I can’t really see what happens(?)
Oh Ok, the true site name is http://www.estudiograbacionmadrid.es . Anyway the scrolling behaviorwere working rigth until the las plugin update.
Plugin Author
malihu
(@malihu)
I can’t really find where the issue comes from in http://www.estudiograbacionmadrid.es because all scripts are minified and concatenated. Try this:
Go to plugin settings and set “Highlight selector(s)” option value to:
.menu-item a
Let me know
Hi Malihu, I tried the way you say about highlight selector(s), but it don´t work.
Plugin Author
malihu
(@malihu)
Try settings the “Selector(s)” option value to:
.menu-item a[href*='#']:not([href='#']), a.menu-scroll-down
Also, is there a way for me to see the site in https://www.landho.es?
In http://www.estudiograbacionmadrid.es I can’t see plugin options and scripts.
Hi malihu, I tried .menu-item a[href*=’#’]:not([href=’#’]), a.menu-scroll-down, but don´t work. I have images images of the plugin settings. How can I send it to you?
Frank
Plugin Author
malihu
(@malihu)
This issue has been resolved privately.
I was running into a similar issue with our website. But I tried changing the “Selector(s)” value to
.menu-item a[href*='#']:not([href='#']), a.menu-scroll-down
and it works now.
So if anyone else is running into this behavior do try making that change, it worked on my site!
Plugin Author
malihu
(@malihu)
@bgoosen Great! Thanks a lot for the feedback 🙂