Hi Michael,
I have been using the Pro version for a year with these hotel booking pages for auto-resize function, and the they used to work perfectly before.
However, my customer just told us that they only show a part of the page and doesn't allow to make any booking.
https://cupoftea-takayama.net/ensemble/reserve/
https://cupoftea-takayama.net/guesthouse/reserve/
I am using the shortcode below:
[advanced_iframe use_shortcode_attributes_only="true" src="https://beds24.com/booking2.php?propid=123477&layout=6" width="100%" height="100vh" scrolling="no" id="beds24_iframe" enable_external_height_workaround="true" url_forward_parameter="ALL" add_iframe_url_as_param="remote" onload_resize="true" onload_resize_delay="1000" resize_on_element_resize="#formlook"]
I am not quite sure when it started screwing up. I haven't updated Advanced iFrame Pro from the last June nor any plugin settings, the embedded page.
We are now losing our potential sales because of this, so it would be great if you help us fix this issue.
Regards,
Mayumi
Hi,
I see
Uncaught SyntaxError: Unexpected token '>' (at (index):104:9)
on your page: <script>> There is one > too much.
you should fix this as no Javascript is executed right now.
also the
onload_resize="true" onload_resize_delay="1000" resize_on_element_resize="#formlook"
are not used as you use
enable_external_height_workaround="true"
Was maybe a backup done which overwrote it?
ai_external.js is always generated if you press the save button in the administration.
I have seen you have a version number after the ai_external.js
Increase this number. I think this cached by your server if the number does not change.
Best regards, Michael
@Gikan: and what is you question?