• iframe is previewing/displaying in my editor correctly; however, when I view the actual page, the iframe is blank. No error message is being displayed, only a large white space where the iframe should/would be displaying its content.

    The page address in question is:

    https://columbusflightdeals.com/cheap-flights-from-columbus-cleveland-cincinnati-on-frontier/

    A common diagnosis concerned http vs. https. My site uses https and the iframe content is https, so I don’t think that’s causing the issue. And outside of that potential cause, I’m stumped.

    Any insight or help on this would be greatly appreciated.

    Best,

    Brian

    • This topic was modified 8 years, 4 months ago by briancw80.
Viewing 2 replies - 1 through 2 (of 2 total)
  • @briancw80,

    Try the following custom css code to make the iframe visible

    .intrinsic-container {
    height: 600px;
    }

    You can adjust the height value according to the need .
    Thanks!

    Thread Starter briancw80

    (@briancw80)

    I appreciate the help. Unfortunately, that did not fix it.

    DO you have any other suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘iframe displaying in editor, not on page’ is closed to new replies.