Hi,
I would like to show this http://demos.tecnobiz.com.ar/Retroalimentacion/presentation_html5.html in an Iframe, for which I placed it as a text element.
But I see it as text: https://tecnobiz.com.ar/demo/. What should I change to see it correctly?
Thanks, greetings,
Hi Gabriel,
Thank you for reaching out to us. Instead of Text element please use Classic Raw Content element and then paste the following code inside:
<iframe src="http://demos.tecnobiz.com.ar/Retroalimentacion/presentation_html5.html"></iframe>
I also noticed a syntax error in your HTML code so use the code provided above. Cheers!
Hi Nabeel,
Thanks for your answer. I did what you said, but it doesn’t work.
What could I do?
Thanks, greetings.
Hi Gabriel,
You do have mixed content issue. Your site is secure using https and you are calling an insecure iframe source. Please try this instead so it will follow main site protocol:
<iframe src="//demos.tecnobiz.com.ar/Retroalimentacion/presentation_html5.html"></iframe>
See this: https://screencast-o-matic.com/watch/cqjr1stQH9
Hope this helps.
Hi Lely,
Thank you, now is working!
Cheers!
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.