Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Parallax scrolling feature causing an issue with plugin › Reply To: Parallax scrolling feature causing an issue with plugin
March 30, 2018 at 5:20 pm
#27723
Keymaster
Hello Chris,
Since you have dig that code this much , we would like to recommend you to change the selector
from $(‘a[href*=”#”]’)
to $('a[href*="\\#"]')
,
let us know if this fix the issue.
Thanks!