Hai Michael,
All our sites are now running fine with the external workaround in http.
Slowly but surely I thought I got every scenario covered...
But then one of my customers wanted https on his wordpress site and webshop....
So I switched everything to https
- The website containing the iFrame is https -->
https://www.broekmans.nl/webshop- The iFrame site is https -->
https://webshop-wordpress.broekmans.nl- The external_ai.js is available at
https://www.broekmans.nl/wp-content/plugins/advanced-iframe/js/ai_external.js- Added the postmessage vars in the pages...
But somehow it does not work....
I added the following vars in the page:
<script>
var updateIframeHeight = true;
var keepOverflowHidden = false;
var resize_on_element_resize_delay = "200";
var element_to_measure = "container";
var usePostMessage = true;
var dataPostMessage = true;
</script>
<script src="
https://www.broekmans.nl/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>
Any clue what goes wrong and how I can get this to work?
regards and thanx again, Marc