• dutt

    (@rajat-dutt)


    Dear Team,
    my buttons re not visible on mobile screen.
    please help me to resolve it.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dutt

    (@rajat-dutt)

    anyone can please help?????

    Plugin Support jaysupport

    (@jaysupport)

    Hello rajat,

    That sounds like you made use of the “Hide Elements from Mobile View” setting. This feature is actually part of the premium version of the plugin. The www.ads-software.com forums are meant for questions about the free version of this software. As such, please contact us directly by email or visit our website, and we’d be happy to assist you in using the premium version.

    Thread Starter dutt

    (@rajat-dutt)

    Hi thanks for your reply.
    No i am.not using your premium version.
    Mobile settings are locked as i am using free version of it.
    Please resolve my issue

    Plugin Support jaysupport

    (@jaysupport)

    Thanks for clarifying. The buttons are hidden by default on very small screens or else they wouldn’t show properly anyway. If you want to unhide them, you can try adding some custom CSS. For example:

    @media only screen and (max-width:767px){
    .ewd-us-mobile-hide {
        display:inline !important;
    }
    
    .ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons{
    	display:block;
    }
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button not visible on mobile’ is closed to new replies.