Home Forums WoodMart support forum Slider Revolution in Header with Filters Reply To: Slider Revolution in Header with Filters

#307211

thorndikedev
Participant

I’m talking about the filters in the sidebar. When you are on a category page and filter the products the header should not go away.

This is because when we click filter, it does it through JS Ajax and it manipulates DOM elements (it copies DOM elements and paste them with copied + new elements with filtered contents). So here slider revolution codes disappear for a moment and slider gets an error and new pasted code is not recognizable for slider revolution.

If I disable Ajax filtering it works. But would it be possible to fix this bug directly? only manipulate content part excluding category elements on product filter.