Now it seems to be there!
Now ai_external.js contains:
if (typeof iframe_hide_elements === 'undefined') {
var iframe_hide_elements = '.navbar yamm navbar-default navbar-static-top fixedheader,.fixedheader-spacer,#footer';
}
You have to define valid jquery selectors here.
use
header,footer,.breadcrumb-wrapper
as a start! # is only for ids
you have also defined several classes of a single element. so .navbar would have been o.k. the rest makes the selector invalid again.
Best, Michael
I don't know how you do it but :
https://onetime.sport/events/wp-content/plugins/advanced-iframe/js/ai_external.js
https://onetime.sport/events/wp-content/plugins/advanced-iframe/js/ai_external.template.js
is again the free version! Do you have some kind of backup which is restored?
Best, Michael
https://onetime.sport/events/wp-content/plugins/advanced-iframe/js/ai_external.js
does still contain
iframe_hide_elements='.navbar yamm navbar-default navbar-static-top fixedheader,.fixedheader-spacer,#footer';}
and NOT header,footer,.breadcrumb-wrapper
Best, Michael