Viewing 1 replies (of 1 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hi squaredsquared,

    This isn’t possible in the free version, but in the Pro version it may be possible with a code snippet. First, enable the Carousel setting for the feed. Then try adding the following to the plugin’s Custom JavaScript section, which is at the bottom of the “Customize” settings page:

    if( $(window).width() > 480 ){
      $('#sbi_images').removeClass('sbi_carousel sbi_owl-carousel sbi_owl-theme');
      $('#sb_instagram').removeClass('sbi_col_1').addClass('sbi_col_4');
    }

    The only part you need to change is the “sbi_col_4” part at the end which would need to match whatever number of columns you are wanting to display the feed in on non-mobile devices. In the example above, “sbi_col_4” is for a 4 column feed.

    By default, the Carousel will be used on the feed, but when it’s above 480 pixels then the snippet removes the carousel and restores the regular layout.

    Let me know whether that works for you.

    John

    PS. In future, if you have a question or request related to the Pro version then please use the support form on our website as the moderators of this forum don’t like us providing support for paid products on here. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Mobile Silder’ is closed to new replies.