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
having this issue as well. was about to post the same topic but here it is.
what's up with this?
For wpForo 1.x.x versions:
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;
}
For wpForo 2.x.x versions:
Put this CSS code in Dashboard > wpForo > Settings > Colors & Styles > 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-field-name-title{ display: block !important; }