Okay
  Public Ticket #2749870
Construction Demo, horizontal secondary menu
Closed

Comments

  •  2
    dronich started the conversation

    How to add to the page secondary menu, that its would look like main menu? (attachment)

    Maybe can use WP Custom menu, but what class i can use?

  • [deleted] replied

    Hi dronich,

    That option is possible if you create your header with the "Build your Own" header.

    See example: https://d.pr/v/I59uCv

    Have a great day!

  •  2
    dronich replied

    Thank you for reply,

    This solution will not work for me. I would like to have different menu on pages. 

    Page 1 (main menu + menu1)
    Page 2 (main menu + menu2)

  • [deleted] replied

    Hi dronich,

    That option is not possible on Kalium at the moment. So you can't use different menus on your pages.

    Thanks for your understanding.

  •  2
    dronich replied

    This can be done thru WP Custom menu. Just add different menus to pages. Only problem how to make its horizontal, probably can use same class?

  • [deleted] replied

    Hi dronich,

    Can you please try to be very specific about the question and explain it more to me, in this way I can easily understand you and give you the proper answer.

    Thanks!

  •  2
    dronich replied

    Sorry my bad. 
    I would like to add horizontal menu to pages. 

    "Menu1" to page1 and "menu2" to page2. 

    One solution that i find is to add "WP Custom menu" to both pages and select proper menu. But problem is that menu is vertical. is it possible to specify some class to "WP Custom menu" that menu will look like "main menu"

  • [deleted] replied

    Hi dronich,

    Please send me the URL of that page that your menu is vertical so I will help you to make it horizontal.

    To be able to make that change please send me your WordPress credentials, because I need to log in to your site and test this. To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •   dronich replied privately
  • [deleted] replied

    Hi dronich,

    Please add the code below to your Custom CSS area:

    .vc_wp_custommenu ul li {
        float: right;
        padding-left: 30px;
    }
    .vc_wp_custommenu ul li a {
        color: #333;
        font-size: 14px;
        text-transform: uppercase;
    }
  •  2
    dronich replied

    Hi Ylli,

    Working. Thank you again for wonderful support.

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a great weekend!

    I will set this ticket as solved from here.