• Hi,

    My problem is that the off-canvas filter button is adding a # at the end of the url therefore sending the user back at the top of the archive page and I do not want this behavior to happen.

    What can I do to fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below JS code from the Appearance > Customize > Custom CSS/JS, and check.

    jQuery(document).ready(function() {
        jQuery("a.oceanwp-off-canvas-filter").click(function(event) {
            event.preventDefault();
        });
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Filter button brings back to top’ is closed to new replies.