Okay
  Public Ticket #629356
mobile menu
Closed

Comments

  • MIchael started the conversation

    Hi guys,

    we have an empty mobile menu, looking at the HTML, using the dev tools the .top-bar-section it's empty.
    That's what we have in the header.php:

                        <nav id="mobile-menu" class="top-bar" data-topbar>
                            <ul class="title-area">
                                <!-- Do not remove this list item -->
                                <li class="name"></li>
                                
                                <!-- Menu toggle button -->
                                <li class="toggle-topbar menu-icon">
                                    <a href="javascript:;"><span><?php esc_html_e( 'Menu', 'uxbarn' ); ?></span></a>
                                </li>
                            </ul>
                            
                            <!-- Mobile menu's container -->
                            <div class="top-bar-section"></div>
                        </nav>
    
    

    Any idea?
    thanks

    M

  •  291
    Paul replied

    Hi Michael!

    I just checked your site and see that the mobile menu displays correctly. So did you already figure it out?

    Regards,
    Paul