Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #473332

    Hello:
    We noticed that the responsive slider is not useful on mobile devices, because the text is too small to read.

    What we can do to improve that?
    Can we have a full screen slider only on mobile devices?

    Thanks

    #473385

    Hey yoeladam!

    You can add the fullscreen slider to your page content and let us know when your done and we’ll give you some CSS so it only displays on mobiles and vice versa.

    Cheers!
    Elliott

    #473722

    Thank you Elliott, I uploaded the theme to a temporary server, and I added the fullscreen slider.

    Regards,
    Adam

    #474246

    Hey!

    I see two fullscreen sliders, so I assume that one is meant for mobile only? don’t know which one though. Well, I will guess then. Use this to hide the first fullscreen slider on desktop:

    .ls-wp-fullwidth-container {
    display: none;
    }
    

    and to activate only for mobile (max screen size is here set to 1024px) add this as well:

    @media only screen and (max-device-width: 1024px) {
    .ls-wp-fullwidth-container {
    display: block;
    }
    div#fullscreen_slider_0 {
    display: none;
    }}
    

    Cheers!
    Andy

    #474497

    Thank you Andy, it works, but the bad thing about this method is that although only one slider is active, both sliders are loaded right?

    #474775

    Hey!

    both sliders might be loaded but not the images of both sliders. So it’s fair enough I think :).

    Let us know in a new ticket if you have another question related to the theme. We are happy to assist.

    Best regards,
    Andy

    • This reply was modified 9 years, 4 months ago by Andy.
    #474802

    You are absolutely right Andy, only the images of the active slider are loaded, perfect.

    Thank you for the nice support!

    #474851

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Slider with tiny letters on mobile’ is closed to new replies.