• Resolved uane1234

    (@uane1234)


    Good day

    I do hope you well.

    I’ve recently downloaded the slider ultimate demo plugin and I must commend you guys on a job well done. I searched and tested many plugin’s and I do find the slider ultimate works well. However I do have one issue I hope you can assist me with, I have added on buttons onto the slider but the buttons doesn’t seem to be fully responsive, to explain further, the buttons appear when I am using a Mac or a Macbook , but the moment I use a mobile device the buttons seem to disappear unless I am viewing the site on landscape, but when viewed normally on mobile the buttons do not appear. please refer to the following link : http://fortheline.com

    I do hope you can assist me with this before I purchase the Pro plugin.

    Regards,

    Mervin

    https://wordpress.org/plugins/ultimate-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi Mervin,

    Thank you for contacting us and for the kind words. The behaviour you’re seeing is exactly how it is currently designed to work. In testing we found that, on small devices, it was difficult to find a way to display the buttons in a clean manner that also kept them big enough to read and click, especially since some people may have multiple buttons on one slide. For this reason, we have a media query that hides them when the screen gets below a certain size.

    If you’d like the buttons to display on all screen sizes, you could make use of the “Custom CSS” box found in the “Basic” area of the slider settings to override the media query. Something like the following should do the trick:

    @media screen and (max-width: 568px) {
    .slider .ewd-slide .slideText ul.slideButtons {
    display: block;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Buttons’ is closed to new replies.