• with setting slide_to_scroll="3" slide_to_show="5"
    there is a bug at breakpoint ≈ 880 pixels (iPad held vertically) three sliders are shown (which is good) but somewhy five are scrolled (bad). The other breakpoints, wider or thinner work perfectly.

    Good plugin otherwise, will give five stars if fixed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    You can change manually to our public.js file.
    Please go to wp-content->plugins->woo-product-slider-and-carousel-with-category->assets->public.js file and change this file breakpoint for as per your requirement.

    Note:- If you update the plugin in a feature then your changed core plugin file change will be lost.

    Thanks,

    Thread Starter micaa

    (@micaa)

    Hello,

    Thank you for the answer.

    Isn’t it a bug though ?

    If I set slide_to_scroll="3", I’d expect three slides to be scrolled maximum. Less as screen gets smaller. At no point is it supposed to scroll five at once.

    Examples:

    Works correctly:
    [wcpscwc_pdt_slider loop="false" slide_to_scroll="3" slide_to_show="3"]

    Works correctly:
    [wcpscwc_pdt_slider loop="false" slide_to_scroll="1" slide_to_show="3"]

    Go crazy at screen sizes between ≈767px and ≈1022px:
    [wcpscwc_pdt_slider loop="false" slide_to_scroll="3" slide_to_show="5"]

    Go crazy at screen sizes between ≈767px and ≈1022px:
    [wcpscwc_pdt_slider loop="false" slide_to_scroll="1" slide_to_show="5"]

    It is not that I need specific breakpoints, it is that even at slide_to_scroll="1":
    ? 1 slide is scrolled on big screens,
    ? 1 slide is scrolled on small screens
    ? 5 slides are scrolled at screen sizes between ≈767px and ≈1022px.

    That only happens if slide_to_show is > 3 though, so I let it at three for now…

    EDIT
    If that can help, I just seen that –at the problematic screen size only–, the number of slides scrolled == whatever number set in slide_to_show. Maybe you inverted the variables corresponding to slide_to_scroll and slide_to_show in the somewhere in the JS code.

    • This reply was modified 3 years, 9 months ago by micaa. Reason: New data
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    we have checked this plugin on our local server and it works perfectly.

    Please share your website link.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Good plugin but broke responsive’ is closed to new replies.