Hello, I am having an issue where there seems to be a x related javascript asset causing sections of my website to try and smooth scroll to anchors using # in their hrefs.
For example I have a custom template page that has jQuery tabs displaying some custom post type data with the anchor tags href’s pointing to say #example to display the correlating div element with the ID of “example” the page will try and scroll to the element and jump around. is there a way to disable this behavior? I believe jQuery would normally prevent the default anchor event but it seems x is handling it after the fact.
Thank you,
Zach