The Room 1.0 SC

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts

  • The Room 1.0 SC
    Participant
    Post count: 3

    Hello,

    Thanks for your reply. The proposed solution seems to make the problem worse. I have checked the original header.php file in the main theme just in case we had changed it in the child theme, but it was the same. In our child-theme’s header, we have tried changing the code:

    <!-- Collect the nav links, forms, and other content for toggling -->
    			<div class="collapse navbar-collapse navbar-ex1-collapse">
    				<?php wp_nav_menu(array(
    						'theme_location' => 'primary',
    						'menu_class' => 'nav-menu'
    					)
    				); ?>
    			</div><!-- /.navbar-collapse -->

    To this code:

    <!-- Collect the nav links, forms, and other content for toggling -->
    			<div class="navbar-collapse navbar-ex1-collapse">
    				<?php wp_nav_menu(array(
    						'theme_location' => 'primary',
    						'menu_class' => 'nav-menu'
    					)
    				); ?>
    			</div><!-- /.navbar-collapse -->

    but it makes the problem worse. Naturally, we have also tried discarding the child theme completely and using only the original theme, but it has the same problem.

    Please, any possible solution? Could you update the Kindergarten Theme without this error?

    Many thanks again in advance for your help!


    The Room 1.0 SC
    Participant
    Post count: 3

    Hi guys, how are you doing? Any joy with the mobile menu issue? It’s been 8 days now since I posted the problem and my clients are getting angry with the waiting time. Please help! :)
    Thanks in advance for your help, I really need it!


    The Room 1.0 SC
    Participant
    Post count: 3

    Hi,

    Thanks for this! Please see if you could solve this soon as I really need to fix this before delivering the site to my client.

    Thanks again :)

Viewing 3 posts - 1 through 3 (of 3 total)