Notifications
Clear all

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

3 Posts
2 Users
2 Reactions
1,394 Views
Posts: 16
Topic starter
(@asp2020)
Eminent Member
Joined: 5 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: 1860
Moderator
(@alvina)
Member
Joined: 6 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: 5 years ago

Hi Alvina,Β 

This JS code worked perfectly. Thank you so much for your assistance πŸ™‚Β 

Regards.