• Resolved skizzenmonster

    (@skizzenmonster)


    Hey,
    I want to use your plugin together with another plugin showing a different set of cross-sell products. The other one also uses the owl slide. When I activate yours, the other plugins handles (owl-dots underneath as well as the owl-nav prev and next) dissapear, which I need. Obviously they interact stragely. Is there a way to make sure, that each plugin keeps its own settings for handles?
    Cheers,
    Krischan

Viewing 15 replies - 1 through 15 (of 23 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello @skizzenmonster, happy to help.
    can you send me a product link so I can have a look?

    Thanks.

    Thread Starter skizzenmonster

    (@skizzenmonster)

    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 Author 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?

    Thread Starter skizzenmonster

    (@skizzenmonster)

    sure, done!

    Plugin Author Vagelis

    (@eboxnet)

    Is there a cache? I still see the slider.

    Thread Starter skizzenmonster

    (@skizzenmonster)

    cleared the cashe…
    shall I deactivate the plugin altogether?

    Plugin Author Vagelis

    (@eboxnet)

    No, it’s fine. I can see it now.

    Plugin Author Vagelis

    (@eboxnet)

    OK you can put the slider back on now.

    Plugin Author 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' );
    
    Thread Starter skizzenmonster

    (@skizzenmonster)

    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 Author Vagelis

    (@eboxnet)

    No there’s only one slider, as for the selected field issue I am aware of that thank you.

    Thread Starter skizzenmonster

    (@skizzenmonster)

    Ok cool, where do I put that best?

    Plugin Author 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 )

    Thread Starter skizzenmonster

    (@skizzenmonster)

    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 Author Vagelis

    (@eboxnet)

    What happens if you change items : 6 to items : 3 ?

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Compatibility with another owl-slider’ is closed to new replies.