Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter maryb1

    (@maryb1)

    Sometimes it seems to appear, but not all the time.

    Also, when it does show up, it seems I can’t set the height of the iframe.

    Thanks!

    Plugin Author zoranc

    (@zoranc)

    The first issue you mentioned is not tab slide related. Some sites simply prevent you from using them in iframes (like google, so in retrospect that might have not been a good example to use)

    check this link out for more info

    As for the height of the iframe , I made a wrong css entry in the template.
    I will issue a fix for this in the v2.0.1. In the meantime to get it working

    go to
    wp-content/plugins/tab-slide/templates

    and edit iFrame.php

    and change the height to auto on the last line. should be like this:

    <iframe class="tab_slide_iframe" src="<?php echo $url; ?>" style="width:<?php echo $width; ?>;height:auto;"></iframe>

    Thread Starter maryb1

    (@maryb1)

    OK, regarding the first issue, Google was just an example. That is not what I was testing. The page that is supposed to show up is a regular page on my own server.

    Regarding the auto, I made the change, but since the frame doesn’t show up, I cannot see if it works.

    I also noticed it doesn’t look the same in IE and unfortunately, some people are still using it.

    Thank you.

    Plugin Author zoranc

    (@zoranc)

    Does this still happen with the new v2.0.1 update?

    Also try including the same iframe somewhere else on your website(like a regular post or a page). do you experience the same issue or can you see the iframe properly?

    <iframe class="tab_slide_iframe" src="https://the-full-url-to-content-to be-displayed-in-the-iframe" style="width:300px;height:relative;"></iframe>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘iframe not working’ is closed to new replies.