Hi
I'm a happy user of your Pro version
It worked well at my develope site http://dev.rgd.dk/wordpress/ (not there any more)
Iframed pages worked well with 100% hight and the URL was written so it was possible to bookmake a specific page with a specific iframe page
Today the site went live and was moved to http://rgd.dk by my hosting company
Now the it is not working ;o(
Here is the WP page:
http://rgd.dk/puljer-og-stilling-vest-abcd/ I changed nothing in the setup and on the WP page
Here is the code
Code:
[advanced_iframe securitykey="MY_KEY" src="http://westabcd.regionsgolf-danmark.dk/pages/kampprogram/iframe/default.aspx" width="100%" height="100%" map_parameter_to_url="page" add_iframe_url_as_param="remote"add_iframe_url_as_param_prefix="westabcd.regionsgolf-danmark.dk/pages/kampprogram/iframe/"]
Here is the page to be IFRAMED:
http://westabcd.regionsgolf-danmark.dk/pages/kampprogram/iframe/default.aspx in this file I changed this
Code:
<script>
var updateIframeHeight = "true";
var add_iframe_url_as_param="remote";
</script>
<script src="http://dev.rgd.dk/wordpress/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>
To this
Code:
<script>
var updateIframeHeight = "true";
var keepOverflowHidden = "false";
</script>
<script src="http://rgd.dk/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>
What am I missing