Nov 15, 2021 12:10 pm
Hi,
Somehow I've made an alteration (somewhere) that stops new topics from being added by anyone, even admins. I search everywhere and I can't find the solutions.
This is the error I get in the console - An invalid form control with name='topic[title]' is not focusable.
Even when all plugins are disabled and the theme is changed it still doesn't work.
Would appreciate any help you can offer.
Thanks
2 Replies
Nov 16, 2021 9:10 am
Hi @danl,
Go to Dashboard > Forums > Settings > Styles Tab > Custom CSS Code Field, Find the CSS code which turns topic title to display none and remove it, the topic must have a title to work correctly.
This is the code which hides topic title:
.wpf-field-type-text.wpf-field-name-title { display: none !important; }