• Resolved CRANOS

    (@cranos)


    Hello,

    I cant seem to get the iframe to fully resize
    https://www.shipofheroes.com/forum/

    i put the code in as so in overall_footer.html

    <script type="text/javascript">
     
    $(document).on('mouseup', '.postimage', function(){
          var w3allappend = "getw3all_lightbox";
    if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
    });
     
      $(document).on("click", "a", function() {
       var href = $(this).attr("href");
       var w3allappend = href;
     
     if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
     
    });
     
      $('form').on('submit', function() {
       var href = $(this).attr("action");
       var w3allappend = href;
     if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
    });
    </script>
    <script type="text/javascript" src="https://www.shipofheroes.com/forums/iframeResizer.contentWindow.min.js" defer></script>

    saldy this still isnt working tho ?? is it because our site is https and not http?
    please help any way you can.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author axew3

    (@axewww)

    i see now is working! Stay tuned, the new wp_w3all is coming and will fix numerous things.

    Hi ,

    im having the same issue and my footer is taking over half of page as well, but its fine on the other pages .

    What did you have to change to get the iframe to display full page ?

    https://www.lifewithbaby.co.uk/forum/

    Jon

    • This reply was modified 8 years, 2 months ago by jphammer.
    Thread Starter CRANOS

    (@cranos)

    I gave up on his thing and use an iframe plugin called
    Auto iFrame

    ok cheers , i will take a look. Do you still run this along side Auto iframe, for managing uses across both WP & phpbb ?

    Btw which phpbb style did you use on your forum ?

    • This reply was modified 8 years, 2 months ago by jphammer.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ifon wont resize.’ is closed to new replies.