• Hi,

    I want to display Dots navigation instead of Prev – Next buttons.

    I found the below code in another support thread of this plugin

    function v_woo_related_slider() { 
      if (is_product()) {?>
    	<script>
    	jQuery(document).ready(function($) {
    	$("#woorelatedproducts").data('owlCarousel').destroy();
      	var owl = $("#woorelatedproducts");
    	  owl.owlCarousel({
    	      items : 4,
    	      itemsDesktop : [1000,3],
    	      itemsDesktopSmall : [900,3],
    	      itemsTablet: [600,1],
    	      autoPlay: 3500,
    	      itemsMobile : false,
    	  });
    	  });
    	</script> <?php 
    	}
    }
    add_action( 'wp_footer', 'v_woo_related_slider' );

    When I added below OWL code for adding dot navigation, it is still not working.

    dots: true,nav: false,

    The page I need help with: [log in to see the link]

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

    (@eboxnet)

    Hello there, sorry for the late reply.
    Do you still need help on this one?

    Thread Starter Rajeev Rajan

    (@rajeevrf)

    No, But if you can answer, it would be helpful for others who are looking for this.

    Thanks for replying though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dots navigation instead of Prev – Next Buttons’ is closed to new replies.