Navigation is not displayed!
-
i have this error message in front office ?
Notice: Undefined index: rm in C:\xampp\htdocs\*****\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 37Notice: Undefined index: title in C:\xampp\htdocs\*****\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 43
Notice: Undefined index: title_link in C:\xampp\htdocs\*****\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 46
Notice: Undefined index: title_open in C:\xampp\htdocs\comadequat\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 49
Notice: Undefined index: html in C:\xampp\htdocs\comadequat\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 52
Notice: Undefined index: html_loc in C:\xampp\htdocs\*****\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 55
Notice: Undefined index: title_img in C:\xampp\htdocs\*****\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 58
Notice: Undefined index: search_loc in C:\xampp\htdocs\*****\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 61
Notice: Undefined index: btn_img in C:\xampp\htdocs\comadequat\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 64
Notice: Undefined index: btn_img_clicked in C:\xampp\htdocs\*****\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 67
Notice: Undefined index: btn_title in C:\xampp\htdocs\comadequat\ressources\plugins\responsive-menu\app\controllers\HTMLController.php on line 70
In my header.php
<div class=”access”>
<?php echo do_shortcode( ‘[responsive-menu menu=”menu-principal”]’ ); ?>
</div>
in function.php
add_action( ‘after_setup_theme’, ‘register_my_menu’ );
function register_my_menu() {
register_nav_menu( ‘primary’, __( ‘Menu principal’, ‘comadequat’ ) );
}
Thank you for your precious help !
The topic ‘Navigation is not displayed!’ is closed to new replies.