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/
Blank page
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Blank page
Sorry for my english, i'm french...
- axew3
- w3all User
- Posts: 2881
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Blank page
Hello!
First
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
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’).
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
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: Blank page
Thanks for the tip but it still doesn't work.
I sent the username and password using the contact form.
I sent the username and password using the contact form.
Sorry for my english, i'm french...
- axew3
- w3all User
- Posts: 2881
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Blank page
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
I've get the email and i will take a look about the topic you say
- axew3
- w3all User
- Posts: 2881
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Blank page
I assume that you have set
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
Code: Select all
var w3all_custom_wp_w3fancyurl = 'ab';
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
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: Blank page
I modified everything with "ab", then "w3".
I put "ab" back everywhere but it still doesn't work, I don't understand.
I put "ab" back everywhere but it still doesn't work, I don't understand.
Sorry for my english, i'm french...