Setup Questions

Home Forums Pro Support Setup Questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #68962
    adminadmin
    Keymaster

    Hello,

    Can you look at the page http://www.waterfrontwonderland.com/

    is the process to migrate to the responsive menu to put the secondary menu in tot he main menu and then had the Themes main menu? Any suggestions on design would be appreciated.

    #68967
    adminadmin
    Keymaster

    In other words the new menu replaces the main and secondary menus?

    #68966
    Anonymous

    I use the DIVI theme and the top of the Menus are being cut off when i am in edit mode. Very hard to get what I want when the menus are not showing right. Any fix to make the menu start

    #68965
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Drake,

    I am not sure I quite understand the question.

    Are you saying you want two menus in one inside the hamburger menu?

    Also, how can I recreate the issue of the top of the menu items being cut off as I don’t currently see this.

    Please advise

    Peter

    #68964
    Anonymous

    I was able to fix the issues I originally had, now I get a messed up mobile screen that wraps the header bar into the content. Shows fine on desktop.

    It seems your option to specify when the header bar should show is opposite what is needed. Header bar should show on desktop and NOT on mobile screens. You should be able to specify how wide a screen should be that would show the bar, not hide it??

    #68963
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Drake,

    That is not necessarily true. I prefer to have a header bar just on mobile devices to hold the hamburger button but not on desktop devices.

    In fact, this is the first instance of someone asking for this specifically the other way around but of course there will always be people who want different options for different situations.

    However, it should be easy to accomplish. If you set the breakpoint to 80000 as suggested and then use a small snippet of Custom CSS to hide it on smaller screens, such as below:

    @media(max-width:800px) {
        #responsive-menu-pro-header-bar {
            display: none !important;
         }
    }

    Hope that helps

    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Setup Questions’ is closed to new replies.