• Hi W3,
    please have a look at the site. I’ve correctly went through all of the steps in activating WP_W3ALL RESPONSIVE IFRAME PROCEDURE and double-checked that iframeResizer.contentWindow.min.js is an absolute path and is reachable.

    Go ahead and make your window smaller (and then large again) on the forum page and you’ll notice the board jumps down and works fine indicating this is a responsive issue.

    Do you have any recommendations to get the full frame to load right away?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 16 through 24 (of 24 total)
  • Plugin Author axew3

    (@axewww)

    check that your overall-footer.html of your phpBB template where line:
    document.domain = 'https://futureprimitive.org/staging'; // THIS IS MANDATORY! Set/Change this value to your domain (example: axew3.com (or leave localhost if on localhost))
    should be set instead in this way:
    document.domain = 'futureprimitive.org'; // THIS IS MANDATORY! Set/Change this value to your domain (example: axew3.com (or leave localhost if on localhost))
    remember to recompile template.
    So we can follow to check if this fix all the rest.

    Thread Starter justinleemackey

    (@justinleemackey)

    Thanks for the reply.

    Yes, it is set correctly and I did notice the Console reporting that, but overall_footer is set correctly and I did rebuild template. Must be cached but forum is working correctly.

    Thread Starter justinleemackey

    (@justinleemackey)

    Thread Starter justinleemackey

    (@justinleemackey)

    Seems to have fixed /staging log error. Now forum is loading on Firefox correctly and Board home and logo links are redirecting properly.

    The only issue now is the resizer not shrinking on smaller pages.

    Plugin Author axew3

    (@axewww)

    about shrinking, maybe check this:
    https://github.com/davidjbradshaw/iframe-resizer#heightcalculationmethod
    changing the line into your page-community.php where code:
    // heightCalculationMethod: 'bodyOffset', // If iframe not resize correctly, un-comment (or change with one of others available resize methods)
    try to activate the line removing // in front and changing into:
    heightCalculationMethod: 'bodyOffset', // If iframe not resize correctly, un-comment (or change with one of others available resize methods)
    change bodyOffset value on same line, with another of listed resize methods.
    ???

    • This reply was modified 8 years, 4 months ago by axew3.
    • This reply was modified 8 years, 4 months ago by axew3.
    Thread Starter justinleemackey

    (@justinleemackey)

    I’ve tested several times with different heightCalculationMethod.

    The only two that work are lowestElement and grow but still the gap remains.

    Plugin Author axew3

    (@axewww)

    at this moment i see it is set with value:
    heightCalculationMethod: 'lowestElement'
    and the gap of the iframe is still present when opening to view a forum.

    Thread Starter justinleemackey

    (@justinleemackey)

    True, but at least the forum is showing. Any other heightCalculationMethod makes the forum not visible at all.

    Thread Starter justinleemackey

    (@justinleemackey)

    Since it’s not the heightCalculationMethod, what else could be causing the gap?

Viewing 9 replies - 16 through 24 (of 24 total)

The topic ‘iFrame issue with responsive style installed’ is closed to new replies.