Can't edit sidebar blocks
Permalink
So I have created a slightly altered theme from my original which uses a full left sidebar rather than a slim top and bottom bar, however now I can't edit my blocks within the sidebar. I am sure I am missing something simple, but if anyone sees the issue let me know.
Things I have tried:
1. adjusting/removing z-index
2. adjusting/removing position attributes
3. giving an additional margin to the body to push it off the sidebar
Site:http://bmpbuild.com/concrete
Things I have tried:
1. adjusting/removing z-index
2. adjusting/removing position attributes
3. giving an additional margin to the body to push it off the sidebar
Site:http://bmpbuild.com/concrete
I had a quick look at the code and it seems you have a bunch of code in the header div (id="header") which would normally be in the <head></head> section...
That seems to be set by concrete, not me, as my php does not include the things placed inefficiently.
It looks like you have your <?php Loader::element('header_required');?> located after the closing </head> tag. Move it above the </head> tag and see if that helps.
That should do it
I did that, which actually moved the displaced code to the right place, but did not resolve my issue.
Can you describe the problem a bit more?
What happens exactly when you try to edit it?
Could it be that the auto-nav is hard coded into the template?
What happens exactly when you try to edit it?
Could it be that the auto-nav is hard coded into the template?
When in edit mode all the main content area is selectable for editing and adding, however, for the header and footer, the already established blocks and block adding parts are non functional. So the issue is limited to the headers and footers, but those are what need editing at this point. I am going to retry a few things and see if I made any mistakes.
The area highlights, but the arrow does not change nor allow me to click it and have it do anything besides pull up the attached link
Fixed it and not even sure what did it >.<