Profile Cover Photo / Banner Image Enhancements

Profile Cover Photo / Banner Image Enhancements 1.0.0

No permission to download
This has a bug for people who don't have a cover set up in their profiles.

They get a blank white rectangle added to their member pages displaying nothing.

It would have been nice not to add that rectangle, only for people with a banner.
 
It should collapse with no profile banner. It might be a compatibility issue with your theme perhaps? It's only been tested with the stock theme.
Maybe check to see if any template modifications aren't applying.

How it should work:

View attachment banner.mp4

Feel free to PM any pics or a link and I can take a look.
 
Last edited:
This has a bug for people who don't have a cover set up in their profiles.

They get a blank white rectangle added to their member pages displaying nothing.

It would have been nice not to add that rectangle, only for people with a banner.
We have the same issue. White space for members without profile banner.
Same result for unaltered default XF 2.2.10 theme.
 
For anyone else wondering how to remove the gap when a user hasn't set a profile banner, just add this to extra.less
CSS:
.memberHeader {
    min-height: 0;
}
 
Top Bottom