Page 1 of 2

Blank page

Posted: Wed Feb 21, 2024 1:30 pm
by patrik69
Good morning,

I updated my forum style and modified the files as shown here: https://www.axew3.com/w3/2020/01/phpbb- ... iframe-v5/

Unfortunately, since these modifications, when I want to open an existing topic or post a message on my forum, a blank page is displayed. :|

How to correct this problem?

Thanks in advance.

https://www.bayonnais.com/forum1/

Re: Blank page

Posted: Wed Feb 21, 2024 11:44 pm
by axew3
Hello!
First

Code: Select all

Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://bayonnais.com’) does not match the recipient window’s origin (‘https://www.bayonnais.com’).
your install do not scroll after page loaded due to the error above:
into your overall_footer-html and overall_header added code you should set URL to wordpress, and into overall_footer to the JS library, adding www. Remember to recompile stale templates to let changes take effect.

About your question: did i registered there in the past? Can you provide me an account to see a topic (because it is closed to guests).
Send in case via contact form or pm here.
Anyway, since the forum instead display correctly, the issue you get, is because there is some problem with phpBB and not the plugin for sure! (also because it cannot interfere anyway with it).

Let see

Re: Blank page

Posted: Thu Feb 22, 2024 12:20 am
by patrik69
Thanks for the tip but it still doesn't work.

I sent the username and password using the contact form.

Re: Blank page

Posted: Thu Feb 22, 2024 12:30 am
by axew3
It is working fine about scroll now, maybe it is your cache still not updated? I see now work fine, but you have to adjust into the plugin admin (the option is on the very bottom), the distance in pixels to reposition the page to the right value when it scroll to top, so to have the forum scrolled as you want (so to see the header of phpBB in the right position)

I've get the email and i will take a look about the topic you say

Re: Blank page

Posted: Thu Feb 22, 2024 12:40 am
by axew3
I assume that you have set

Code: Select all

var w3all_custom_wp_w3fancyurl = 'ab';
into the overall header and footer code
BUT
you don't do the same into the plugin admin!!
Correct it please.
Option custom fancy URL (the setting into plugin admin) need to match, so set it as ab
if you changed into overall_header and footer

Re: Blank page

Posted: Thu Feb 22, 2024 12:49 am
by patrik69
I modified everything with "ab", then "w3".

I put "ab" back everywhere but it still doesn't work, I don't understand. :|