Home New Guten Forums WoodMart support forum Filter in a Category and click back the filter doubles

Filter in a Category and click back the filter doubles

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #667142

    Ueli
    Participant

    Hi Team

    After Update to the latest Version i have an Issue with the Filter. It Duplicates itself when clicking back. Video is in the Private Content Tab.

    Hopefully you can help me.

    Thanks.

    #667221

    Hello,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site, and then check the issue. I am sure your issue will be solved. Then activate the 3rd-party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists, then keep the 3rd party plugins deactivated and let me know so I can check and give you a possible solution. Also, switch the child theme to the parent theme and check the issue after completely clearing the browser cache and server cache.

    Best Regards,

    #667252

    Ueli
    Participant

    Thanks for info, ive made a workaround and changed the Filter sction from Sidebar to Top.

    #667280

    Ueli
    Participant

    Well, the issue is now also on top bar. Do you have any idea what kind of plugin could cause this issue?

    #667283

    Ueli
    Participant

    // Direkt bei popstate den Filterbereich verstecken
    window.addEventListener(‘popstate’, function () {
    const filterArea = document.querySelector(‘.shop-sidebar’); // ggf. anpassen
    if (filterArea) filterArea.style.display = ‘none’;

    location.reload(); // saubere Seite laden
    });

    Ive Found a Workaround with this Code, hopefully this does not harm the theme?

    #667287

    Hello,

    Can you please share some screenshots of the issue on the top bar so I can check and give you a possible solution.

    Best Regards,

    #667288

    Ueli
    Participant

    reload does not work,

    So ive done now this one here:

    Script:
    window.addEventListener(‘popstate’, function () {
    location.reload();
    });
    Script

    Cant post the full code cause of Security settings.

    #667299

    Hello,

    Sorry, but we could not help you with this because it requires customizations, and this is beyond our limitations and support policy.

    These are custom code changes that come under Customization and aren’t provided or encouraged by the Theme itself. So, if you want to try it out, then it would be done at your own risk.

    Best Regards,

    #668202

    Ueli
    Participant

    ok thanks for feedback. The Script workaround does work so far.

    #668314

    Hello,

    We’re glad it worked for you. If you need any further help or run into anything else, feel free to reach out — we’re happy to assist!

    Best Regards,

Viewing 10 posts - 1 through 10 (of 10 total)