Hello dear team,
it’s about an error that appears on the heldenfinder.de website after a Calendly code has been implemented. Actually, the footer area should end at the bottom, but it is extended by a blind set piece on every single subpage of the website.
https://heldenfinder.de/kontakt/
I have implemented Calendly on a contact page on a PRO website and the (new) iframe is working as well so far. I got the new code from Calendly support because there are some problems with another code since a while. I absolutely cannot locate the code, which I find very strange as I have searched everything already.
What do you think could be the reason for this?
Here you can see what Calendly Support has already shared:
[…] I took a look into your code, and from some reason, there is an extra bit of code being produced near the bottom of your body code:
One step you can try, is to embed the iframe directly to see if that mitigates the issue:
<iframe src="https://calendly.com/heldenfinder/erstgespraech?embed_domain=heldenfinder.de&embed_type=Inline&hide_event_type_details=1&hide_gdpr_banner=1" style="width: 100%; min-width: 320px; height: 700px;" frameborder="0"></iframe>
You will need to reach out to your theme owner to help you troubleshoot from here.
This isn’t being caused by our code, however, sometimes, when you manually initialize the inline embed by calling
Calendly.initInlineWidget()
, an optionalparentElement
can be included which determines which element the embed will be loaded in. (See Advanced embed options for an example.)
If noparentElement
is provided, the script will add the iframe to the<body>
. Because there is no special styling applied to the iframe, it will normally appear as a short section at the very bottom of the webpage (although the content can sometimes be hidden by a footer which overlays it).I mention all of this because it may help you with troubleshooting with your theme owner and it may point them in the right direction.
Best, Christopher