• Resolved annaise

    (@annaise)


    How do I edit the mobile and tablet view? I’d like to have 2 products in mobile view, not 1. How do I add @media in the shortcode?

    Something like @media (max-width: 485px) slide_to_show=”2″

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter annaise

    (@annaise)

                breakpoint: 479,
                settings: {
                    slidesToShow    : (parseInt( slider_conf.slide_to_show ) > 2) ? 2 : parseInt( slider_conf.slide_to_show ),

    I found a way around it by copying the slidetoshow for breakpoint:767 in one of the js files. Is there any other way to do this without editing the plugin files? Or even a way to override this in a child theme?

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Sorry for the inconvenience, this is coming for the JS file. There is no other way to change the js file, so please add your need to the js file.

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

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit how many slides to show in mobile’ is closed to new replies.