• Resolved Ishop

    (@ishop)


    hi i used to use the logo-showcase-functions.php to show responsive numbers of columns on my webpage, but it is not working after the recent update of the plugin. I restored the older version from my backup and it works fine. can you help me with this please? the changes that I made is shown as follow.
    responsive: [
    {
    breakpoint: 1024,
    settings: {
    slidesToShow: 4,
    slidesToScroll: 4,
    infinite: true,
    dots: true
    }
    },
    {
    breakpoint: 480,
    settings: {
    slidesToShow: 3,
    slidesToScroll: 3,
    centerMode:false
    }
    },
    {
    breakpoint: 400,
    settings: {
    slidesToShow: 2,
    slidesToScroll: 2,
    centerMode:false
    }
    }
    ]
    });
    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ishop

    We checked our new updated version it works good. can you please share shortcode which you have used for. and please elaborate little more about the issue .

    Thanks and Regards.

    Thread Starter Ishop

    (@ishop)

    hi thank you for your speedy response.
    my shortcode is as follow,
    [logoshowcase limit=”5″ slides_column=”4″ cat_name=”Food For Thoughts” link_target=”blank” show_title=”true” image_size=”medium” orderby=”rand” autoplay=”true” dots=”false” arrows=”false”]
    my goal is to display 2 columns on small mobile and 3 columns on the larger mobiles such as iphone 7 and iphone7 plus. the default setting for the responsive design was to display one column if the screen width is lesser than 480. i was able to achieve my goal by changing the breakpoint value in logo-showcase-functions. php in ver 1.28. However I cannot get the same result after the recent update.

    Now we have made some some changes BUT very soon we are planing to add breakpoints in the setting 🙂

    Right now you can edit the public.js file to change the breakpoints.

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

The topic ‘responsive columns’ is closed to new replies.