how to resolve any resize problem, with any theme:
open the overall_footer.html
just after the js code you added, or before the closing </body> tag:
add 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)