• Resolved encyde

    (@encyde)


    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]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author axew3

    (@axewww)

    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.

    Thread Starter encyde

    (@encyde)

    I made the change but it is still the same.

    Thread Starter encyde

    (@encyde)

    No, it works. I had to clear cache. Thank you so much

    Thread Starter encyde

    (@encyde)

    now its back ??

    Thread Starter encyde

    (@encyde)

    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.

    Plugin Author axew3

    (@axewww)

    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 4 years, 1 month ago by axew3.
    Plugin Author axew3

    (@axewww)

    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 happen

    The 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 4 years, 1 month ago by axew3.
    Thread Starter encyde

    (@encyde)

    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?

    Plugin Author axew3

    (@axewww)

    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?

    Thread Starter encyde

    (@encyde)

    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

    Plugin Author axew3

    (@axewww)

    strange because i have this as result if i add this attribute this way:

    View post on imgur.com

    Plugin Author axew3

    (@axewww)

    nope, ok i understand, i see now

    Thread Starter encyde

    (@encyde)

    Strange yes, everything looks fine except it’s not in the center.

    Thread Starter encyde

    (@encyde)

    changed the url if you want to investigate the code

    Thread Starter encyde

    (@encyde)

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘phpBB to wide on page’ is closed to new replies.