Home Forums WoodMart support forum Stucky sidebar column on shop archive Reply To: Stucky sidebar column on shop archive

#553039

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.