By Andy on Friday, 25 November 2016
Posted in Technical Issues
Likes 0
Views 256
Votes 0
I'd like to hide the 'Custom Filters' section of the Groups sidebar... It seems every aspect of ES Groups can be turned on or off apart from this.. or have I missed a setting somewhere?

If there is no config option to hide it, is there a CSS hidden code I could apply to my custom stylesheet perhaps?

Thanks!
Hi Andy,

Currently there is no option to turn off this custom filter section in your group page. You can try to add below css code into your Joomla css:


div[data-es-group] div[data-type="custom-filters"] {
display: none;
}


Let us know if the above work for you or not.

Thanks
Sam
·
Friday, 25 November 2016 13:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Absolutely PERFECT. Thank you!
·
Friday, 25 November 2016 14:00
·
0 Likes
·
0 Votes
·
0 Comments
·
please set this as an option in the backend, to hide this filter.
·
Friday, 25 November 2016 14:29
·
0 Likes
·
0 Votes
·
0 Comments
·
In Easysocial 2, we already simplify all the settings as much as we can, we will not add this setting in the future version.

In other word, you have to use CSS to hide it.

By the way, you're welcome Andy

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 25 November 2016 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post