Quote:
Originally Posted by deverill2010
|
Ok, there are more templates that contain header, navbar and footer.
They are:
advapp_edit
advapp_select
You could add test code in every template to find out which template is which, so you could know where you need to remove navigation elements.
Test code could be simple:
HTML Code:
<p>This is test code for advapp_edit template</p>
Put it just below <body> HTML code. This will tell you which template you're looking at, hence where you need to remove navigation elements which interfere with iframe.
And just to inform you, right now on your site I see Internal server error.