how to resolve resize problems, with any theme:
open the overall_footer.html
just after the js code you added, so before the closing </body> tag:
add something like this:
Code: Select all
<div data-iframe-height=""></div>
Save, recompile template.
Now open your wordpress page-forums.php template page and
where this line:
Code: Select all
// heightCalculationMethod: 'documentElementOffset', // If iframe not resize correctly, un-comment (or change with one of others available resize methods)
Code: Select all
heightCalculationMethod: 'taggedElement', // If iframe not resize correctly, un-comment (or change with one of others available resize methods)
If using the awesome iframe template integration shortcode, relevant file to look into is:
/wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_iframe_short.php
https://github.com/davidjbradshaw/ifram ... options.md