Tagged: embed, external URL, iframe
Hi guys,
I need your help.
I want to show an external url in one of my enfold pages.
Currently im using this code in a text block that that doesn’t do the trick
<object data=”someurl” width=””2400″” height=””800″”> <embed width=””2400″” height=””800″” src=”someurl” type=”text/html”> </object>
Can you please help me out?
Hi MulderMind!
Please consider using iframe – https://www.w3schools.com/tags/tag_iframe.asp
Regards,
Yigit
Ah Yigit my saviour :)
Thanks.
I used: <iframe src=”someurl” width=”100%” height=”2200″></iframe> in a code block which i placed in a one row grid row.
Looks a bit beter now but there’s still white space between the frame and my the top header layer.
Is there any way to remove that?
See link to see how it’s now.
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-78 #after_section_1 {
display: none;
}
Regards,
Yigit
Hi Yigit,
Still some white space but way less than it was before.
I can live with it.
Thanks allot!
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit