Jump to content

Take away Banners (Cover photos)


Fierce God

Recommended Posts

The new lazy load feature is causing a bunch of havoc on our members seeing Banners (cover photos)

 

even on refresh it sometimes doesn't show

we are looking for a custom css code or code in whole that we can not have the banner show at all.........so when you visit a profile, it will just be the profile avatar showing

 

anyone know how this can be done, or a plugin for this

Link to comment
Share on other sites

2 hours ago, Mr. Fierce God said:

we are looking for a custom css code or code in whole that we can not have the banner show at all.........so when you visit a profile, it will just be the profile avatar showing

Add this CSS code to your custom CSS file:

#elProfileHeader .ipsCoverPhoto_container:not( [style] ) {
  display: none;
}

However, this should be done by a plugin because when you load the profile when someone has an image, it's still gonna load the image.

Link to comment
Share on other sites

Thank you so much

 

we will test this out and see how it does, as i know you know your stuff

 

if it does what you say then yes we will look for a plugin or one to be made

 

much appreciated! 

ok, so yea...............

thank you @Brian A. 

it did what you said it would do - still shows the banner, but blank

 

so it looks like we will have to look for a plugin

really wish this was already a core option

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...