By Alex Khatchadourian on Tuesday, 18 June 2019
Posted in General Issues
Likes 0
Views 827
Votes 0
Hi, at the Home Page level there is a "Filter Timeline:" where users are able to filter time line of who has registered or posted on events, groups etc. At the moment we do not want the option for anyone to select 'Everyone" and determine who is registered. We are ok with all the other choices. Please refer to the link below: How can we remove/hide the "Everyone" option?

https://monosnap.com/file/3oBU6rTwQQCZvwLGGwtlp2sqVKb9mw
Hey there,

You can add the following Custom CSS code into Backend > EasySocial > Themes > Custom CSS:

body #es .es-timeline-filter-dropdown li[data-type="everyone"] {
display: none;
}


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

You can go to Profiles app and disable New Registration on the backend as shown in the screenshot. https://take.ms/sM7ml
·
Tuesday, 18 June 2019 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I just added the Custom CSS and it worked!! Thank You!!
·
Tuesday, 18 June 2019 14:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 18 June 2019 14:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post