Notifications
Clear all

wpForo 1.x.x [Solved] CSS or JavaScript to display/move Tags field before Title field, on Add Topic form?

2 Posts
2 Users
0 Reactions
715 Views
Posts: 126
Topic starter
(@mplusplus)
Reputable Member
Joined: 5 years ago

Hi

Do you have CSS or JavaScript to display/move Tags field before the Title field, on Add Topic form?

Thanks 

Topic Tags
1 Reply
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @mplusplus,

Please try the following js code: 

jQuery('.wpf-topic-tags').prependTo('.wpf-topic-form-wrap');

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