PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

how to remove empty iframe in page source?

  1. Hi,

    I have an empty iframe in my page source and have traced it to Gravity Forms(deactivating gravity forms fixes it). I did a search and found this:
    http://www.gravityhelp.com/forums/topic/iframe-code-in-page-source

    but, I never had ajax turned on for the form that displays in the sites footer anyway.

    Any ideas how I can remove this? It's creating a gap below my footer and the bottom of the browser that I need to remove asap.

    thanks!

    todd

    Posted 12 years ago on Saturday July 21, 2012 | Permalink
  2. Todd, can you post a link to the page where this is present with the Gravity Form? Thank you.

    Posted 12 years ago on Sunday July 22, 2012 | Permalink
  3. Sure, the footer of http://mindsharebook.com

    Posted 12 years ago on Sunday July 22, 2012 | Permalink
  4. Hi. I can't see an extra empty iframe in the source of that page. Here is a screenshot of the page in Firefox 14.0.1 on Windows 7: http://minus.com/mnoagd5yc/2

    Here is the HTML source of the page as well:
    http://minus.com/mnoagd5yc/

    There are a couple iFrames but none are empty. One is from the Google reCAPTCHA. The other is for QuickTime or something. Neither appear to be from Gravity Forms.

    If that screenshot shows a block of space which you can attribute to an empty iFrame, please point out where so we can help you remove it. Thanks.

    Posted 12 years ago on Monday July 23, 2012 | Permalink
  5. I had the same issue - for me it was a recaptcha function that caused the empty iframe - it too messed with my styling (white bar under footer).

    Add this to your CSS:
    iframe[src="about:blank"]{display:none;}

    Worked for me :)

    Posted 11 years ago on Monday February 25, 2013 | Permalink

This topic has been resolved and has been closed to new replies.