theme related
You’ll need to supply a link to an example on the site
Line 4255 of your theme Pixiehuge has
#bbpress-forums li.bbp-body ul.forum li {
height: 100%;
display: flex;
display: -webkit-flex;
flex-direction: column;
-webkit-flex-direction: column;
justify-content: center;
-webkit-justify-content: center;
}
The height : 100% is the issue
You need to put
#bbpress-forums li.bbp-body ul.forum li {
height: auto;
}
or
#bbpress-forums li.bbp-body ul.forum li {
height: auto !important;
}
(Try without the !important first)
into your theme’s custom css, or the custom css part of my bbp style pack plugin
ok with important works
got other question is ther some plugin to migrate mybb to bbpress that works ?
ther is now like max 3 sub forums to choose but ther should be more
you have total height constrained by
#bbpress-forums li.bbp-body ul.forum {
border-top: 0;
height: 90px;
}
so
#bbpress-forums li.bbp-body ul.forum {
height: auto !important;
}
got other question is ther some plugin to migrate mybb to bbpress that works ?
as far as I know the convertor in bbpress works
dashboard>tools>forums>import forums
now it works perfect tnx a lot Robin
Now i need to find way to migrate users from mybb to bbpress
see my response above 🙂
yea i tried but he id not copy users
Hello Robin, Im using pixiehuge as isuzu. I changed codes like you said in pixiehuge theme (main.css) but my problem not solved yet.
Here is the my website forum http://e-sporturkiye.net
@emiralem you’ll need to provide a link to a topic example – all I could see were blank forums
@robin-w I know, but if Im going to add more than 3 subforums, I can not see the main forum name like CounterStrike main forum title is behind the top forum bar:S
https://i.hizliresim.com/3E9k8r.jpg. Thanks
I see the counter strike forum with a list of 4 sub forums all looking good – can you explain exactly what the issue is with this one ?
sorry – was buzzing between subjects and missed your screenshot
with the link http://e-sporturkiye.net/forum/
Mine is fine in Firefox, Edge, Chrome and IE
All looks good to me
Yesss it solved finally for desktop. However, it still continue for mobile:((
Dude I think mobile also work flawlessly. I see broken, because data comes from cache. Thank you so much!!
great – glad you are fixed !!