You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classnames that start with ".slick" are too generic and conflict with my Shopify theme which already uses several of the exact same classnames. You should make the classnames more specific by adding a prefix or suffix to reduce conflicts with other plugins/themes.
I fixed it for myself by editing all of the classnames in each of the .css and .js files to be prepended with "ken", like ".kenslick-slider"
This isn't a high priority issue, since I've already fixed it for myself but increasing compatibility would still be a useful change.
For reference, my updated files are attached (re-extensioned to .txt files because Github didn't allow me to upload .css or .js files
Classnames that start with ".slick" are too generic and conflict with my Shopify theme which already uses several of the exact same classnames. You should make the classnames more specific by adding a prefix or suffix to reduce conflicts with other plugins/themes.
I fixed it for myself by editing all of the classnames in each of the .css and .js files to be prepended with "ken", like ".kenslick-slider"
This isn't a high priority issue, since I've already fixed it for myself but increasing compatibility would still be a useful change.
For reference, my updated files are attached (re-extensioned to .txt files because Github didn't allow me to upload .css or .js files
kenslick-1.8.1.css.txt
kenslick-1.8.1.min.js.txt
kenslick-theme-1.8.1.css.txt
The text was updated successfully, but these errors were encountered: