Notifications
Clear all

wpForo 1.x.x [Solved] Unable to add topic title or add topic since update to wp foro 1.8.1

3 Posts
2 Users
1 Likes
681 Views
Posts: 9
Topic starter
(@upcyclerlife1)
Active Member
Joined: 4 years ago

Hi, 

I've recently updated wp foro to version 1.8.1 on our site and since then when you select the add topic button the editor will open but is missing the topic title section and when you press add topic nothing happens, i guess because there is no topic title. The site is upcyclerlife.co.uk

Can someone advise please?

2 Replies
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @upcyclerlife1,

This is just a CSS conflict, please use this code to solve the issue:

#wpforo #wpforo-wrap .wpf-topic-create .wpf-field.wpf-field-name-title {
display: block !important;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

Posts: 9
Topic starter
(@upcyclerlife1)
Active Member
Joined: 4 years ago

Hi Sofy!

Great! Thanks so much for the speedy reply 😊 

Added the CSS and all working now! Yay!

Thanks again,

Upcycler Life