• Resolved Basil Babaa

    (@bbabaa)


    I placed 4 featured items in Woo Commerce. On all browsers I have tested, the Product Slider shows 1 of the 4 items at full size which scroll. AS IT SHOULD.

    Except when the browsers fall within 799px to 1199px in width which instead you get 3 mini products, and it looks really bad.

    Is there any way to force the Plug-in to always display a Full size image in the sidebar?

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

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

    (@wpbean)

    We are going to update our plugin soon. We will fix this issue on next update.

    Thanks

    Why does it say solve?, the problem still existing in the last version 1.1?, when I install it still says 1.0.

    Thanks

    I’m having the same problem.

    Plugin Author WpBean

    (@wpbean)

    We are still working on it. Please consider us to finish it.

    Thanks

    Please I am waiting to finish a web page, can you please post the code to solve the bug, I don´t want ay update, It is probably a peace of code needed to slve it.

    Thanks

    Plugin Author WpBean

    (@wpbean)

    Hi Madredeuz,

    We use owl carousel jQuery plugin for this wordpress plugin. You can see owl carousel customization page for that.

    And you need to update our code on main.php file. Code will be similar to this

    itemsDesktop : [1199,3],
    itemsDesktopSmall : [979,3],

    Thanks

    Thank you a lot, I solve it.

    In main.php line 131:

    itemsDesktopSmall : [979,3], /* The second number is the number of slides that show per page*/

    change to:

    itemsDesktopSmall : [979,1],

    This causes the slide to show 3 in table size
    Yeahh, thanks again.

    Regards
    Yeray

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WPB Woo Product Slider Responsive issues’ is closed to new replies.