Home Forums Pro Themes Education Hub Pro Hide menu button or alternative button on smartphone

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #118936
    Marcel Houkes
    Participant

    Hi,

    Working on a site using “Education Hub Pro”.
    The primary sidebar contains a custom made menu. (so main menu is on the left of the site, not on top).
    Created a 2nd, empty menu and assigned it to the “Primary menu” as result the top menu bar is empty, as required/designed.

    When showing the website on a smartphone (not tablet) I see the menu button, which is empty when clicking on it (as designed ofcause). Is there an option to:
    1: Hide the menu button when showing the website on a smartphone or
    2: Is it possible to show an alternative (primary) menu when enter the website via a smartphone.

    Thanks
    Marcel

    #118996
    wensolutions
    Keymaster

    Hello,

    Actually, we are not quite clear with your queries, please explain in detail about the queries with the screenshot of the issues so that we can inspect further.

    Also, can you please provide us with your site URL so that we can inspect in detail.

    Regards.

    #118999
    Marcel Houkes
    Participant

    Hi,

    See also site in draft: http://144.178.66.103/
    On the left (primary sidebar) you see the main menu (Called “Hoofdmenu”).
    On the primary menu place holder (near horizontal top yellow bar) there is a menu placed with NO menu entries (called “Kopmenu”) to prevent showing up a menubar (as designed for this website). All fine.

    When opening the same URL on a smartphone you will see the primary menu button.(3 horizontal lines with the “Menu” text on the left of it). See picture.

    Seen the fact I connected an empty menu (“Kopmenu”) to the Primary menu place holder, this button isn’t doing anything (as designed). So comes up to the questions:

    1: Hide the menu button when showing the website on a smartphone or
    2: Is it possible to show an alternative (primary) menu when enter the website via a smartphone.
    or third: i’m thinking of: when I assign NO menu to the primary menu place holder the theme shows a default menu based on the available pages. Option to hide to complete primary menu (if the option not there already? can’t find it).

    See green marker in picture.

    #119068
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the menu, you can add CSS to remove the menu in the mobile view following the path Admin Panel > Appearance > Customize > Additional CSS

    @media only screen and (max-width: 767px){
    div#main-nav {
        display: none;
    }
    }

    Further, it is not possible to show an alternative (primary) menu.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    #119093
    Marcel Houkes
    Participant

    Great! Working like a charm.

    Thanks for the quick response!

    Marcel

    #119114
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Regards.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.