Edit Bar and Footer is Missing on One Page

Permalink
All,

Been working with a custom theme, and for some reason one page doesn't display the edit bar and footer of the page template. That template is being used by other pages at the same time.

I see an error in Chrome Inspector:

"Blocked a frame with origin "http://player.vimeo.com" from accessing a frame with origin "xxxxxx.com". Protocols, domains, and ports must match."

Not even sure why this occurs, since it has been running for months and no error like this before.

Current C5: 5.5.2.1

Any help is appreciated.

herbyderby
 
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
You may need to check the page type for the theme you're using. Assuming you have a header and footer.php files in your theme package, did you include the following line of code in your page type file?

<?php  Loader::element('footer_required'); ?>


This should be the very last line within your page type file.
herbyderby replied on at Permalink Reply
herbyderby
I have, yes. Actually, one of the first things I checked after looking at many of the support forum questions... ;)