By Tomas Bolling Nilsson on Wednesday, 02 June 2021
Posted in General Issues
Replies 1
Likes 0
Views 417
Votes 0
Hi there,

I have deactivated some functions in Easysocial, like location services, but in the group page, i can still see the filter option "Nearby groups". I dont want to use thus function and i dont want an disabled function to be visible as a filter.

Second question, in ES4 the user page that shows all users theres a grid view, but i want the old list view, is there any option for this? The best solution would be to let the user to choose how to display the user page.
Hey there,

I have deactivated some functions in Easysocial, like location services, but in the group page, i can still see the filter option "Nearby groups". I dont want to use thus function and i dont want an disabled function to be visible as a filter.


There is no setting to do this but you can add the following custom CSS at Backend > EasySocial > Themes > Custom CSS:


body #es.mod-es-sidebar-groups li[data-filter-item][data-type="nearby"] {
display: none;
}


Do clear all of your caches before you see the changes.

Second question, in ES4 the user page that shows all users theres a grid view, but i want the old list view, is there any option for this? The best solution would be to let the user to choose how to display the user page.


Currently, there is no setting to do this at this point of time.
·
Wednesday, 02 June 2021 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post