Missing edit bar on all pages except home page?
Permalink
I need help in figuring out what happened to the edit bar, the edit bar is not necessarily missing but it's empty meaning the edit button and dashboard buttons are missing on all the pages except the home page.
I was making some css changes to a theme I designed and I was going into the site and clearing out the cache in order to see the css changes and later on I discovered that the edit buttons were missing on the rest of the pages.
I did not mess with any of the core files, so I'm not sure what happened. Everything I found regarding a missing edit bar did not help as I checked to make sure the header.php and footer.php have the proper code as most of the posts I found mention this a lot ie... [<?php Loader::element('header_required');?>] and [<?php Loader::element('footer_required');?>]
Any help would be much appreciated!
Here is the environment that its built on
[# concrete5 Version
5.5.2.1
# concrete5 Packages
Deepit Slider (1.0.2), Facebook Like Button (1.1), Portfolio Viewer (1.4), Social Feed (1.3), Sortable Fancybox Gallery (1.16), Tumblr Feed (1.1.6), Tweetcrete (1.6.5), Wufoo Forms (1.0.1).
# concrete5 Overrides
elements/header.php, elements/droplinemenu.js, elements/footer.php, css/index.html, single_pages/page_not_found.php, themes/VM_theme
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.2.17
# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dbase, dom, exif, filter, ftp, gd, gettext, hash, iconv, idn, imap, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, posix, Reflection, session, shmop, SimpleXML, soap, SPL, SQLite, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, zlib.
# PHP Settings
log_errors_max_len - 1024
max_execution_time - 5
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
max_input_vars - 5000
memory_limit - 90M
post_max_size - 8M
safe_mode - Off
safe_mode_exec_dir - /usr/local/php/bin
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 40M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
pcre.backtrack_limit - 100000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
]
I was making some css changes to a theme I designed and I was going into the site and clearing out the cache in order to see the css changes and later on I discovered that the edit buttons were missing on the rest of the pages.
I did not mess with any of the core files, so I'm not sure what happened. Everything I found regarding a missing edit bar did not help as I checked to make sure the header.php and footer.php have the proper code as most of the posts I found mention this a lot ie... [<?php Loader::element('header_required');?>] and [<?php Loader::element('footer_required');?>]
Any help would be much appreciated!
Here is the environment that its built on
[# concrete5 Version
5.5.2.1
# concrete5 Packages
Deepit Slider (1.0.2), Facebook Like Button (1.1), Portfolio Viewer (1.4), Social Feed (1.3), Sortable Fancybox Gallery (1.16), Tumblr Feed (1.1.6), Tweetcrete (1.6.5), Wufoo Forms (1.0.1).
# concrete5 Overrides
elements/header.php, elements/droplinemenu.js, elements/footer.php, css/index.html, single_pages/page_not_found.php, themes/VM_theme
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.2.17
# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dbase, dom, exif, filter, ftp, gd, gettext, hash, iconv, idn, imap, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, posix, Reflection, session, shmop, SimpleXML, soap, SPL, SQLite, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, zlib.
# PHP Settings
log_errors_max_len - 1024
max_execution_time - 5
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
max_input_vars - 5000
memory_limit - 90M
post_max_size - 8M
safe_mode - Off
safe_mode_exec_dir - /usr/local/php/bin
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 40M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
pcre.backtrack_limit - 100000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
]
That's strange as the jquery has been in there for months and have never had a problem with it?? I have not tried to add a new page, I will try that and see what happens. Thanks for the suggestion.
I just added a new page and the edit bar still not showing up. The only thing that comes to mind that might have affected it, since you mentioned jquery is that I added a new add-on, the social feed. So I will see if taking this out will do anything.
I had this same issue, but instead I was able to edit every other page except the Home page. My conflict was due to 2 reasons:
1. I wrote my own jquery slider and attempted to install it in C5. When I couldn't get it to work I removed it from the block and pulled it in as an iframe. I did not remove my slider.js file reference in the header. I read another forum post and removed it but still had the issue.
2. After reading this post, I discovered that in the area where my Jquery Slider was, I had an extra block with no data in it. I removed it, as well as the iframe reference to my slider and it fixed my issue. Then I put the slider iframe reference back in and it still works.
1. I wrote my own jquery slider and attempted to install it in C5. When I couldn't get it to work I removed it from the block and pulled it in as an iframe. I did not remove my slider.js file reference in the header. I read another forum post and removed it but still had the issue.
2. After reading this post, I discovered that in the area where my Jquery Slider was, I had an extra block with no data in it. I removed it, as well as the iframe reference to my slider and it fixed my issue. Then I put the slider iframe reference back in and it still works.
Rony