Tagged: icon, secondary menu
-
AuthorPosts
-
May 11, 2018 at 4:44 pm #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
May 12, 2018 at 8:42 am #955614Hey 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,
VictoriaMay 12, 2018 at 12:24 pm #955696Hello Victoria,
I’ve tried to insert the code in the page but it doesn’t work :-/May 12, 2018 at 1:06 pm #955723Hi opificioilgranello,
Where did you try to insert it?
Best regards,
VictoriaMay 12, 2018 at 2:51 pm #955755Hi Victoria!
I’ve inserted the code right inside the page (the homepage).Laura
May 14, 2018 at 9:52 pm #956691Hi,
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,
BasilisMay 14, 2018 at 11:08 pm #956738Hi Basilis,
it doesn’t work :(
Laura
May 16, 2018 at 8:29 pm #957669Hi,
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,
BasilisMay 17, 2018 at 2:17 pm #958166No problem, I’ve just solved :)
May 19, 2018 at 9:19 am #958974 -
AuthorPosts
- You must be logged in to reply to this topic.
