- This topic has 9 replies, 2 voices, and was last updated 8 years, 11 months ago by
Tom.
-
AuthorPosts
-
May 10, 2017 at 6:54 am #316303
sjoerd89
Somehow my admin bar disappears at some pages. This is really annoying since i then have to enter my website url/wp-admin again to go to the dashboard. I did all the steps on the internet checking if theres something wrong with my header and footer ect.
Now i think it might have something to do with my header being fixed as a sticky with this:
.custom-fixed-header{position:fixed;top:0;width:100%;z-index:2000}
@media (min-width: 800px) {
body{padding-top:95px}
}Then in GP hooks i got:
(in before header)(in after header)
It worked for a long time but now it just disappears from time to time and on some pages it does and some pages it does not. But that is not even always the case, because one day the homepage adminbar shows up and the next day it does not. Any idea what is going on here?
*at the moment i use
Better Admin Bar
as a plugin but removing that or disabling that does not change a thing.Thanks for your time,
SjoerdMay 10, 2017 at 7:56 am #316353Tom
Lead DeveloperLead DeveloperCan you link me to a page where it’s not displaying by chance?
May 10, 2017 at 7:59 am #316354sjoerd89
At the moment i think it only occurs at my homepage http://www.zilvertron.com atleast for now because sometimes it will suddenly show up again.
May 10, 2017 at 8:10 am #316370Tom
Lead DeveloperLead DeveloperHmm, I suppose I would have to be logged in to see the issue.
The inconsistency you’re mentioning sounds a lot like a caching plugin playing games with you.
When it doesn’t show up, do you not see the wpadminbar element while inspecting your HTML (it’s usually near the bottom of the page).
May 10, 2017 at 11:40 pm #316595sjoerd89
I do not think i see that,
but not 100% sure about this.May 11, 2017 at 12:25 am #316608Tom
Lead DeveloperLead DeveloperIf you’d like to email me login details I can take a look: https://generatepress.com/contact/
May 11, 2017 at 2:07 am #316644sjoerd89
I send it in thanks
May 11, 2017 at 10:03 am #316790Tom
Lead DeveloperLead DeveloperHmm that is strange. I would assume it’s one of your plugins causing the issue – can’t see anything else that would be.
May 11, 2017 at 11:35 pm #317054sjoerd89
okay thnx for checking guess it will have to be like this for a while untill i have the time to check all plugins maybe at night when theres no traffic on the site 🙂
May 12, 2017 at 12:50 am #317079Tom
Lead DeveloperLead DeveloperCan always export it using a plugin like all in one migration or duplicator and test it on your localhost 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.