• Resolved Youpidev

    (@youpidev)


    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 37

    Notice: 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 !

    https://wordpress.org/plugins/responsive-menu/

Viewing 1 replies (of 1 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Does the menu still work? All of those are PHP notices which can be ignored, however I will take a look for you for a future release to see if there is actually an issue as I don’t get those in my debug environments.

    If you have a live site you shouldn’t be displaying PHP errors anyway for security purposes, keep that just for development or use error logs.

    All the best

Viewing 1 replies (of 1 total)

The topic ‘Navigation is not displayed!’ is closed to new replies.