Notifications
Clear all
Apr 26, 2020 11:55 am
Dear Support,
Apparently the field to modify a thread title is not showing in a threaded layout design (please see screenshot attached).
There is no problem with the extended layout (see screenshot attached).
No moderators or admin (like me) can't do it.
Could you please advise?
Best,
Andrea
5 Replies
Apr 26, 2020 1:00 pm
having this issue as well. was about to post the same topic but here it is.
what's up with this?
Apr 27, 2020 9:54 am
Put this CSS code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea. Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset the browser cache:
#wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .wpf-post-create .wpf-subject {
display: block;
}