By Tanuj Damani on Monday, 09 March 2015
Posted in General Issues
Replies 4
Likes 0
Views 703
Votes 0
With the EasySocial I am able to disable the cover photo for a profile.
How can I do the same for events? As this is unnecessary at the infant stages of my community.

Thanks
Hi Tanuj,

I am really sorry. There is no setting to disable this. You need to hack the code to achieved this. Here I give you a file, please download it and put it in your site here: .../components/com_easysocial/themes/wireframe/events/item.header.php

Also, you need to put this css override code in your current Joomla template to fix the display.

body div#fd.es .es-profile-header{
margin-top: 100px;
}


Hope this helps.
·
Monday, 09 March 2015 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd,

Thanks for the reply. This fixed my issue.
However the CSS was not right. When I added that line, it put the 100px of unnecesary space.
Instead I needed to add this css code:

body div#fd.es .es-profile-header-avatar {
bottom: inherit;
}


I do recommend that you make it an easy feature to switch on/off based on the users requirement.

Thanks
·
Sunday, 15 March 2015 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Also, I would need to remove the event cover photo from the event creation form. Please can you tell me how to do that?

Thanks
·
Sunday, 15 March 2015 19:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tanuj,

The event creation form is dependent on which category the event is created in. All you need to do is to edit the category and modify the custom fields under the custom fields builder tab.
·
Monday, 16 March 2015 03:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post