This topic has 17 replies, 4 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi, is there any way to hide or cover with black the navigation menu on mobile. On the iphone when you drag down on our site the navigation is revealed.
Thanks for you time.
Hello,
Please add this code into custom.css file:
@media (max-width: 979px) {.menu-icon:before {
color: black;
}}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hi, thanks but that did not work.
However, I got it to be hidden using this:
.st-menu {
visibility:hidden;
}
But when I use this code the nav menu takes longer to pull out on mobile. It takes 3 seconds for the menu to slide out. Without this code it takes 1 second but then the menu is visible at the top when you drag down.
See attached image please.
Hello,
What theme version are you using?
You need update it to 1.5.2 version.
If there are still some problems after update please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
I updated to 1.5.2 a few days ago.
FTP and wpadmin attached.
Hello,
I’ve updated Essential Grid, Ultimate Addons for Visual Composer plugins.
Please check the site now.
Thank you.
Regards,
Eva Kemp.
Thanks but the problem still persists.
Any other ideas?
Or is that just how the theme is setup?
Hello,
I’ve checked your site and don’t see any issues with menu.
Are you still experiencing the problem?
Could you please show a screenshot?
Thank you.
Regards,
Eva Kemp.
The issue is on mobile. While on the site, drag down anywhere and you will see the Navigation Menu exposed. This will undoubtedly confuse customers as they browse. Screenshot attached.
Hello,
Sorry, but we don’t see the issue on the site:
http://i.imgur.com/MzNaBjG.png
What mobile device are you checking in?
Regards,
Eva Kemp.
We’re on an iphone. If you drag down on the homepage, you will see it at the top.
Hello,
I’ve added following code into style.css of the Child Theme. Please check your site now.
.mobile-menu-block.st-menu {
z-index: -1;
visibility: hidden;
}
.st-menu-open .st-menu{
z-index: 1;
visibility: visible;
}
Regards,
Robert Hall.
Hi yes that did fix the issue however now it takes 3 times as long for the menu to pull out. Sometimes 3-4 seconds.
I think the issue is the visibility: hidden style slowing it down. Is there a way to just cover the menu with a white box and swap the two when the menu button is clicked? That way nothing needs to be hidden.
Thanks for you help.
Also, I think this definitely should be fixed in a future update. I looked at the other Royal demos and they all have this issue.
Hello,
I see. Ok, then you may delete that code. We’ll try to fix this bug in our next update, but unfortunately it will be available not earlier than Christmas Holidays will end, after January, 9.
Regards,
Olga Barlow
I appreciate your help and look forward to the update. Happy holidays =)
Hello,
Thank you for your understanding and patience.
Merry Christmas.
Regards,
Eva Kemp.
The issue related to '‘hide navigation meby when dragging down on mobile’' has been successfully resolved, and the topic is now closed for further responses