Resizer is not working

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Resizer is not working

Re: Resizer is not working

by madnnes » Mon Oct 09, 2023 9:12 am

Yep, I've raised a question to the theme developer and waiting for his reply. :)

Re: Resizer is not working

by axew3 » Sun Oct 08, 2023 8:54 pm

I will tend to believe that what you say is true, but you should so find out what on it cause the issue, there is no theme where i installed the iframe integration that do not works fine. So hope you'll may find out the solution, also because it is a very nice template the one i seen into your example.
Cheers!

Re: Resizer is not working

by madnnes » Sun Oct 08, 2023 11:27 am

Hey,

Thanks a lot. After many attempts and tests it seems that the issue is with my phpbb theme, because with the default one all is working fine.

Thanks again and have a great Sunday! :)

Re: Resizer is not working

by axew3 » Tue Oct 03, 2023 8:34 am

hello! your page-board into your active template folder where there is this line:

Code: Select all

heightCalculationMethod: 'documentElementOffset',
have you try to comment it

Code: Select all

//heightCalculationMethod: 'documentElementOffset',
or if it do not resize, to try to apply the other the other method?
viewtopic.php?p=4505#p4505

phpBB at the moment i checked it (just now).
is not embedded into your page.

Re: Resizer is not working

by madnnes » Mon Oct 02, 2023 9:29 am

Hey,

Thank you very much for your fix! :)

I have a little problem integrating a subdomain forum into the site.
I've the same files as I've attached already in my previous post when I wanted to integrate a forum which is in the same domain, the only difference is that I've change the line below to adapt it for a subdomain forum:

Code: Select all

var w3all_orig_domains = ['https://knigi-igri.net','http://knigi-igri.net','https://knigi-igri.net/forum','http://knigi-igri.net/forum'];
to:

Code: Select all

var w3all_orig_domains = ['https://knigi-igri.net','http://knigi-igri.net','https://forum.knigi-igri.net','http://forum.knigi-igri.net'];
and this is the result:

Resizer is not working (as in my first post) when the forum is integrated in a full layout or only 1 sidebar on the left or right side of the forum body.

Image
photo host

But it's working when I have 2 sidebars around the forum. (you can check the page https://knigi-igri.net/board/)


Any idea if I need to change something else somewhere, to adapt that I want to integrate a subdomain forum?

Re: Resizer is not working

by axew3 » Sat Sep 30, 2023 8:34 am

Hello!
2.7.4 has been released but let me say, it has been released to mainly fix two aspects:
the fact that the admin config page was throwing Php warnings, when WP in debug mode, because containing deprecated php.
It has been all updated/fixed about his aspect.

While about the iframe integration, the code of two plugin files:


/wp-content/plugins/wp-w3all-phpbb-integration/addons/page-forum.php (the page that become page-(whateveryouwant).php into your active template folder)
and
/wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_iframe_short.php

has been updated to REMOVE the use of the JS deprecated document.domain
and so to fit the new overall_footer.html JS code:
https://www.axew3.com/w3/2020/01/phpbb- ... iframe-v5/

But the code is still away to be perfect: it works as you see here, but it is still necessary to improve the smooth scroll behavior in some circumstances and more: the overall_footer js code, need to be re-ordered to be executed at the right time, so to have a smoother and precise flow, and it will be done on next coming release.

You can follow on use the old code if you want, or reload the page-board with the new one and the overall_footer code to update to the new postmessage way that replace the deprecated document.domain.

If any problem just post

Top