This topic has 5 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #179640
     mitcholi
    Participant

    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?

    #179641
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #179645
     mitcholi
    Participant

    Sure, 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.
    #179649
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #179685
     mitcholi
    Participant

    Great 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.
    #179689
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?