FSE Footer breaks under bbpress
-
Hi fixers
I am reposting here, as I do not find a big insight in FSE.
I am using Bbpress forum that is added using shortcode and legacy templates. This is TT5 theme. I am suffering big time from random behaviour.
- Footer
Footer on forum page has it’s own life. Looks like this on all other pages and like this on forum page. I would really like this to tag into FSE themes, so that it’s not an issue at all. How can I accomplish this?
And in general, why is forum affecting the footer in the first place? Better class definition of the forum block maybe, so that it does not tag into root etc…
I am doing overwrites in css that seriously should be implemented in core. Otherwise forum is not responsive and does not adapt to the width of WP FSE core. like so:
/******************** Forum Container - Large Screen **********************/.bbpress-container.bsp-fse-container { width: var(--wp--style--global--wide-size) !important; }/******************** Forum Container - Smaller screen **********************/@media screen and (max-width: 1035px) { .bbpress-container.bsp-fse-container { width: 90%; } }
Widths as variable in FSE:
- var(–wp–style–global–wide-size)
- var(–wp–style–global–content-size)
2) floats at random ???
Also making the footer change above. then forum floats right!!!!!! Last week it floated left!!!
3) Responsive
All pages including any Bbpress shortcode will break responsive for mobile. First stuff is outside screen. 2nd tables collapse and reorder as if this was never styled for mobile.
4) Adding fx recent subjects to frontpage, completely screws up the site
In general I do not understand why the forum continues it’s styling into footer and corrupts everything around it. I have inspected all I can, but I am not able to locate these issues.
5) I am trying to make search block adopt behaviour of forum search. How can I accomplish this and then remove the forum built in search
Any ideas thx
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.