
Hi, I have "Slider Auto Play" options - True, but my Slider not playing (latest versions of wordpress, woocommerce and plugin, http://www.galena-shop.cz/en/) Can you help me?
Thank you.



Welcome to our forum.
have you customzed the plugin code, i can see the owl.carousel.min.js
is commentted out and not loading from our plugin, this might be loading from 3rd party scripts but please confirm these 3rd party scripts used update verison for owl.carousel.min.js, please see the screenshot.
http://imgur.com/a/PITWK
Regards

Unfortunately, when I deactivated yith-woocommerce-product-slider-carousel plugin, your wcps plugin stoped sliding. Then when I activated both plugins and used your CSS suggestions, the double dots disappeared and the pagination is displayed properly. Is there a similar CSS to override for the Slider Navigation at Top that has visible arrows? In this navigation the arrows are invisible.
Increasing the value for "Slider Auto Play Speed" makes sliding slower only on a computer, while on mobile phone the sliding speed did not change and remained too quick, but after I changed the Slider column number In Mobile option from 1 to 2 – the sliding speed is now the same on mobile and computer and both look good.
Thank you very much for your help.

These type issue is happening most in case of js library used(owl.carousel.min.js) different version by different plugin author, when you stop using shortcode ([yith_wc_productslider id=1226]),
Double dot are CSS conflict with the plugin (yith-woocommerce-product-slider-carousel), you can deactivate this plugin to fix the issue also
Please add the following CSS, to override.
.owl-theme .owl-dots .owl-dot span {
display: none !important;
}
for the slide speed please increase the value for "Slider Auto Play Speed"
Please see the attachment
http://imgur.com/a/pC1E3
Regards
Please see my screenshot i told you before that required script files are commented out that's why scripts are not loading from our plugin, (might be plugin code edited.) once you fix this issue you can deactivate "yith-woocommerce-product-slider-carousel" and our slider plugin should also work fine.
Let me check the mobile sliding speed issue will let you know.
Regards