Forum breadcrumbs – You are here:Asgaros Support ForumSupportCan't add categories
Please or Register to create posts and topics.

Can't add categories

When I go to the Structure section there is a plus sign next to Add Category. I have tried click on the plus sign and on Add Category but nothing happens. Am I missing something?

Hello tfindlay,

please ensure that you dont block JavaScript in your browser. If this is not the case, I assume that there are JavaScript errors produced by other WordPress extensions. If you use Google Chrome you can check this by opening the developer console with CTRL + SHIFT + J. Red/yellow entries there will give you some hints about the problem.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks. It appears to be working on Firefox but not Safari.

Sadly I dont have a Mac so I can not test it on Safari. Have you tried to clear your browser cache? Was it working before?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Since I added a category and some forums using Firebox things appear to be working normally in Safari. Thanks for your prompt and thorough support.


Cheers,
Terry

I also got this error on Safari. Here is what the console says:

“Error: Syntax error, unrecognized expression: #category-editor #usergroups-editor input[type=checkbox”

The jQuery selector on line 53 of admin.js is missing the closing square bracket:

“$(‘#category-editor #usergroups-editor input[type=checkbox’).each(function() {“

Hello gabriel,

the closing-brackets are there. Please check that you are using the latest versions of the files and clear your caches. Maybe during an update some files got corrupted.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!