Home › Forums › All Other Themes › Meditation: Mobile Slider Buttons
- This topic has 17 replies, 3 voices, and was last updated 4 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
December 16, 2019 at 6:00 am #141430
Hello,
The buttons do not appear correctly on the slider for the mobile (phone) screen.
Here’s an image of how it displays http://originalcent.com/wp-content/uploads/2019/12/IMG_0442.png
The website using the Meditation theme is https://capricornhealthcareconsultants.com
Thanks for assistance.
December 16, 2019 at 6:22 am #141457Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .nivo-caption .slidedesc { padding:0 !important; margin-bottom:5px !important;} .nivo-caption .title { font-size:28px !important;} .nivo-caption .slidedesc p { line-height:20px !important;} .nivo-caption .slidebtn a { padding:10px 20px !important;} }
Regards,
DaveDecember 16, 2019 at 3:49 pm #141481This did not work 🙁
December 17, 2019 at 7:45 am #141518Hi,
Delete cache:
Kindly delete cache and do a forced refresh.
To do a forced refresh kindly follow below instructions:
Windows/Linux:
1. Hold down Ctrl and click the Reload button.
2. Or, Hold down Ctrl and press F5.Mac:
1. Hold Shift and click the Reload button.
2. Or, hold down Cmd and Shift key and then press R.Regards,
DaveDecember 17, 2019 at 3:45 pm #141556LOL…media screen…iPhone
Dumped cache and still not helping.
December 18, 2019 at 5:14 am #141567Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
DaveDecember 18, 2019 at 5:19 am #141569Hmmm. Thought you might ask that next. The last time I gave even temporary access to a support person (another theme from a different developer), they left a backdoor opening that left the site exposed to some major hacking. It was not pretty.
Other ideas?
December 18, 2019 at 5:41 am #141575Hi,
Okay, kindly use this one:
@media screen and (max-width:767px) { .nivo-caption .slidedesc, .nivo-caption .slidebtn { display:table !important;} }
Regards,
DaveDecember 18, 2019 at 5:49 am #141576Much better, almost there. The bottom edge of the button gets cut off. Can we reduce the padding above the button or below the description?
December 18, 2019 at 5:54 am #141578Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveDecember 18, 2019 at 3:34 pm #141614Here’s the current state. Everything now appears, but there are some padding issues. The most important thing is to bring the button up so it is not cut off.
http://originalcent.com/wp-content/uploads/2019/12/IMG_0447.png
December 19, 2019 at 5:30 am #141630Hi,
Kindly use this one:
@media screen and (max-width:767px) { .nivo-caption .slidedesc, .nivo-caption .slidebtn { display:table !important;} .nivo-caption .slidedesc { padding:0 !important; margin-bottom:5px !important;} .nivo-caption .title { font-size:28px !important;} .nivo-caption .slidedesc p { line-height:20px !important;} .nivo-caption .slidebtn a { padding:10px 20px !important;} }
Regards,
DaveDecember 19, 2019 at 3:24 pm #141664Perfect. That fix nailed it. We’re getting close to nailing these little bugs with the mobile theme.
I am still having an issue with header overlap as reported in this thread:
https://www.sktthemes.org/forums/topic/meditation-pro-mobile-version-issue/
The fix you provided worked great for the iPhone media screen, but unfortunately the issue still exists on tablets. Ive tried updating that thread twice but I think it got lost in the moderation queue.
Thanks.
December 20, 2019 at 5:12 am #141680Hi,
Can you send us the screenshot of your issues?
Regards,
DaveDecember 20, 2019 at 2:35 pm #141785Here’s the screen shot:
http://originalcent.com/wp-content/uploads/2019/12/IMG_0001.png
-
AuthorPosts
- You must be logged in to reply to this topic.