hello,
I have the following short code in my page.
[ advanced_iframe src="/tng/browsenotes.php" iframe_content_id="body" width="100%" height="600" iframe_content_styles="background-color: #f8f8ff" ]
the display looks like below.
http://www.themeinerts.com/_notes/
my expectation is that it look like below. in the below, I've simply put the path after my homepage url and it looks like I expect it to look like. why is the iframe showing the header and menu system in the above link, rather than what I was thinking it should look like??? am I doing something wrong in the short code??
http://www.themeinerts.com/tng/browsenotes.php
thank you,
david
Not sure what else you should expect. you have an iframe and then the whole other page is shown in there. If you have a header on both of them it is shown twice of course.
If in the iframe elements should be removed my plugin can do this for you ;). As you are on the same domain you can hide elements.
http://www.tinywebgallery.com/blog/advanced-iframe/demo-advanced-iframe-2-0
is a working demo. The setting you are interested in is: iframe_hide_elements
Search for this in the administration to get more infos how to use it.
Best regards,
Michael
thank you Michael!
You are welcome.