Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1308899

    I am looking to have a different navigation for 1 page only, so my questions are.

    1- How to have a completely different navigation menu for 1 page.
    2- I need the logo in the center and the navigation right and left from the logo. How?

    Thanks.

    #1309057

    Hey peterolle,

    Thank you for the inquiry.

    1.) You can use a plugin to control the visibility of the menu or the items within it.

    // https://wordpress.org/plugins/menu-items-visibility-control/
    // https://wordpress.org/plugins/zen-menu-logic/

    2.) You can find the “center logo, split menu” and more header layout options in the documentation.

    // https://kriesi.at/documentation/enfold/header/#header-widget-position

    Split menu: https://kriesi.at/documentation/enfold/menu/#toggle-id-145

    Best regards,
    Ismael

    #1309246

    Thank you for this Ismael.

    Is there a way to fix the middle logo and navigation menu centered?

    The logo is at 50% with is correct. The problem comes when the navigation items have different length. For example:

    Home | Blog | Logo Here | Latest News | Get in Touch

    As latest news and get in touch are double in length than blog and home, it will never centers.

    How to fix it?

    Thanks.

    #1309640

    Hi,

    Thank you the update.

    Have you tried adjusting this part of the css code?

    /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
    #top #header .av-main-nav li:nth-child(3) {
      /* Adjust the width of the logo */
        margin-right:150px;
    }
    

    And you might have adjust the name of the menu items a bit and make sure that all of them have almost the same length.

    Best regards,
    Ismael

    #1309783

    I did, but found problems when the search icon is shown and when the nav items are larger than the others, so I was trying to find how to have the logo entered at 50% no matter what and then have all nav items distributed correctly.

    I ended up hiding the search icon and leaving 4 nav items instead of 5. That way it centered fine.

    Thanks.

    #1309833

    Hi,

    Did you need additional help on this topic then or shall we close?

    Best regards,
    Jordan Shannon

    #1309899

    Please close it, thank you.

    #1309995

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Different navigation for a page.’ is closed to new replies.