Home › Forums › WoodMart support forum › Stucky sidebar column on shop archive › Reply To: Stucky sidebar column on shop archive
March 28, 2024 at 1:09 pm
#553039
Aizaz Imtiaz Awan
Keymaster
Hello,
Add this code to the previous one and it will fix the column stick problem when you go back.
window.addEventListener('popstate', function() {
woodmartThemeModule.stickyColumn();
});
Unfortunately, the problem associated with the filter product element when you go back cannot be solved with the help of custom code alone, but we will consider how to solve it in our next updates.
Best Regards.