Page 2 of 6

Re: 1 pixel iframe (instructions followed)

Posted: Tue Dec 31, 2019 12:38 pm
by axew3
p.s i see that the install of both cms are on same subdomain, by the way, seem that this not work fine, the iframe resizer get error:
Error: Unexpected message received from: http://dev.my80isfantastic.eu:81 for w3all_phpbb_iframe. Message was: [iFrameSizer]w3all_phpbb_iframe:2372.35009765625:991:init. This error can be disabled by setting the checkOrigin: false option or by providing of array of trusted domains.
change into overall_footer.html the line you edited:

Code: Select all

document.domain = 'dev.my80isfantastic.eu';
into:

Code: Select all

document.domain = 'my80isfantastic.eu';

Re: 1 pixel iframe (instructions followed)

Posted: Tue Dec 31, 2019 12:40 pm
by axew3
ok i see:
please on wp page forum, can you change

Code: Select all

checkOrigin : w3all_orig_domains,
into

Code: Select all

checkOrigin : false,
would like to understand ...

Re: 1 pixel iframe (instructions followed)

Posted: Tue Dec 31, 2019 12:43 pm
by madoma73
I will try to host both Wordpress and Phpbb at same location on same port, we will see

Re: 1 pixel iframe (instructions followed)

Posted: Tue Dec 31, 2019 12:49 pm
by axew3
i will try to check the thing installing the same into my localhost asap.
But can you test to do the above, changing

Code: Select all

checkOrigin : w3all_orig_domains,
with

Code: Select all

checkOrigin : false,
to see if all work ?

Re: 1 pixel iframe (instructions followed)

Posted: Tue Dec 31, 2019 12:53 pm
by madoma73
yes, it works by posting it in the same webserver at the same port :-)

Thanks

Re: 1 pixel iframe (instructions followed)

Posted: Tue Dec 31, 2019 12:56 pm
by madoma73
it works also changing checkOrigin

thanks a lot for your help