Plugin Contributor
Vagelis
(@eboxnet)
Hello @skizzenmonster, happy to help.
can you send me a product link so I can have a look?
Thanks.
Sure, check it out here: the top one is the other slider which should have owl-dots underneath and prev/next arrows to the left and right side…
https://waldmonster.de/produkt/hang-in-there-laessiges-eichhoernchen-damen-premium-organic-shirt/
I really like your slider and would love to use both plugins parallel.
Plugin Contributor
Vagelis
(@eboxnet)
Thanks for the link, could you please disable the slider on my plugin for 10 minutes so I can check a few things?
Plugin Contributor
Vagelis
(@eboxnet)
Is there a cache? I still see the slider.
cleared the cashe…
shall I deactivate the plugin altogether?
Plugin Contributor
Vagelis
(@eboxnet)
No, it’s fine. I can see it now.
Plugin Contributor
Vagelis
(@eboxnet)
OK you can put the slider back on now.
Plugin Contributor
Vagelis
(@eboxnet)
A temporary solution would be to add that script into your website until I have a better solution for you.
function v_woo_related_slider() {
if (is_product()) {?>
<script>
jQuery(document).ready(function($) {
$("#wcdrp-30310").data('owlCarousel').destroy();
var owl = $("#wcdrp-30310");
owl.owlCarousel({
items : 6,
itemsDesktop : [1000,3],
itemsDesktopSmall : [900,3],
itemsTablet: [600,2],
autoPlay: 3500,
itemsMobile : false,
});
});
</script> <?php
}
}
add_action( 'wp_footer', 'v_woo_related_slider' );
ok done.
By the way: shouldn’t there be two different sliders in the settings? I only have “enabled” (two times O.o) and “disabled”
(can’t somehow send a screenshot)
Plugin Contributor
Vagelis
(@eboxnet)
No there’s only one slider, as for the selected field issue I am aware of that thank you.
Ok cool, where do I put that best?
Plugin Contributor
Vagelis
(@eboxnet)
Add it into your child’s theme functions.php file ( if you have a child theme, if not the if you put it on your main theme this will be removed on the next theme update so you should create a child theme I guess.. )
If you are not familiar with PHP get a backup of your website before you edit anything and make sure you have SFTP access. ( just in case )
hmmm, tried that script and it made the other slider disappear altogether and as well opened up all the product page tabs…
Tried that in a little plugin I have for small fixes…
Plugin Contributor
Vagelis
(@eboxnet)
What happens if you change items : 6 to items : 3 ?