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
- This topic has 9 replies, 2 voices, and was last updated 1 month, 4 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 13, 2025 at 1:24 am #667142
UeliParticipantHi 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.
June 13, 2025 at 11:53 am #667221
Aizaz Imtiaz AwanKeymasterHello,
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,
June 13, 2025 at 12:50 pm #667252
UeliParticipantThanks for info, ive made a workaround and changed the Filter sction from Sidebar to Top.
June 13, 2025 at 3:07 pm #667280
UeliParticipantWell, the issue is now also on top bar. Do you have any idea what kind of plugin could cause this issue?
June 13, 2025 at 3:22 pm #667283
UeliParticipant// 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?
June 13, 2025 at 3:51 pm #667287
Aizaz Imtiaz AwanKeymasterHello,
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,
June 13, 2025 at 3:52 pm #667288
UeliParticipantreload does not work,
So ive done now this one here:
Script:
window.addEventListener(‘popstate’, function () {
location.reload();
});
ScriptCant post the full code cause of Security settings.
June 13, 2025 at 4:28 pm #667299
Aizaz Imtiaz AwanKeymasterHello,
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,
June 18, 2025 at 4:05 pm #668202
UeliParticipantok thanks for feedback. The Script workaround does work so far.
June 19, 2025 at 8:58 am #668314
Aizaz Imtiaz AwanKeymasterHello,
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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register