Viewing 3 replies - 1 through 3 (of 3 total)
  • Seems the js/navigation.js file is missing. That is why your menu isnt working. It seems it is having problems being added to the footer of your page. Something (e.g. plugin conflict?) is stripping the script being added to the footer.

    If you want you can simply add this to your functions.php to solve your problem and be done with it. It doesnt get at who is preventing this theme adding it to the footer but at least it will fix your problem:

    wp_dequeue_script('wp_fanzone_navigation_js');
    wp_enqueue_script('wp_fanzone_navigation_js',get_template_directory_uri().'/js/navigation.js');
    Thread Starter Marc Decroux

    (@marcdecroux)

    Thanks!

    I will try, but where to put these lines in a child theme? I think I got to modify the syntax…

    Thread Starter Marc Decroux

    (@marcdecroux)

    Problem solved : my footer.php file was empty…

    Anyway, thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘iphone : impossible to view the menu’ is closed to new replies.