AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Solved] Add topic button not functioning

3 Posts
2 Users
1 Reactions
2,359 Views
Posts: 3
 DanL
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@danl)
Active Member
Joined: 4 years ago
[#19157]

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

The page I need help with

2 Replies
Chris
Posts: 3610
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@chris)
Famed Member
Joined: 5 years ago

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;
}

1 Reply
 DanL
(@danl)
Joined: 4 years ago

Active Member
Posts: 3
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@chris Thanks for your help! All fixed


Share: