Missing Admin Bar
-
Hey there! my Admin bar is missing on https://www.chrisontour84.de and I also tried some trouble shooting. One common problem is that <?php wp_footer(); ?> is missing in footer.php. I checked my file and it is there:
<?php /** * The template for displaying the footer. * * Contains the closing of the id=page div, id="main" div, id="main-top" div and id="main-bot" div * * @package WordPress * @subpackage Choco */ ?> </div><!-- #main-bot --> </div><!-- #main-top --> </div><!-- #main --> <div id="footer"> <p>Copyright ? 2017 - Christopher Heil - <a href="mailto:[email protected]" >Contact Me</a> - <a href="https://www.chrisontour84.de/about/impressum-disclaimer/" >Impressum & Disclaimer</a></p> </div><!-- #footer --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
However, if I look at the source code of the live page, I cant see it anymore and am wondering if that might be the problem?
Any help to get my Admin bar back would be appreciated ??
Thanks!
Chris
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Missing Admin Bar’ is closed to new replies.