• Resolved refreshingdesign

    (@refreshingdesign)


    Hello,

    I just updated the plugin to the latest version and after update, the iframe no longer displays any content. I’m using do_shortcode (pasted below) and have verified that $resume holds the correct file path, and that the file exists at that path.

    <?php echo do_shortcode('[gview file="'.$resume.'" height="924px"]'); ?>

    This worked just fine until the most recent plugin update. Any ideas?

    Thanks!

    http://wordpress.org/plugins/google-document-embedder/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter refreshingdesign

    (@refreshingdesign)

    Another note – I saw another thread here where someone was getting blank content and it was an HTTPS issue, fixed by an edit to gviewer.php. Nothing in this situation is HTTPS but I tried that edit to make sure, no luck.

    Here is the HTML on the page:

    <p class="gde-text"><a href="http://www.meganstarkevans.com/wp-content/plugins/google-document-embedder/load.php?d=http%3A%2F%2Fwww.meganstarkevans.com%2Fwp-content%2Fuploads%2F2013%2F10%2FWebsiteResume10-13.pdf" class="gde-link">Download (PDF, 78KB)</a></p>
    <iframe src="//docs.google.com/viewer?url=http%3A%2F%2Fwww.meganstarkevans.com%2Fwp-content%2Fuploads%2F2013%2F10%2FWebsiteResume10-13.pdf&hl=&embedded=true" class="gde-frame" style="width:100%; height:924px; border: none;" scrolling="no"></iframe>

    Hello,

    The issue from that thread was rolled into the latest update, so there is no need to apply it. However HTTPS may still be the issue if the parent page is HTTPS since the document you’re linking to is HTTP. If so, change your $resume variable to the https version.

    FWIW I was able to embed the resume URL in your sample code without issue, so if the above doesn’t happen to be the cause, I would suggest following up on the usual suspects – clearing browser cache and Google cookies. If you’re still stuck, please send a support request from the plugin settings (Support tab) so I can see the URL with the problem and some debug information.

    Thanks,

    Kevin

    Thread Starter refreshingdesign

    (@refreshingdesign)

    Thanks, Kevin. The issue did just resolve itself – must have been one of those “usual suspects” you were right. Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Content in iFrame (After update, not HTTPS issue.)’ is closed to new replies.