BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Footer menu not showing
Tagged: footer menu not showing
- This topic has 6 replies, 2 contibutors, and was last updated 8 years, 11 months ago by Anonymous.
Question
December 11, 2015 at 10:33 pm #54279@karlosHello,
The footer menu is not showing. It is assigned a menu in wordpress Menus but I is now showing.
The website is enkaizen.es
Can you help please?
Thanks
Answers
December 12, 2015 at 4:42 am #54294@
AnonymousHi @karlos
it seems working fine, I have checked your site and it seems footer menu have only 1 itemhttps://drive.google.com/file/d/0Bzv-k-FcE80iN18zVHl1cU90VkE/view?usp=drivesdk
Regards
Varun DubeyDecember 12, 2015 at 8:59 am #54299@karlosOh I see!
It is not showing when loggen in!
Why is that?test account:karlos / enkaizen
enkaizen.esPlease help!
December 13, 2015 at 11:38 am #54338@karlosHello!
Any update?
Thank you!
December 14, 2015 at 9:25 am #54390@
AnonymousHi @karlos
Please check your child theme footer.php files it should have
<ul class="footer-menu"> <?php if ( has_nav_menu( 'secondary-menu' ) ) : ?> <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'secondary-menu', 'items_wrap' => '%3$s' ) ); ?> <?php endif; ?> </ul>
without any conditional logic
Regards
Varun DubeyDecember 14, 2015 at 9:48 am #54394@karlosHello,
It does have it. I have the footer.php file in the child theme. Please check screenshot.
What do you think the issue can be?
December 14, 2015 at 12:08 pm #54413@
AnonymousHi @karlos
Code is good, have your have activated any plugin or added any custom function to control the menus ?Regards
- The question ‘Footer menu not showing’ is closed to new replies.