Page 4 of 4

Re: phpbb embedded on wordpress tempate install questions

Posted: Wed Mar 30, 2022 7:12 pm
by johncummings
I think i have figured it out. I spent 2 days doing some CSS training and now things make more sense. Well, at least the css code. I'm not familiar with php.

Well, I have the "width" issue solved. All I did was add a "width:100%" to the "div" that contained the iframe. No idea why, but the size of the div was some how only 1px without adding the "width:100%" statement. I also create a css class for the div that contains the iframe and externalized the css for both the div and iframe.

Now I need to put back the changes for overall_header and overall_footer. I removed these when I was about to give up ! Now I'm curious if all my issues are fixed.

Thanks for the help.

I will let you know how I made out.
John

Re: phpbb embedded on wordpress tempate install questions

Posted: Wed Mar 30, 2022 9:10 pm
by axew3
Great!
I am over to resolve ipad/safary issues, after i turned it on to check for another reported bug into the rotate image phpBB extension.
I hope to find out the way to resolve both in short

Re: phpbb embedded on wordpress tempate install questions

Posted: Fri Apr 01, 2022 7:40 pm
by axew3
P.S
John, look that during last update, 3 lines of code have been missed on files

addons/page-forum.php
and
views/wp_w3all_phpbb_iframe_short.php
that i detected while testing an ipad/iOS, that the iframe was so not loading correctly, when on index.
May not, may yes, it was your problem?
viewtopic.php?p=5693#p5693
these files have been fixed as explained into the post, whenever useful

Re: phpbb embedded on wordpress tempate install questions

Posted: Wed Apr 06, 2022 1:49 pm
by johncummings
Thanks,

Just getting back to this! My hobby - lol