I have a HTML item, it’s just an embedded iframe and when I’m editing the page it displays correctly, when I preview the page it displays correctly but when I publish it it disappears
Here is the code:
here is a screenshot in edit
here’s in in preview:
here’s 1 in production/live:
I have no idea why it’s doing this help!
Hey
Are you using WIX Code to show the iframe? What browser do you have when working and when viewing the published site? Can you send the url to the published site so I can inspect the iframe?
Hi Andreas,
I’m not sure what you mean by wix code, I just have a HTML element with the code in it. I’m using Chrome as my browser for viewing the published site (also for editing) The URL is on the published site now 
We’ll have our QA take a look.
thanks.
Hey
You’re trying to embed HTTP content on HTTPS site.
Wix is improving security all the time, and now all sites has SSL protection. You can read about it here About HTTPS and SSL | Help Center | Wix.com
Your link is HTTP - http://challonge.com/nomeotournament/module
So you have to options:
- Add https protocol. Try to embed this:
It works on my end.
- You can turn off SSL. Open “Site” from Top Bar in Editor → Site manager → SSL Certificate → Manage → Turn Off SSL
2017-08-29_1235
You are an absolute genius!! Thank you so much, it was so simple!!! makes sense why it displayed fine in editor and in preview, because they are not HTTPS sites!
Thank you so much!!!
Yes, exactly) You’re welcome