Admin bar disappears
-
Hey, I have a very strange browser related issue that I cannot fix: I log in to wp admin, go to my site https://www.chrisontour84.de and as soon as I click somewhere or open the stats in a new window, I get logged out and after a new log in just see a blank white page with “blocked” written in it.
Now I already know that this is a problem with my browser. My provider checked and they cant replicate the issue and even if I check in incognito mode, it works!
So now I have already done a lot of things to resolve the issue:
– reformatted my pc
– tried different browsers (does not work in all of them unless in incognito)
– switch to default theme
– disable all plug ins
– make sure <?php wp_footer(); ?> is in the footer.php (which it is, but i cant see it on the actual code!)
– modify the .htaccess fileAll of this didnt work and I really hope someone can help me figuring out this strange behaviour!
My main question is though why the php wp_footer is not coming up on my live website, even though I added it in the code:
<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>
Looking at the source code, it only starts to inject the Javascript of my plugins and I am not sure if this might be the problem?
<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 --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = {"settings":{"id":"content","ajaxurl":"http:\/\/www.chrisontour84.de\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":true,"click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"12.06.17","order":"DESC","scripts":[],"styles":
etcetc
Thanks so much ??
Chris
- The topic ‘Admin bar disappears’ is closed to new replies.