Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #478718

    Hi,

    Is it possible to remove the fullscreen easy slider from mobile display?
    On a normal screen it looks awesome but not on a mobile screen.

    THX Freek

    #478950

    Hi Freek!

    Yes it is, could you provide us with a link to the site in question so that we can take a closer look please? You could also create a separate slider for mobile and we can hide/show it with CSS.

    Cheers!
    Rikard

    #478961

    Yes i can. This is a testsite for a new customer.
    I don’t want to show the slider on a mobile device.
    THX Freek

    #479160

    Hi!

    You forgot the link. If it’s the fullscreen slider then add this to a codeblock element in your page.

    <style type = "text/css">
    @media screen and (max-width: 767px) {
    .avia-fullscreen-slider { display: none !important; }
    }
    </style>

    Regards,
    Elliott

    #479167

    Sorry. I did put the link in a private content.
    The link is
    THX Freek

    #479171

    ” title=”Weblink to page”>

    #479175

    http://www.wesaca.com/bens

    And is the Easy slider full screen.
    THX Freek

    • This reply was modified 9 years, 4 months ago by Freek.
    #479201

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .home #full_slider_1 { display: none !important; }}

    Best regards,
    Yigit

    #479238

    What a service. It works like a charm.
    THX Freek

    #479243

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Nofull screen easy slider on mobile’ is closed to new replies.