-
Author
-
November 12, 2017 at 16:37 #179640mitcholiParticipant
On some pages I would like to use the Mobile Menu and not the Main Menu from the desktop. When the Mobile Menu is clicked in the Header, it slides to a photo background but no menu options. Is there a way to actually use the mobile menu for Mobile only and use the desktop menu for desktop only?
November 12, 2017 at 16:50 #179641Kieran_SQModeratorHi,
Thanks for contacting us today about menus. Could you please provide me more information on your ticket as I do not understand.
KLEO uses one main menu which it displays in different ways depending on the screen size. Resolutions below 991px will see the collapsed version with the hamburger icon.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
November 12, 2017 at 16:53 #179645mitcholiParticipantSure, When you click the hamburger Icon on a mobile device, the screen slides to the left but there are no menu options. It seems to show a background photo when pressed.
Attachments:
You must be logged in to view attached files.November 12, 2017 at 17:04 #179649Kieran_SQModeratorHi,
It looks like you have set a background image for the sidebar, go to Theme Options > Styling > Side > Scroll to: ‘Background image’ and unset this to remove the image, if this is not the case please send me admin credentials so I can look into this more.
With regards to no menu items it appears you’re using the ‘Replace the default Mobile Menu with the Side Menu’ option from Theme Options > Side Menu but you have no menu set as your main menu in Appearance > Menus. I can see from your site that you’re not using the main menu, only top menu, so if you go to Appearance > Menus > Select desired menu > Checkbox: ‘Side menu’ it should work.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
November 12, 2017 at 22:55 #179685mitcholiParticipantGreat that works! However is there any way to only show the hamburger menu on mobile without getting the Top Menu as well.
Ultimately I would like to use the TOP Menu on Desktop and hamburger menu on mobiles. Is this possible?
Attachments:
You must be logged in to view attached files.November 12, 2017 at 23:01 #179689Kieran_SQModeratorHi,
You can use the below CSS in Theme Options > General Setting > Scroll to: Quick CSS or in Appearance > Editor > KLEO Child > Style.css to remove the top bar if the users’ screen resolution is lower than 991px
COPY CODE@media screen and (min-width: 991px) { .social-header.header-color { display: none !important; } }
Make sure to clear any caching on WordPress, any CDN service and purge your local cache (Ctrl+F5) to see any changes. Caching on mobile devices can be very aggressive, you may need to delete your mobile browser data completely (apart from passwords and form data) to see these changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.