Missing in-context edit bar
Permalink
I searched through the forums for others who were having this same issue so let me start by saying:
- I can see the Dashboard (and it does by the way say 0 pages in edit mode).
- It happens in all browsers (IE, Chrome, Firefox)
- I've tried clearing the c5 cache and the browser cache.
- I contacted my hosting provider (bluehost) and they could not detect any errors.
- My pages don't have any jquery, javascript, etc. going on.
- If there is some kind of error occurring I'm not sure how to trap it or see it.
- I'm logging in as admin. There are no other users at this time.
- There is no blank space at the top of the page that looks like the edit bar is "supposed" to be there.
- This is a new installation. I never had a problem seeing the dashboard but the edit bar has never appeared.
I REALLY would love for this to work. Any help would be appreciated.
- I can see the Dashboard (and it does by the way say 0 pages in edit mode).
- It happens in all browsers (IE, Chrome, Firefox)
- I've tried clearing the c5 cache and the browser cache.
- I contacted my hosting provider (bluehost) and they could not detect any errors.
- My pages don't have any jquery, javascript, etc. going on.
- If there is some kind of error occurring I'm not sure how to trap it or see it.
- I'm logging in as admin. There are no other users at this time.
- There is no blank space at the top of the page that looks like the edit bar is "supposed" to be there.
- This is a new installation. I never had a problem seeing the dashboard but the edit bar has never appeared.
I REALLY would love for this to work. Any help would be appreciated.
Can you post a screenshot? I'm not really sure exactly what problem you're having because it's never happened to me (but a screenshot might help make it clearer to people).
I attached a screenshot of what happens after I go towww.www.stjohnamezion.org/index.php/login....
I put in the id (admin) and password and I get my homepage as it normally looks but there is no edit bar. As stated before, I can also access the dashboard if I go towww.www.stjohnamezion.org/index.php/dashboard....
The site already existed before I installed c5. Is there something special I have to do to be able to edit my pages with c5?
thanks
I put in the id (admin) and password and I get my homepage as it normally looks but there is no edit bar. As stated before, I can also access the dashboard if I go towww.www.stjohnamezion.org/index.php/dashboard....
The site already existed before I installed c5. Is there something special I have to do to be able to edit my pages with c5?
thanks
Looks like maybe you don't have this code in the <head> of your theme's page type templates (default.php, left_sidebar.php, full.php, etc.):
<?php Loader::element('header_required'); ?>
<?php Loader::element('header_required'); ?>
I am also having this problem since upgrading a site/moving it to a new server, I have been able to play about with the code and get some bits to display correctly but this header is still missing from my themes I use and includes to pull in a header which then uses
<?php Loader::element('header_required'); ?>
did you ever solve it sjamezc?
**Solved for me, In uploading concrete to the new server quite a few files had failed these turned out to be quite significant files.
I uploaded a fresh install and then uploaded my version of concrete which I had made a few changes to this seemed to pull everything back. These where files outside of the conrete folder not those contained,(apart from the CCM_CMS_ui.css)
<?php Loader::element('header_required'); ?>
did you ever solve it sjamezc?
**Solved for me, In uploading concrete to the new server quite a few files had failed these turned out to be quite significant files.
I uploaded a fresh install and then uploaded my version of concrete which I had made a few changes to this seemed to pull everything back. These where files outside of the conrete folder not those contained,(apart from the CCM_CMS_ui.css)