• Hi,

    I really thought that I had found a slider where I could put a text excerpt next to the image with Master Slider – until I happened to check the output on a mobile.

    On a mobile, there’s a type of mini-image slider with a huge chunk of text that may, or may not, scroll down into the next article.

    Settings used:

    Slider width – 750
    Slider height – 480
    Crop and Resize set to ‘ON’
    Boxed layout – ON
    Fillmode set to ‘FIT’

    What am I doing wrong here?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m facing the same problem on mobile view too.
    Not sure how to have it fixed.

    Plugin Author averta

    (@averta)

    Hi
    MAy I ask you to give us a link to your sliders, we will check it on mobile and advise you based on that.

    Regards
    Averya

    Having exact same issue.
    I want to show to client today and mobile is not working.
    https://hartmeier.co.za/

    @averta
    I found the same problem with mobile at your own demoversions of both versions ‘Slider with slide infos’
    You can see the mobile-problem there.
    Hopefully, you can make it work, because I looked a very long time for a slider like that.

    Hope this helps… I ran into the same problem. I ended up duplicating the slides with text on side and changed it to slide with text at bottom. then I did this… in the article I made the divs
    <div class=”slider-desktop”>[masterslider id=”1″]</div> (this would be slide with description on side)
    <div class=”slider-mobile”>[masterslider id=”2″]</div>

    Then in my CSS I hide and show based on the screen size…

    .slider-mobile {
    display: none !important;
    }
    .slider-desktop {
    display:inline-block !important;
    }

    @media (max-width: 768px) {

    .slider-desktop {
    display: none !important;
    }
    .slider-mobile {
    display:inline-block !important;
    }
    }

    • This reply was modified 8 years, 1 month ago by billsellers.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disaster on any Mobile’ is closed to new replies.