• Resolved isaacfig

    (@isaacfig)


    Hello,
    The plugin seems amazing but I have some error.
    I’m using astra theme Pro and using this code on the plugin :

    [woopspro_products_slider limit=’30’ slide_to_show=’5′ slide_to_show_for_mobile=’2′ slide_to_show_for_tablet=’3′ slide_to_show_for_laptop=’4′]

    Unfortunately it’s not displaying correctly and I don’t know where to search to resolve it. Anyone could help on this matter ?

    image : https://image.noelshack.com/fichiers/2026/02/6/1768085819-slider-display.jpg

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sajjad Hossain Sagor

    (@sajjad67)

    Hi @isaacfig If you can please share the public link where you have placed the shortcode so that I can get a hint of what CSS rule(s) causing the issue.

    Thread Starter isaacfig

    (@isaacfig)

    Hi, thanks for the reply.

    https://www.figuyatta.com/

    It’s on the main page, at the end of it.

    Plugin Author Sajjad Hossain Sagor

    (@sajjad67)

    ok, the CSS rules coming from .woocommerce ul.products{ display: grid; } causing the issue of layout broken. https://prnt.sc/Go-dzPbMYcjt

    To fix that add CSS rule:

    .woocommerce.woopspro-product-slider ul.products { display: flex!important; }

    Thread Starter isaacfig

    (@isaacfig)

    Thank you for the help, it did work to show the slider correctly.

    I’m now facing another situation : I want to make multiple product sliders on tabs (one per tab).
    But sliders don’t load correctly when I’m changing tab. For example : the first tab is showing but when clicking on the second one it just doesn’t load the sliders. And even if I’m going back to the first tab it does not load anymore.

    page showing the problem : http://www.figuyatta.com (main page, at the bottom)

    Hope you can also help me on this matter.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.