• Resolved kelw

    (@kelw)


    I can’t get my slide to be responsive. I sent the developer and email asking for help and he said to buy the PRO version without offering any help. Can I hide my slide on mobile devices since I can’t fix it?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Codinga

    (@dkurecki)

    Hi @kelw ,

    please can you forward here the question you asked regarding the slider. Please also send an example showing the problem you have with the slider.

    Regarding the option you ask if the slider can only be turned off on mobile, we currently do not have the option that the slider can be hidden on mobile. But you gave us a good idea to upgrade that feature in future versions.

    We wish you a pleasant rest of the day!

    Thread Starter kelw

    (@kelw)

    I took a screen shot of what the slider looks like on mobile, but where do I upload the picture here?

    original message: I can’t get my slide to be responsive. I sent the developer and email asking for help and he said to buy the PRO version without offering any help. Can I hide my slide on mobile devices since I can’t fix it?

    https://www.firstplacewheels.com

    Plugin Author Codinga

    (@dkurecki)

    Hi @kelw ,

    if you want to upload an image you have to upload it to one of the image upload services and paste the URL here, I suggest https://imgbb.com/ .

    Regarding that you want to hide the slider on the mobile version this is currently only possible on the PRO version. Because the PRO version supports separate options for desktop, tablet and mobile. So in the PRO version you can set the size of the desktop slider separately, and set the size to ‘0’ on the mobile, that is, it will hide the mobile slider. For this reason, you have been told by the developer to obtain the PRO version. So it is also written in the table of features that support the free version, and which PRO version.

    I can give you advice that is not fully specified as correct but more like a hack on how to do what you want. With this CSS you will hide all our sliders on the mobile version.

    
    @media (max-width: 1039px) {
        .slider_instance {
            display: none;
        }
    }
    

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide slide on mobile’ is closed to new replies.