Hi, you need to delete this code: <?php if (has_nav_menu('header-menu') ): /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ wp_nav_menu(array( 'container' => false, 'link_before' => '', 'link_after' => '', 'theme_location' => 'footer-menu', 'before' => '', 'depth' => 1) ); else: wp_nav_menu(array( 'container' => false, 'link_before' => '', 'link_after' => '', 'before' => '', 'depth' => 1) ); endif; ?>
Comments
thanks for information.
I will check this.
Best,
Miłosz
I've fixed it and add to new update.
Please install it and all should works great.
Best,
Miłosz
you need to delete this code:
<?php
if (has_nav_menu('header-menu')
):
/* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */
wp_nav_menu(array(
'container' => false,
'link_before' => '',
'link_after' => '',
'theme_location' => 'footer-menu',
'before' => '',
'depth' => 1)
); else:
wp_nav_menu(array(
'container' => false,
'link_before' => '',
'link_after' => '',
'before' => '',
'depth' => 1)
);
endif;
?>
form footer.php (lines 16 - 36) file.
Best,
Miłosz