Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #697757

    Hi,
    i have this issue: i want to hide sliders on mobiles but the Layer Slider “Hide on mobile” button doesn’t work,
    Why?

    #698273

    Hey BernardoBussi,

    I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.

    Also update to Enfold v3.8.

    Best regards,
    Andy

    #700768

    Hi Andy,
    – deactivated the site caching and deleted cached pages (using plugin Super cache).
    – cleared browser cache
    – hard refreshed the site
    – updated theme

    Nothing.
    Any solution?
    Thanks

    #701192

    Hi,

    login details you’ve provided do not work for me. Please check.

    Best regards,
    Andy

    #701200

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #layer_slider_1 {
    display:none !important;
    }
    }

    Thanks,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.