Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #955348

    Hello,
    I would like to display the login icon (is in the secondary menu) which works perfectly in the others pages but not in the homepage because homepage is a blank template.
    In other words, is it possible to display a secondary menu in a page build with a blank template and not with the standard template?
    Please see the images!
    Thank you!

    Laura

    #955614

    Hey opificioilgranello,

    You can try adding the menu in the template like so

    
    wp_nav_menu('Navbar');
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #955696

    Hello Victoria,
    I’ve tried to insert the code in the page but it doesn’t work :-/

    #955723

    Hi opificioilgranello,

    Where did you try to insert it?

    Best regards,
    Victoria

    #955755

    Hi Victoria!
    I’ve inserted the code right inside the page (the homepage).

    Laura

    #956691

    Hi,

    Please try load it as

    wp_nav_menu( array( ‘theme_location’ => ‘Navbar’ ) );

    but make sure that Navbar is the name of the menu you want to load.

    Best regards,
    Basilis

    #956738

    Hi Basilis,

    it doesn’t work :(

    Laura

    #957669

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #958166

    No problem, I’ve just solved :)

    #958974

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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