Admin bar not displayed on some posts and pages
My Wordpress admin bar doesn't appear on my home page and a few random posts. I've looked at many topics on the web about it, including this Stack Overflow thread, and I've tried all solutions :
- I use a commercial theme that has wp_footer() and wp_head()
- Wordpress and site URL are the same, with https://www
- I have checked the box in my user profile
- I've disabled all my plug-ins : the problem still occurs
The difference with all the other occurrences of this issue I came across browsing the web is that it only occurs on some pages and posts.
wordpress wordpress-theming
|
show 5 more comments
My Wordpress admin bar doesn't appear on my home page and a few random posts. I've looked at many topics on the web about it, including this Stack Overflow thread, and I've tried all solutions :
- I use a commercial theme that has wp_footer() and wp_head()
- Wordpress and site URL are the same, with https://www
- I have checked the box in my user profile
- I've disabled all my plug-ins : the problem still occurs
The difference with all the other occurrences of this issue I came across browsing the web is that it only occurs on some pages and posts.
wordpress wordpress-theming
Any errors show up in your error_log?
– Richard Zack
Nov 20 '18 at 13:32
Messages like this (in French sorry) :Notice: get_currentuserinfo est <strong>obsolète</strong> depuis la version 4.5.0 ! Utilisez wp_get_current_user() à la place. in /home/revuebalvp/www/wp-includes/functions.php on line 3853
Deprecated: Function create_function() is deprecated in /home/revuebalvp/www/wp-content/plugins/footnotes/class/init.php on line 61
– mhr
Nov 20 '18 at 14:37
And on my host error log, a lot of CGI errors such as :FastCGI: incomplete headers (0 bytes) received from server
&FastCGI: An error happend on Fastcgi processing, fallback to CGI,
– mhr
Nov 20 '18 at 17:51
Do those errors occur when any page/post is accessed, or only when pages that aren't properly displaying the admin bar are accessed?
– Richard Zack
Nov 20 '18 at 17:57
I think the ones on the WP debug log happen on every post, they are caused by old plugins. I disabled the one usingget_currentuserinfo
. The FastCGI ones happened before I had this admin bar issue.
– mhr
Nov 20 '18 at 18:13
|
show 5 more comments
My Wordpress admin bar doesn't appear on my home page and a few random posts. I've looked at many topics on the web about it, including this Stack Overflow thread, and I've tried all solutions :
- I use a commercial theme that has wp_footer() and wp_head()
- Wordpress and site URL are the same, with https://www
- I have checked the box in my user profile
- I've disabled all my plug-ins : the problem still occurs
The difference with all the other occurrences of this issue I came across browsing the web is that it only occurs on some pages and posts.
wordpress wordpress-theming
My Wordpress admin bar doesn't appear on my home page and a few random posts. I've looked at many topics on the web about it, including this Stack Overflow thread, and I've tried all solutions :
- I use a commercial theme that has wp_footer() and wp_head()
- Wordpress and site URL are the same, with https://www
- I have checked the box in my user profile
- I've disabled all my plug-ins : the problem still occurs
The difference with all the other occurrences of this issue I came across browsing the web is that it only occurs on some pages and posts.
wordpress wordpress-theming
wordpress wordpress-theming
asked Nov 20 '18 at 9:11
mhrmhr
377
377
Any errors show up in your error_log?
– Richard Zack
Nov 20 '18 at 13:32
Messages like this (in French sorry) :Notice: get_currentuserinfo est <strong>obsolète</strong> depuis la version 4.5.0 ! Utilisez wp_get_current_user() à la place. in /home/revuebalvp/www/wp-includes/functions.php on line 3853
Deprecated: Function create_function() is deprecated in /home/revuebalvp/www/wp-content/plugins/footnotes/class/init.php on line 61
– mhr
Nov 20 '18 at 14:37
And on my host error log, a lot of CGI errors such as :FastCGI: incomplete headers (0 bytes) received from server
&FastCGI: An error happend on Fastcgi processing, fallback to CGI,
– mhr
Nov 20 '18 at 17:51
Do those errors occur when any page/post is accessed, or only when pages that aren't properly displaying the admin bar are accessed?
– Richard Zack
Nov 20 '18 at 17:57
I think the ones on the WP debug log happen on every post, they are caused by old plugins. I disabled the one usingget_currentuserinfo
. The FastCGI ones happened before I had this admin bar issue.
– mhr
Nov 20 '18 at 18:13
|
show 5 more comments
Any errors show up in your error_log?
– Richard Zack
Nov 20 '18 at 13:32
Messages like this (in French sorry) :Notice: get_currentuserinfo est <strong>obsolète</strong> depuis la version 4.5.0 ! Utilisez wp_get_current_user() à la place. in /home/revuebalvp/www/wp-includes/functions.php on line 3853
Deprecated: Function create_function() is deprecated in /home/revuebalvp/www/wp-content/plugins/footnotes/class/init.php on line 61
– mhr
Nov 20 '18 at 14:37
And on my host error log, a lot of CGI errors such as :FastCGI: incomplete headers (0 bytes) received from server
&FastCGI: An error happend on Fastcgi processing, fallback to CGI,
– mhr
Nov 20 '18 at 17:51
Do those errors occur when any page/post is accessed, or only when pages that aren't properly displaying the admin bar are accessed?
– Richard Zack
Nov 20 '18 at 17:57
I think the ones on the WP debug log happen on every post, they are caused by old plugins. I disabled the one usingget_currentuserinfo
. The FastCGI ones happened before I had this admin bar issue.
– mhr
Nov 20 '18 at 18:13
Any errors show up in your error_log?
– Richard Zack
Nov 20 '18 at 13:32
Any errors show up in your error_log?
– Richard Zack
Nov 20 '18 at 13:32
Messages like this (in French sorry) :
Notice: get_currentuserinfo est <strong>obsolète</strong> depuis la version 4.5.0 ! Utilisez wp_get_current_user() à la place. in /home/revuebalvp/www/wp-includes/functions.php on line 3853
Deprecated: Function create_function() is deprecated in /home/revuebalvp/www/wp-content/plugins/footnotes/class/init.php on line 61
– mhr
Nov 20 '18 at 14:37
Messages like this (in French sorry) :
Notice: get_currentuserinfo est <strong>obsolète</strong> depuis la version 4.5.0 ! Utilisez wp_get_current_user() à la place. in /home/revuebalvp/www/wp-includes/functions.php on line 3853
Deprecated: Function create_function() is deprecated in /home/revuebalvp/www/wp-content/plugins/footnotes/class/init.php on line 61
– mhr
Nov 20 '18 at 14:37
And on my host error log, a lot of CGI errors such as :
FastCGI: incomplete headers (0 bytes) received from server
& FastCGI: An error happend on Fastcgi processing, fallback to CGI,
– mhr
Nov 20 '18 at 17:51
And on my host error log, a lot of CGI errors such as :
FastCGI: incomplete headers (0 bytes) received from server
& FastCGI: An error happend on Fastcgi processing, fallback to CGI,
– mhr
Nov 20 '18 at 17:51
Do those errors occur when any page/post is accessed, or only when pages that aren't properly displaying the admin bar are accessed?
– Richard Zack
Nov 20 '18 at 17:57
Do those errors occur when any page/post is accessed, or only when pages that aren't properly displaying the admin bar are accessed?
– Richard Zack
Nov 20 '18 at 17:57
I think the ones on the WP debug log happen on every post, they are caused by old plugins. I disabled the one using
get_currentuserinfo
. The FastCGI ones happened before I had this admin bar issue.– mhr
Nov 20 '18 at 18:13
I think the ones on the WP debug log happen on every post, they are caused by old plugins. I disabled the one using
get_currentuserinfo
. The FastCGI ones happened before I had this admin bar issue.– mhr
Nov 20 '18 at 18:13
|
show 5 more comments
1 Answer
1
active
oldest
votes
The issue was not in my Wordpress installation but due to bad cache management from my host CDN (OVH, FYI). So I disabled the CDN, and I'm back to normal...
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53389620%2fadmin-bar-not-displayed-on-some-posts-and-pages%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The issue was not in my Wordpress installation but due to bad cache management from my host CDN (OVH, FYI). So I disabled the CDN, and I'm back to normal...
add a comment |
The issue was not in my Wordpress installation but due to bad cache management from my host CDN (OVH, FYI). So I disabled the CDN, and I'm back to normal...
add a comment |
The issue was not in my Wordpress installation but due to bad cache management from my host CDN (OVH, FYI). So I disabled the CDN, and I'm back to normal...
The issue was not in my Wordpress installation but due to bad cache management from my host CDN (OVH, FYI). So I disabled the CDN, and I'm back to normal...
answered Nov 21 '18 at 16:29
mhrmhr
377
377
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53389620%2fadmin-bar-not-displayed-on-some-posts-and-pages%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Any errors show up in your error_log?
– Richard Zack
Nov 20 '18 at 13:32
Messages like this (in French sorry) :
Notice: get_currentuserinfo est <strong>obsolète</strong> depuis la version 4.5.0 ! Utilisez wp_get_current_user() à la place. in /home/revuebalvp/www/wp-includes/functions.php on line 3853
Deprecated: Function create_function() is deprecated in /home/revuebalvp/www/wp-content/plugins/footnotes/class/init.php on line 61
– mhr
Nov 20 '18 at 14:37
And on my host error log, a lot of CGI errors such as :
FastCGI: incomplete headers (0 bytes) received from server
&FastCGI: An error happend on Fastcgi processing, fallback to CGI,
– mhr
Nov 20 '18 at 17:51
Do those errors occur when any page/post is accessed, or only when pages that aren't properly displaying the admin bar are accessed?
– Richard Zack
Nov 20 '18 at 17:57
I think the ones on the WP debug log happen on every post, they are caused by old plugins. I disabled the one using
get_currentuserinfo
. The FastCGI ones happened before I had this admin bar issue.– mhr
Nov 20 '18 at 18:13