Notifications
Clear all

wpForo 1.x.x [Solved] How to reposition the forum description

3 Posts
2 Users
2 Reactions
775 Views
Posts: 16
Topic starter
(@asp2020)
Eminent Member
Joined: 4 years ago

Hi there,

 

I'd like to know if it's possible to move the forum description above the sub-forum (note: follow the yellow arrow for the desired position). 

The current position is a bit misleading as the description for the main forum is beneath the sub-forum. 

Appreciate your assistance with this. 

Thank you very much.

2 Replies
Alvina
Posts: 1863
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @asp2020,

Please try the following JS code:

jQuery(".wpforo-content ").prepend( jQuery( "#wpforo #wpforo-wrap .wpf-head-bar " ) );

The code should be added in the current active theme js files.

Posts: 16
Topic starter
(@asp2020)
Eminent Member
Joined: 4 years ago

Hi Alvina, 

This JS code worked perfectly. Thank you so much for your assistance 🙂 

Regards.