• Hello everybody,

    I’m helping some friends building their website and we’ve ran into a problem; the menu doesn’t work when viewing the website on a mobile device. I’ve investigated the template’s website and discovered that “class=”navigation main-navigation toggled-on”” doesn’t work on our website.

    Is there anybody who can help us with this little setback? The website is: http://blupaint.com

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The footer.php is missing. Did you take it off? It must be there. All the theme files must be there untouched. Make changes via child theme or Custom CSS plugin only.

    Thread Starter Williammiddendorp

    (@williammiddendorp)

    Well nobody took anything away in the editor.. The footer is still there but maybe their is content missing.. I’ve pasted the current content of the footer.php below:

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains footer content and the closing of the
    * #main and #page div elements.
    *
    * @package Suits
    * @since Suits 1.0
    */
    ?>

    </div><!– #main –>
    <footer id=”colophon” class=”site-footer” role=”contentinfo”>
    <?php get_sidebar( ‘footer’ ); ?>

    <div class=”site-info-container”>
    <div class=”site-info”>
    <?php do_action( ‘suits_credits’ ); ?>
    <?php printf( __( ‘test’, ‘test’ ), ); ?>
    <span class=”sep”> · </span>
    </div><!– .site-info –>
    </div><!– .site-info-container –>
    </footer><!– #colophon –>
    </div><!– #page –>

    <?php wp_footer(); ?>
    </body>
    </html>

    Is it possible to fix this with a simple trick or do we have to build the site from scratch again?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu on mobile devices’ is closed to new replies.