By Meagan Hooper on Wednesday, 26 April 2017
Posted in General Issues
Replies 5
Likes 0
Views 253
Votes 0
Hello,

When a notification is sent to a user informing them of a post to a group, they are provided a link which goes to that specific post. However, the header used for the group is a 'mini-header' which truncates most of the content of the group's profile picture. How can we specify that the full normal header be used when linking to such a post?

Attached are images which show the header when navigated to from a notification email and then normal profile page.
Hi Meagan,

Can you try add the css code below in your custom css and see how it goes?

#es .es-mini-header__hd {
height: 200px !important;
}
·
Wednesday, 26 April 2017 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
That won't work. That's the code from your full header and we've already overridden that code because 200px is not adequate for our profile pic. We want the full image to show. So for the full header we're using height:inherit; , but that doesn't work for the mini-header.
·
Wednesday, 26 April 2017 21:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Meagan,

Unfortunately there is no way around this because we are using a mini header to render the group's heading.
·
Wednesday, 26 April 2017 22:21
·
0 Likes
·
0 Votes
·
0 Comments
·
So why are you using a mini-header to display the group's profile picture? In what scenario does this give the visitor a useful image?
·
Monday, 01 May 2017 21:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Because it wouldn't make sense to render the full header on sub item pages. It is only supposed to render a portion of the image so that when they click on it, they get a bigger picture on their group page.

Imagine having to render the full image all the time on all these pages, it's going to be extremely slow for your visitors.
·
Monday, 01 May 2017 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post