Thread Starter
dutt
(@rajat-dutt)
anyone can please help?????
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 ww.wp.xz.cn 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
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;
}
}