BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Footer menu not showing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #54279
    @karlos

    Hello,

    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

    #54294
    @vapvarun

    Hi @karlos
    it seems working fine, I have checked your site and it seems footer menu have only 1 item

    https://drive.google.com/file/d/0Bzv-k-FcE80iN18zVHl1cU90VkE/view?usp=drivesdk

    Regards
    Varun Dubey

    #54299
    @karlos

    Oh I see!

    It is not showing when loggen in!
    Why is that?

    test account:karlos / enkaizen
    enkaizen.es

    Please help!

    #54338
    @karlos

    Hello!

    Any update?

    Thank you!

    #54390
    @vapvarun

    Hi @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 Dubey

    #54394
    @karlos

    Hello,

    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?

    #54413
    @vapvarun

    Hi @karlos
    Code is good, have your have activated any plugin or added any custom function to control the menus ?

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Footer menu not showing’ is closed to new replies.