CSS Conflict with other plugins
-
The problem is that you have used a generic “slider” selector in your code. There are some other plugins that also use that generic selector and that causes a conflict. Can you please update your code to add a proprietary selector in place of the generic ‘slider’ selector? somthing like you use in other places in your code. Your code currently uses:
<div class=”slider nickx-slider-for nslick-initialized nslick-slider vertical-img-left”>Perhaps you can use something like:
<div class=”nickx-slider nickx-slider-for nslick-initialized nslick-slider vertical-img-left”>The page I need help with: [log in to see the link]
The topic ‘CSS Conflict with other plugins’ is closed to new replies.