I have added a text area contianing text and a button, below an iframe at www.tellasia.org/donate. It shows up fine in edit mode but despite dumping cache, refreshing etc it refuses to show up on the live page/incognito mode. Please help .See screenshot of what it’s supposed to look like.
Hello @Leanna,
Thanks for posting in!
There is a JS error on the page:
Refused to display 'https://app.mobilecause.com/form/7WgQag' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
Please check this link to resolve this:
- https://security.stackexchange.com/questions/67889/why-do-browsers-enforce-the-same-origin-security-policy-on-iframes
- https://stackoverflow.com/questions/27358966/how-to-set-x-frame-options-on-iframe
Meanwhile, the text and the button is displaying in Chrome.
If this did not display in Edge, please clear your Edge browser cache or use private browser. If still not displaying, please make sure that you have inserted the correct iframe code and that there are no broken html on the page.
Hope this helps.
Hi RueNel, thanks…
On the two links you sent what I see that is applicable is this:
_You can’t set X-Frame-Options on the iframe. That is a response header set by the domain from which you are requesting the resource … They have set the header to SAMEORIGIN in this case, which means that they have disallowed loading of the resource in an iframe outside of their domain.
which means the issue is with the provider of the iframe and I need to talk to them about it, correct?
As for the text box, right, now it decided to start showing up. Odd.
Hey Leanna,
Yes you are correct.
It’s good to know that the text is showing now.
If you need anything else we can help you with, don’t hesitate to open another thread.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.