phpBB to wide on page
-
How can I solve this problem? I can’t fix it. I wanted to be in the frame and not that wide.
The page I need help with: [log in to see the link]
-
first of all, you have an error into overall_header code you added:
<script type="text/javascript"> <script type="text/javascript">remove one line, it is duplicated.
Point 2:
open you forum page, and where there is this code:
<div class="">
change into:
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">but you’ll see that the iframe now, do not fit the content, it is too short, because you added a specific class wrap div into phpBB or it’s class is with a specific value too small: change it or remove.
I made the change but it is still the same.
No, it works. I had to clear cache. Thank you so much
now its back 🙁
I got it working, I wrote the code wrong so I corrected it. Now I have another problem. When I try to login it just looping. It has something to do with ID? I can’t remember.
It is all ok, it is not a loop, it is the preloader problem, i have to resolve, and that i will give a fix within today or tomorrow.
If instead you are with user with id1 in wordpress, it is normal, and warned when first 2.4.0 released: userid 1 in wp and user id 2 in phpBB are not linked anymore, and into page forum they get loop.
I will solve the preloader AND uid1 problem asap in next hours
-
This reply was modified 5 years, 3 months ago by
axew3.
ps: the preloader problem that do not disappear, that affect sometime:
if you want to remove the preloader in the while, open page-forum into your active template folder and remove this line:
<div id="w3_toogle_wrap_loader" class="w3_no_wrap_loader"><div class="w3_loader"></div></div>
that’s just after the START IFRAME comment line.
Or leave, and just reload page when/if it happenThe loop problem for UID 1 in wp and phpBB UID2 is instead another issue: as said, both will be resolved asap!
Stay tuned! Nice work!
-
This reply was modified 5 years, 3 months ago by
axew3.
cool 🙂 one more thing, if you check my forum https://www.h4ck.se/h4ckforums/ you can see its not in the center. How do I solve that?
should be change:
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
you edited, into this:
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap" style="min-width:100%">
isn’t it?I had this: <div class=”td-main-content-wrap td-main-page-wrap td-container-wrap”>
changed to this: <div class=”td-main-content-wrap td-main-page-wrap td-container-wrap” style=”min-width:100%”>
but now the wide thing is back
strange because i have this as result if i add this attribute this way:
nope, ok i understand, i see now
Strange yes, everything looks fine except it’s not in the center.
-
This reply was modified 5 years, 3 months ago by
The topic ‘phpBB to wide on page’ is closed to new replies.