GetSimple Support Forum

Full Version: Responsive Junge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

Here's the support thread for help or updates on the Responsive Junge theme.

Please feel free to report bugs or ask for updates if you need some

For Frenchies, here's the public announcement dans la langue de Molière : http://www.responsive-mind.fr/responsive-junge-1-0/
Nice, but maybe you can correct this in the next version:

put one folder in the zip file instead of two folders + one file (images folder and readme.md). I think the images folder is normally stored as a subfolder of folder Responsivejunge.

In template.php :

Code:
<header>
        <a id="site-name" href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a>
        <nav id="menu">
            <ul id="menuList"><?php get_navigation(return_page_slug()); ?></ul>
        <nav>
    </header>

the <nav> should be </nav>