Edit bar disappearing from top of page?
Permalink 1 user found helpfulI don't think it is related to permissions, since it returns if I go to the dashboard, make some change (for instance, to page properties) and then revisit the page. Also, I am logged in as the admin...
I can't seem to discover a pattern of when it occurs. Has anyone else encountered this issue?
Refresh doesn't have any effect, and neither does using different browsers. I don't think this is a client-side issue...
Since republishing the page causes the edit bar to "reappear" I thought it might be a variable problem -- something not getting set correctly in the header file or something. My next step is going to be to try and deliberately cause the problem so at least I can pin down when it is actually occurring.
It seems like no one else in the forum is having this issue, so it might also be something funky I've done with the set up.
<script type="text/javascript" src="js/jquery.js"></script>
One by one I inserted the 'getThemePath' into the 'src' and 'href' attributes, and changing that one made my edit bar invisible.
Low and behold, I made my site go from a development directory to the root and POOF, no more edit bar at the top. I can (as mentioned above) go to my dashboard and make site changes there but as soon as I want to go to the "Return to Website", the edit bar doesn't show.
How I fixed it? First off, didn't shred myself. I am like, ok what is not showing correctly. I reviewed first what the site looks like and checked in all browsers. Noticed a funky little something I forgot to change in the Header and Footer php files and I am like, wait a minute, that shouldn't get rid of the Edit bar. Well as iJessup said above, could be a spacer problem. That is a correct statement. Though I didn't use a spacer, my "Add To Header" required something there. Since I was doing this quickly, I had forgotten to change the fully qualified url in my header and footer files. This made the SPACE unavailable. I updated those required lines and re-uploaded those files to my theme file and VIOLA, site is running just fine and I can go into the dashboard and edit edit edit.
Hope this may help anyone that runs into this .
What 'required lines' did you update? Was this in the code? I can read & edit php files, have enough programming experience to muck around, but don't know what file in what directory and what lines to muck with?
I see header.php in themes/{themename}/elements - but what would I change from there?
(Editing php.ini is not an option, as I'm on a shared host and they don't allow that kind of thing)
Tnks in advance!
Leland
(getting avatar soon, I may be in here more often!!! :\
I think its a bug within the browser. Only happens to me in mozilla browsers.