Just recognized that my iframe is no longer working....
My first idea was to update iframe-Software. I used the version 7.3 (latest update message I got) - but still no iframe displayed.
Then I recognized that my Template on my main website was one of the issues. So I changed it to the normal template. The mail website is now displaying the correct information: i.e. this one here:
http://pferdetermine.de/termine-petra-koepcke/
It has this cod here:
Code:
<script src="http://pferdetermine.de/wp-content/plugins/advanced-iframe-custom/ai_external_config_pferdetermine.js"></script>
<script src="http://petra-koepcke.pferdetermine.de/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>
Now this page should be included as iframe on this page here: http://petra-koepcke.pferdetermine.de/termine-reitkurse/
The code on that page is
Code:
[advanced_iframe securitykey="XXX" use_shortcode_attributes_only="true" id="pferdetermine" width="1000px" style="border: 0px none; margin-left:0px; margin-top:0px; padding:0px; display:block; " content_id=".entry-content" content_styles="max-width:1000px" enable_lazy_load="true" hide_page_until_loaded_external="true" enable_lazy_load_threshold="200" enable_lazy_load_fadetime="0" src="http://pferdetermine.de/termine-petra-koepcke/"]
I did not change those parts recently - only did an update of several plugins and the theme.
It used to work correct with this code. Do you have any idea what the reason is, why the iframe is no longer displayed???