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

    Hi there

    I’ve got a one page site with a color section that displays two differently from mobile to desktop. I’ve created both sections in the layout builder and hidden with the following code

     @media only screen and (min-width: 767px) {
      #brave-mobile{display:none;}
    }
    
    @media only screen and (max-width: 767px) {
    #brave{display:none;}
    }

    Problem is the Easyslider then doesn’t work. I’ve tried without the @media and the slider is fine.

    Is there something i’m doing wrong?
    Thanks
    Richard

    #451305

    Hey raslade!

    I cannot seem to find easy slider on your page. Can you please point out where it should be?

    Best regards,
    Yigit

    #451403

    Hiya

    The slider only shows up on mobile.

    Thanks
    Richard

    #451664

    Hey!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply. Also, are we allowed to play around with the CSS while testing?

    Cheers!
    Rikard

    #451678
    This reply has been marked as private.
    #452174

    Hey!

    I’m sure you’re testing this by resizing the browser screen. Have you checked it on an actual mobile device? The slider should work there.

    Cheers!
    Ismael

    #452277

    Hi Ismael, oh yup that might of helped – works fine. Sorry to have wasted your time.

    Thanks
    Richard

    #452417

    Hey!

    No problem, glad we could help.

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘EasySlider not working on mobile’ is closed to new replies.