• Hello Does anyone has an idea why setting “Secondary Menu” options is not appearing in the “Customizr” customize option in my website under “ASSIGN MENUS TO LOCATIONS”?

    I have made menus with pages already but the problem is the option to set it up is not available.

    I would really appreciate for any help on this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please go to Appearance -> Customize -> Header -> Navigation Menus

    If you are using Side Menu ( vertical ) as the main menu, you need to check on the setting -> Display a secondary (horizontal) menu in the header.
    Then you will be able to select -> Secondary (horizontal) Menu

    Please see screen-shot of setting location.
    https://image.prntscr.com/image/4da26def7303427d8db9b9c011cf1706.png

    Thank you.

    Thread Starter digiadswebdev

    (@digiadswebdev)

    Oh, I didn’t see that. Failure to really explore the different option. Thanks a lot Mr. Denzel. Really appreciate it man…Cheers! God bless.

    You are welcome!
    God Bless you too!

    Thank you.

    Hi Denzel,

    Do you know a way to remove the vertical side menu from customizr theme? I would like to show only a regular horizontal menu. I have tried all possible combinations at customizr panel. There is no way to completely remove the vertical side menu. I can only choose to display both menus (horizontal and vertical) or only vertical. What I want is to display only the horizontal menu, like most os the websites. I have set my menu options in Appearance -> Customize as:
    -Main Menu: -select- (I haven’t selected any)
    -Display a secondary (horizontal) menu in the header: checked
    -Secondary Menu (horizontal): principal (this is the name of the single menu I have)
    -Select a design : side menu (vertical) or regular (horizontal): side menu (vertical) (can’t select none)
    -Menu position (for “main” menu): Menu on the right (can’t select none)
    -Menu position (for the horizontal menu): Menu on the right

    I have set my menu option at Appearance -> Menus as:
    -In edit menus -> position on theme: I have checked only for Secondary Menu (horizontal), and I have only one menu
    -In manage positions, for Main Menu: I didn’t selected any (leaved as “-select a menu-“. For Secondary Menu: principal (this is the name of my menu)

    And after all this, The 3 line menu button insist on appear. When I click n it, it shows all the pages of my website.

    this is my website: https://www.drjaleco.com.br

    I’ve tried using this snippet, but it didn’t worked at all:

    add_filter(‘tc_opt_tc_menu_style’, ‘tc_vertical_menu_in_mobiles’);
    function tc_vertical_menu_in_mobiles( $type ) {
    return wp_is_mobile() ? ‘aside’ : $type;
    }

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Setting up “Secondary Menu” option (Not appearing)’ is closed to new replies.