By stefano rigazio on Tuesday, 27 March 2018
Posted in General Issues
Replies 2
Likes 0
Views 1.3K
Votes 0
Since I only have one category is it possible when one writes a new post to avoid asking the category?
thanks a lot

stefano
Hi Stefano,

Unfortunately, it is not possible to disable the category selection through settings. A category selection is also needed so the system can detect which category to save the discussion into.

But if you want, you can prevent the category selection from being clicked by using the following custom css.

#ed.view-ask .ed-ask__bd #category_id {
pointer-events: none !important;
}
·
Tuesday, 27 March 2018 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post