Notifications
Clear all

wpForo 1.x.x [Solved] Can't modify title in threaded layout

6 Posts
4 Users
3 Reactions
930 Views
Posts: 31
Topic starter
(@andyteslaro)
Eminent Member
Joined: 5 years ago

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
Alvin Patrimonio
Posts: 80
(@thecaptain)
Estimable Member
Joined: 6 years ago

having this issue as well. was about to post the same topic but here it is.

what's up with this?

 

Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

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;
}
3 Replies
Alvin Patrimonio
(@thecaptain)
Joined: 6 years ago

Estimable Member
Posts: 80

@robert

hi! for one of my sites it worked but not for this one --> https://komunidad.ph/community/

kindly check, thanks!

 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@thecaptain,

Probably this is just a cache issue. Please don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.     

(@andyteslaro)
Joined: 5 years ago

Eminent Member
Posts: 31

@robert

thank you so much. Worked for me. 😊 

Best

Andy