By Anders Lolk Vestergaard on Saturday, 08 September 2018
Posted in General Issues
Replies 8
Likes 0
Views 486
Votes 0
Hi there.

How do I hide the widgets in the side when showing all events and all groups (including the create button), so only the events/groups are visible?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately that is no setting to hide those sidebar from the group and event page, but you can modify the code.

You can try download my attached files then put these file into your current template file location.

ZipFolder > events
JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/events/default/sidebar.php

ZipFolder > groups
JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/groups/default/sidebar.php
·
Saturday, 08 September 2018 09:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks - it works.

Is it also possible to remove it inside the specific groups and events.
·
Saturday, 08 September 2018 19:18
·
0 Likes
·
0 Votes
·
0 Comments
·
You can apply this following CSS into your site backend > Easysocial > theme > custom css

[gist type="css"]
body #es.view-groups.layout-item .es-sidebar {
display: none;
}

body #es.view-events.layout-item .es-sidebar {
display: none;
}
[/gist]
·
Sunday, 09 September 2018 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi again.

Thanks, but unfortunately it doesn't work. Is there any other things I can do?
·
Sunday, 09 September 2018 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
It might be cache issue, perhaps you can update me which domain site you referring?

And provide us with your site backend login access so I can help you check it now.
·
Sunday, 09 September 2018 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi.
Thank you. Domain and login information are updated.
·
Sunday, 09 September 2018 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, it seems like that group and event sidebar already disappeared when i check on my browser.

You can check my attached screenshot below.

Perhaps you can clear your browser cache and see how it goes.

Or you can try another browser which never access your website before.
·
Sunday, 09 September 2018 14:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post