• Resolved io2big

    (@io2big)


    Hi,
    i have change style of my forum.
    i have copy integration code in overall_header.html and overall_footer.html from old style to new style but resizer no works in new style.
    i see just header.
    it works perfect with Old style.
    maybe some librerie Is missing?

    • This topic was modified 4 years, 2 months ago by io2big.
Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter io2big

    (@io2big)

    done.

    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 4 years, 2 months ago by axew3.
    Thread Starter io2big

    (@io2big)

    no works your fix. ??

    Thread Starter io2big

    (@io2big)

    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)

    Thread Starter io2big

    (@io2big)

    
    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.

    Thread Starter io2big

    (@io2big)

    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

    Thread Starter io2big

    (@io2big)

    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.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘iframe resizer no works after change PHPbb style’ is closed to new replies.