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

    Hi again,

    My Layer Slider seems to be a little buggy due to it’s responsive behaviour.

    I created 2 different sliders, one for mobile, one for tablet and desktop monitors. At 768px width, both are displayed, but the one for mobile is just a “blank space” between the other and the site’s content.
    At 752px the switch the role and the blank space is above the now shown mobile version.

    Is there a way to fix this?

    Thanks for your help!

    Tim

    #1320995

    Hi Tim,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1321004
    Anonymous

    Hi Rikard,

    thanks also for THIS reply :)
    Please find the link in the private section

    #1321137

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #layer_slider_1 {
      display: none;
    }
    .home #layer_slider_2 {
      display: block;
    }
    }
    
    @media only screen and (min-width: 768px) {
    .home #layer_slider_1 {
      display: block;
    }
    .home #layer_slider_2 {
      display: none;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 3 years, 9 months ago by Rikard.
    #1321158
    Anonymous

    Good morning Rikard,
    thanks, that worked. Thumbsup, thx!

    Problem is solved for me.

    #1321314

    Hi,

    Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1321338
    Anonymous

    Hi Rikard,

    feel free to close it. Thx!

    #1321485

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Layer Slider breakpoint error’ is closed to new replies.