Notifications
Clear all

wpForo 1.x.x [Closed] Bad display on mobile

16 Posts
2 Users
1 Likes
4,550 Views
Posts: 11
 Jau
Topic starter
(@jau)
Active Member
Joined: 7 years ago

Hello,

On mobile, the wpforo menu is not collapsing. I don't see any error in console.

Here is my forum : http://libsos.fr/communaute/questions/

Any suggestions ?

Thank you !

15 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

This is a theme conflict, please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Then Delete all caches and do Ctrl+F5 on forum page:

@media screen and (max-width: 620px) {
      #wpforo #wpforo-wrap #wpforo-menu #wpf-menu { display: none!important; }
}
Posts: 11
 Jau
Topic starter
(@jau)
Active Member
Joined: 7 years ago

Hello again,

No, it just hides the menus. It won't help them align or show up when we click the button.

Could this be a more "jquery-ish" problem ?

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Please try to change WordPress theme.

Posts: 11
 Jau
Topic starter
(@jau)
Active Member
Joined: 7 years ago

Looks like it was not the theme.

It's even worse with Twentyfouteen : the menu disappears !

Page 1 / 4