• gcsjeanice

    (@gcsjeanice)


    all of a sudden the mobile menu has disappeared and not sure why, any recs?

    header code below – site is solutionsfortravel.com

    <?php
    /*
    * Core Witty header template
    *
    * Customise this in your child theme by:
    * – Using hooks and your own functions
    * – Using the ‘header-content’ template part
    * – For example ‘header-content-category.php’ for category view or ‘header-content.php’ (fallback if location specific file not available)
    * – Copying this file to your child theme and customising – it will over-ride this file
    *
    * @package Witty
    */
    ?>
    <!DOCTYPE html>
    <!–[if lt IE 7 ]><html class=”ie ie6″ <?php language_attributes();?>> <![endif]–>
    <!–[if IE 7 ]><html class=”ie ie7″ <?php language_attributes();?>> <![endif]–>
    <!–[if IE 8 ]><html class=”ie ie8″ <?php language_attributes();?>> <![endif]–>
    <!–[if IE 9 ]><html class=”ie ie9″ <?php language_attributes();?>> <![endif]–>
    <!–[if (gte IE 10)|!(IE)]><!–><html <?php language_attributes();?>> <!–<![endif]–>
    <head>

    <?php wp_enqueue_script(“jquery”); ?>

    <!– DC Social Icons CSS –>
    <link rel=”stylesheet” type=”text/css” href=”dreamcodes/social_icons/tsc_social_icons.css” />
    <?php wp_head(); ?><script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?ver=1.4.2′></script&gt;

    </head>
    <body <?php body_class(); ?>>
    <?php witty_wrapper(); ?>
    <?php witty_before_header(); ?>
    <!– header –>
    <header class=”top”>
    <?php witty_before_header_content(); ?>
    <nav class=”menu”>
    <div class=”container”>
    <div class=”sixteen columns”>
    <!– Mobile Only Menu Button –>
    <i class=”icon-reorder”></i>

    <!– logo –>
    <?php witty_logo(); ?>

    <!– nav menu –>
    <?php
    $menu = witty_get_nav_menu( ‘primary’, array( ‘container’ => false, ‘menu_class’ => ‘scrolling’, ‘echo’ => false ) );
    wp_nav_menu();
    $url = is_front_page() ? ‘#’ : home_url(‘/#’);
    echo str_replace( ‘#HOME_URL#’, $url, $menu );
    ?>
    </div>
    </div>
    </nav>
    <?php witty_after_header_content(); ?>
    </header>
    <!– /header –>
    <?php witty_after_header(); ?>

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like an issue with the Job Board Manager plugin. Try deactivating that.

Viewing 1 replies (of 1 total)
  • The topic ‘mobile site not working’ is closed to new replies.