• Hello, i bought this theme and try to change the menu with polylang, the problem is that the menu doesnt change, i looked up also the code in the files and the primary menu is there, Do you have any ideas? I post also the code of the menu!! Thank you alot and happy new year

    <?php
    		if ( has_nav_menu( 'primary' ) ){
    			wp_nav_menu( 
    				array(
    				    'theme_location'    => 'primary',
    				    'depth'             => 3,
    				    'container'         => false,
    				    'container_class'   => false,
    				    'menu_class'        => 'pull-right'
    				)
    			);
    		}
    	?> 

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @phaidonas I noted this issues with themes which do not reload the website when opening a new page.
    Please check if you have a AJAX function which is loading the new content but not reloading the website or navigation. If so, you should get in contact with the theme developer and ask him/her how to force to reload the navigation or the entire page.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu doesnt change’ is closed to new replies.