I updated to the new theme version recently and the left Navigation Menu disappeared on mobile devices on the new version of the theme.
I have went through https://themenectar.ticksy.com/article/5032/ according to your indication, and have also deactivated all Third Party plugins and switched to the Parent Theme, and malfunction persists.
I need the right-sided menu to open the side widget area (with widgets as before).
I need the left-sided menu to open the main menu (as before).
I have renewed your paid support for the purpose of ensuring help in updating, and have been waiting for a fix for this malfunction for almost a month now, and constantly see many replies with solutions to tickets but my own.
After almost a month for theme updating, it seems that functionality disappeared, and this update that was supposed to be simple, seems to have gotten very messy.
I need to put this website online urgently, and ask you to please assist asap.
1. In order to have the old style mobile menu where the navigation items are separate from the off canvas nav, you need to disable the mobile sticky option and also ensure that your off canvas navigation is turned on. For now, I've adjusted your theme options to use the more intuitive method where both the off canvas nav widget area and the nav items are contained within one mobile nav. Please see the attached screenshot for clarifcation.
2. I've verified that in the current release, the date and nectar love was unintentionally removed from the oldest "classic" masonry layout and have added that back in for you. Going forward in future releases it will be back in as well
Hi Andrew,
I updated to the new theme version recently and the left Navigation Menu disappeared on mobile devices on the new version of the theme.
I have went through https://themenectar.ticksy.com/article/5032/ according to your indication, and have also deactivated all Third Party plugins and switched to the Parent Theme, and malfunction persists.
I need the right-sided menu to open the side widget area (with widgets as before).
I need the left-sided menu to open the main menu (as before).
Malfunctioning updated version mobile menu can be seen here: http://test.azoreswhalewatch.com
Working original version mobile menus can be seen here: http://www.azoreswhalewatch.com
I have renewed your paid support for the purpose of ensuring help in updating, and have been waiting for a fix for this malfunction for almost a month now, and constantly see many replies with solutions to tickets but my own.
The original ticket, unreplied for 4 days can be found here: https://themenectar.ticksy.com/ticket/1366213/
After almost a month for theme updating, it seems that functionality disappeared, and this update that was supposed to be simple, seems to have gotten very messy.
I need to put this website online urgently, and ask you to please assist asap.
Kr,
Filipe
Hey Filipe,
1. In order to have the old style mobile menu where the navigation items are separate from the off canvas nav, you need to disable the mobile sticky option and also ensure that your off canvas navigation is turned on. For now, I've adjusted your theme options to use the more intuitive method where both the off canvas nav widget area and the nav items are contained within one mobile nav. Please see the attached screenshot for clarifcation.
2. I've verified that in the current release, the date and nectar love was unintentionally removed from the oldest "classic" masonry layout and have added that back in for you. Going forward in future releases it will be back in as well
Hi,
Thank you for the clarification.
Your suggestion is appreciated, but reduces significantly better navigation.
I managed to get it working by removing the sticky function.
Cheers,
Filipe
Sticky menu is a basic functionality for this template. You should fix it to improve mobile navigation.
I managed to get it working by adding this to the stylesheet:
/* TEMPORARY FIX TO THEME INABILITY FOR STICKY MOBILE MENU + SLIDE OUT AREA OVERLAY WITH NAV MENU*/
@media only screen and (max-width: 1000px) and (min-width: 1px) {
#header-outer {position:fixed!important;top:0px;}
#mobile-menu {position:fixed!important;top:60px;width:100%;}
#ajax-content-wrap {margin-top:60px;}
#slide-out-widget-area.slide-out-from-right {z-index:999999;}
}
Cheers,
Filipe