Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #760753

    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?

    #760764

    Hi MulderMind!

    Please consider using iframe – https://www.w3schools.com/tags/tag_iframe.asp

    Regards,
    Yigit

    #760804

    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.

    #760808

    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

    #760813

    Hi Yigit,

    Still some white space but way less than it was before.

    I can live with it.

    Thanks allot!

    #760818

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Show an external url in a page’ is closed to new replies.