No Edit Bar on Newly Created Theme
Permalink
Hi all - I don't see the Edit link when applying this theme to a page. Can you see an errors or make any suggestions based upon the following code? (BTW - ugly colors on purpose while playing with theme.)
I'm afraid that did not do the trick.
I think there might be a problem with unicode characters as instead of having
My editor shows me
Notice the question marks.
It's the same for the footer and the New Areas.
That might be the problem, maybe you used a special kind of symbol that is an unicode equivalent of the proper symbol and php doesn't know what to do with it.
Loader::element('header_required');
My editor shows me
Loader::element(?header_required?);
Notice the question marks.
It's the same for the footer and the New Areas.
That might be the problem, maybe you used a special kind of symbol that is an unicode equivalent of the proper symbol and php doesn't know what to do with it.
Thank you for the note about the character. That worked. I switched editor's and overwrote all of the "'" with new "'". I have the edit bar now.
Thanks again!!
Thanks again!!
You are very welcome
outside of the </body> tag.
So it'd be:
Be sure to mark this as an answer if it helps.
Job.