2.8.8 template integration improvements and 2.8.8 pre-logs
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Coming 2.8.8 logs
using page-forum or shortcode?
- Ezrael
- w3 User
- Posts: 102
- Joined: Wed Nov 15, 2023 9:11 pm
- Contact:
Re: Coming 2.8.8 logs
page-forum
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Coming 2.8.8 logs
I see.
Still there is an error somewhere thrown by jQuery but looking at it i cannot reverse from where it come out at moment.
last page-forum works fine i just tested it again, there are no errors on it.
Can you try to disable the phpBB extension responsible of this dom output:
??
it seem to be the problem, beside that now the console return that the postmessage fail so you have to change the line
not
Still there is an error somewhere thrown by jQuery but looking at it i cannot reverse from where it come out at moment.
last page-forum works fine i just tested it again, there are no errors on it.
Can you try to disable the phpBB extension responsible of this dom output:
Code: Select all
/* Add resize attach in phpBB3.1 && Anvar bb3.mobi */
it seem to be the problem, beside that now the console return that the postmessage fail so you have to change the line
Code: Select all
var w3allAllowDomain = 'https://surferparadise.de';
Code: Select all
https://forum.surferparadise.de/
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Coming 2.8.8 logs
Stop here all working!
But there is a problem with css, let see as i will return in place!
It is a problem of the css and the new Resizer lib.
Let check after to fix all! You'll be there in the evening!?
I get now only
The event origin do not match
that's ok! All working except the above, let me explain after the reason and give the fix!
But there is a problem with css, let see as i will return in place!
It is a problem of the css and the new Resizer lib.
Let check after to fix all! You'll be there in the evening!?
I get now only
The event origin do not match
that's ok! All working except the above, let me explain after the reason and give the fix!
- Ezrael
- w3 User
- Posts: 102
- Joined: Wed Nov 15, 2023 9:11 pm
- Contact:
Re: Coming 2.8.8 logs
Yes I will be online this evening!
I change the code to
I also deactivated Inline images in attachment extension but the issues are still there.
The extension isn't new and worked with 2.8.4 and the old resized without issues.
I change the code to
Code: Select all
var w3allAllowDomain = 'https://surferparadise.de';
The extension isn't new and worked with 2.8.4 and the old resized without issues.
Last edited by Ezrael on Thu Jul 04, 2024 2:08 pm, edited 1 time in total.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Coming 2.8.8 logs
NONO all is working now, read above my last message!
viewtopic.php?p=6427#p6427
ps there are css problems also here where you see the iframe loading and expanding to 100%width (i see it for a moment when the page load).
It is not good, there is a problem on how the iframe is embedded. We'll fix it!
exactly, with the old resizer. With the new v5 seem to have some problem instead!
ps More exactly, maybe you do not see the error because it do not cause any malfunctioning even if there is an error: it is thrown in fact on the footer, when all scripts already fired, but not the resizer (and on the new resizer lib it cause the error).
I suspect that your extension is instead exactly the problem of the js error that was coming out.
Now let fix the css, see you later!
[EDITED]
viewtopic.php?p=6427#p6427
ps there are css problems also here where you see the iframe loading and expanding to 100%width (i see it for a moment when the page load).
It is not good, there is a problem on how the iframe is embedded. We'll fix it!
Code: Select all
The extension isn't new and worked with 2.8.4 and the old resized without issues.
ps More exactly, maybe you do not see the error because it do not cause any malfunctioning even if there is an error: it is thrown in fact on the footer, when all scripts already fired, but not the resizer (and on the new resizer lib it cause the error).
I suspect that your extension is instead exactly the problem of the js error that was coming out.
Now let fix the css, see you later!
[EDITED]