Plugin Author
axew3
(@axewww)
I assume you should do this step to resolve:
Iframe height do not resize to match my theme! (how to change heightCalculationMethod)
So all should work fine about this.
ps … after, also resolve all js errors you have about this:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ads.us.e-planning.net/hb/1/2a156/1/www.regginalife.com/ROS?rnd=0.8548067608741006&
that by the way is another kind of problem given by some plugin or extension you use.
-
This reply was modified 3 months, 3 weeks ago by
axew3.
i actived log:
iframeResizer.contentWindow.js:169 [iFrameSizer][w3all_phpbb_iframe] Trigger event: mutationObserver: [object HTMLSpanElement] attributes
iframeResizer.contentWindow.js:169 [iFrameSizer][w3all_phpbb_iframe] No change in size detected
Could not load content for https://www.regginalife.com/forum/iframeResizer.contentWindow.js (HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE)
iframeResizer.js:142 [iFrameSizer][Host page: null] Ignored: {"protocol":"nuanria_messaging","type":"request","messageId":1,"action":"ddaloccgjfibfpkalenodgehlhkgoahe:childConnected","responseRequired":false,"payload":true}
Plugin Author
axew3
(@axewww)
As said before, you have unfortunately many js errors that can cause a subsequent fail of js code that is executed after.
I assume that or you resolve these issues, or you should move the overall_footer.html code you added, in the way to avoid that it is executed after.
May try to disable some extension or plugin you use, to check that after the resizer work.
The footer code is before of tag </body>
I tried to disable all phpbb extentions but no works.
Ps. I use phpbb 3.3.1
i fixed. i added in page-forums.php:
heightCalculationMethod: 'taggedElement',
and in overall_footer.html before tag </body>:
<div data-iframe-height=""></div>
you could add It in your tutorial.