Hello,
This is my first post.
After installing and running wordpress the ADMIN BAR has suddently been out of his place, appearing bladly at Firefox brouwser of NOT appearing at internet explorer brouwser.
I attache herewith a screenshot to clarify the question:
Sorry, it is not possible to attach a screenshot!
Please, does any one have any idea about this trouble shooting?
Many thanks
Naira
olavxxx
Member
Posted 6 months ago #
Check if your new template has both:
wp_head();
(just before closing </header>)
and:
wp_footer();
(Just before </body>)
Ps. you have to enclose them in:
<?php ?>
If you are lacking those, you will maybe see some strange behaviours when logged in.. Margin at top and no admin-bar.
Thank you so much olavxxx,
I will check the old template, cause I have no new template.
The old template is still there without any changes of my side.
I will verify all of those wp_head() etc., if something strange has happened there;
I will get back to you with the results.
Thanks!
Naira
olavxxx
Member
Posted 6 months ago #
You can also try to disable plugins and deactivate widgets, as you might have css-conflicts.
Hi olavxxx,
I tried all your hints but the SHOW ADMIN BAR WHEN VIEWING SITE is not working !
I am only able to show admin bar in dashboard.
It is probably a conflict, but I do not know which one.
I also tried some other stuff but without success.
Thank you very much any way.
Naira
Have you tried:
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the Twenty Eleven theme to rule out any theme-specific problems.
- resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
Hi Esmi,
I tried deactivate all plugins, including the deletion of captcha.
There is no inactive plugin here.
I am working on Theme Comet, and I will try to switch to Twenty Eleven theme to see what will happens.
Thanks a lot!
Naira
Hello,
Thank you for all your support, but none of what I have tried has helped me to fixe the problem.
Maybe I will restart all over again, re-installing this Theme Comet.
Before that I will change SHOW ADMIN BAR only when view dashbord, instead of viewing site and dashbord.
Naira