• Resolved bakuryu06

    (@bakuryu06)


    Hi. First of all excellent plugin. I like it very much. I am trying to control the number of items that can be shown based on the browser width.

    Inside owl.caousel.js changing the below code seems to not affect anything. Can you please elaborate? or maybe update the plugin to allow for this change? I know that owlCarousel has this feature. Thanks!

    items : 5,
      itemsCustom : false,
      itemsDesktop : [1200, 5],
      itemsDesktopSmall : [1100, 5],
      itemsTablet : [768, 2],
      itemsTabletSmall : false,
      itemsMobile : [479, 1],
      singleItem : false,
      itemsScaleUp : false,

    https://wordpress.org/plugins/wpb-woocommerce-product-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WpBean

    (@wpbean)

    Thanks for using this plugin. Well if you want to do that you have to go on “main.php” file .
    Do not change any PHP code. Just change the owl carousel trigger code there. I leave some comment there just read the comments and change as your need.

    Regards.

    Thread Starter bakuryu06

    (@bakuryu06)

    Thanks! That worked! I didn’t realize it was being overwritten in the main.php. Thanks again 🙂

    Plugin Author WpBean

    (@wpbean)

    Happy to resolved it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing # of items based on theme/browser width’ is closed to new replies.