justinleemackey
Forum Replies Created
-
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedSeems to have fixed /staging log error. Now forum is loading on Firefox correctly and Board home and logo links are redirecting properly.
The only issue now is the resizer not shrinking on smaller pages.
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedForum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedThanks for the reply.
Yes, it is set correctly and I did notice the Console reporting that, but overall_footer is set correctly and I did rebuild template. Must be cached but forum is working correctly.
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedHi W3,
I was hoping you could try logging into the forum again to take a look at the issue. We’ve made the site live so the new login location is at:
https://futureprimitive.org/community/
Username: test
Password: fptestThank you!
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedDid you try different browser? it’s working for us on multiple browsers.
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedW3, thanks for the support!
I am still have problem with iframe resizer on the board pages. The issue is that it has a big gap between footer of PHPBB and WP footer.
Right now I have set: heightCalculationMethod: ‘grow’ which seems to work well except for the board pages, which has the gap. I can get rid of the gap by setting to different heightCalculationMethod but then the main forum page has glitchy scroll issue.Please login at: https://futureprimitive.org/staging/community/
Username: test
Password: fptestMain page looks great and works normal (scroll is good), but you can recreate issue by clicking on the first board “Episodes”. Scroll down and you’ll see big gap.
I believe heightCalculationMethod: ‘grow’ needs to stay since that is the only method that allows the scroll on main page to not be glitchy. I tired all other methods and this is the only one that works the best, except for the gap issue. Please help!
Thanks,
JustinForum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedTo clarify, I wasn’t talking about WordPress theme for main site, I was talking about PHPbb theme that was installed in ACP. The PGPbb ‘theme’ or style has a parallax header, sorry for the confusion. Want to make sure were on the same page.
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedAlso, tried different heightCalculationMethods but the only one that works the best is ‘grow’. Setting back to default made the iFrame cut off except for the top.
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedThanks for the help!
Although, none of the code solved the issue.When I added
<!– START iframe div –>
<div id=”main-content”>
<div class=”container”>It made the community page a boxed layout with a vertical thin line on the right throughout page , even though in PHPbb style options it is set to ‘fluid’ or full width. Also tried just
<!– START iframe div –>
<div class=”container”>
And fixed vertical line but made page boxed layout, and also the gap still exists.
The fix made the very top header shrink link on regular site too.The parallax issue is not that important for the community page. More importantly, we are trying to make it functional with minimal issues and we are almost there.
The two main issues are:
1. The “Home” button next to “Board Index” link on top right of PHPbb is creating another instance of the entire site beneath the top header (try it out in Chrome.)
2. The large gap is not present on most pages, but as soon as you click into a topic, the huge gray space exists between the websites footer and iFrame or PHPbb footer. How can we make sure those are joined throughout the forum pages?Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedThanks again for the support.
If you try the “home” button on Chrome, is still creates the second instance. I am talking about the home button in the board index on PHPbb, not of the main website.
One last issue I can’t solve. On some pages of the forum, the footer is fine, but on most of the forum, you will notice a big space under the forum (between the forum and the footer on the main site). Any way you know of to remove that space for all pages of the forum so iFrame fits nicely always without extra gaps like below?
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedSorry for the multiple questions but, what is the process for making the “Home” button on the forum exit the iFrame? Currently when clicked, it creates a second instance of WP below the main header.
Thanks!
Forum: Plugins
In reply to: [WP w3all phpBB] iFrame issue with responsive style installedThanks much for awesome support!
Worked with:
heightCalculationMethod: ‘grow’ quite wonderfully.Another question, this theme uses a parallax image header and it doesn’t seem to work within iFrame right now. Could you point me in the right direction to remedy that?
Thanks again. ??