custom footer.php – responsive menu doesn't workanymore
-
Hello,
I’m using your great theme and ran into some issue with a custom footer.php file.
I wanted to add a link to some kind of “legal notice” in the footer (we have to do this in Germany). But when I add this file into my childthemes rootfolder my mobile menu won’t work anymore:
<div class="credits section bg-dark no-padding"> <div class="credits-inner section-inner"> <p class="credits-left"> © <?php echo date("Y") ?> <a href="<?php echo home_url(); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a> <span><?php printf( __( '| <a href="%s">Impressum</a>', 'hemingway'), 'https://kaminholz.schroeck-systems.de/wordpress/impressum/' ); ?></span> </p> <p class="credits-right"> <span><?php printf( __( 'Theme by <a href="%s">Anders Noren</a>', 'hemingway'), 'https://www.andersnoren.se' ); ?></span> — <a title="<?php _e('To the top', 'hemingway'); ?>" class="tothetop"><?php _e('Up', 'hemingway' ); ?> ↑</a> </p> <div class="clear"></div> </div> <!-- /credits-inner --> </div>
My site is: kaminholz.schroeck-systems.de/wordpress
Thank you very much!
Regards amnesia
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘custom footer.php – responsive menu doesn't workanymore’ is closed to new replies.