Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Page switch issue

7 Posts
3 Users
1 Reactions
1,930 Views
Posts: 4
Topic starter
(@vitaut)
Active Member
Joined: 7 years ago

I have a problem with the page switch - he doesn't look right 

I need advice - where should I look for the cause?

 

 

6 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi  vitaut,

This is a small CSS conflict with your current active theme or other plugins. Please leave your frum URL to allow us to check it and provide some CSS solution for you. 

1 Reply
(@vitaut)
Joined: 7 years ago

Active Member
Posts: 4

My forum url:  http://www.belhistory.com/forum

Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

@vitaut,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, delete all caches do CTRL+F5 on forum frontend. 

#wpforo #wpforo-wrap select {
min-width: auto!important;
}
Posts: 4
Topic starter
(@vitaut)
Active Member
Joined: 7 years ago

Thank! It worked. Almost good. 

It remains only to align this element

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616
Posted by: vitaut

Thank! It worked. Almost good. 

It remains only to align this element

 

Use this CSS code, don't forget delete all caches and press Ctrl+F5 on forum front-end:

#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap {clear: left;}
Posts: 4
Topic starter
(@vitaut)
Active Member
Joined: 7 years ago

Now everything is good! Thank you very much!