• Resolved hazelvardeleon

    (@hazelvardeleon)


    I’m using Flatsome theme and have successfully used this short code to display 99+ brand logo:
    Display brands carousel: [pwb-carousel items=”99″ items_to_show=”5″ items_to_scroll=”5″ image_size=”thumbnail” autoplay=”true” arrows=”true”]

    But right after the latest update, it is just showing only 1 brand logo.

    Please help

Viewing 5 replies - 1 through 5 (of 5 total)
  • For me the same, just show 1 brand thumb
    same shortcode, but Nova WP theme (a StoreFront child theme)…

    i find that issue in the inline style:

    • The div that contains the image has the same width of the page container, so only one image is visible and the other are just outside the container.
    • Only the image visible in the container has aria-hidden="false", i expect to have 5 image set visible for the items_to_show=”5″ written in the shortcode

    I have the same problem, and I can’t solve it. I saw the widht container logo image is the 100% carousel’s width.

    I have the same problem in desktop mode only.

    Does anyone knows how to fix it?

    I fixed it!

    in the file / perfect-woocommerce-brands / assets / js / pwb_frontend_functions.js

    I added on line 16 and line 58:

    {
    breakpoint: 1680,
    settings: {
    slidesToShow: 6,
    draggable: true,
    arrows: true
    }
    },

    Plugin Contributor titodevera

    (@titodevera)

    Please update your plugin. New version 1.4.5 fix this bug.

    Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Brand Carousel showing only 1 brand thumbnail’ is closed to new replies.