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?
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.
Hi Sofy!
Great! Thanks so much for the speedy reply 😊
Added the CSS and all working now! Yay!
Thanks again,
Upcycler Life