I have tried to give this plugin a chance a few times in the past couple of years, but I have not been successful. I am trying to use the external workaround method, and it actually
works fine when I am logged into wordpress, but when I logout of wordpress, the auto height goes away and starts to show the scrollbar again.
I have tried deactivating all other plugins and clearing the cache to make sure if there might be a plugin that was causing the problem, but that did not help either.
I am using a wildcard SSL on both the wordpress site and the external site (iframe source) which is simply on a subdomain of the main wordpress site.
This is the WP site where Advanced Iframe Pro is installed, here is an example of one of the pages where I am trying to put an iframe: https://www.sinium.com/seo/alexa-rank-checker/
This is the iframe source page: https://seo.sinium.com/alexa-rank-checker
I have tried different shortcode variations without success, this is my current shortcode settings: Code:
[advanced_iframe securitykey="hidden" use_shortcode_attributes_only="true" src="https://seo.sinium.com/alexa-rank-checker/" width="100%" scrolling="auto" id="advanced_iframe" name="alexa" show_iframe_loader="true" enable_responsive_iframe="true" onload_resize="true" store_height_in_cookie="true" resize_on_ajax_jquery="false" add_document_domain="true" enable_external_height_workaround="true" ]
and this is located in the header of the source page:
Code:
<script src="https://www.sinium.com/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>
Again, the auto height works fine when I am logged into wp as an admin, but when I logout, the auto height disappears the the scrollbar shows on all browsers.
What am I doing wrong?