Suggestion Box
I ask You for a profile header image

Hallo @admin

I am ask You if You would be so kind and extend CF with a little upgrade for our Member Profile pages. I`m talking about a Profile header image. So instead of the color gradient....:

.top-custom-container-profile {
    background: #844aa6;
    background: linear-gradient(to right,#844aa6 0%,#5a7fee 100%);
    min-height: 160px;
}

...... a background image. If I would be better with SQL and PHP I would simply try to copy the "avatar upload feature" of CF and convert it to a header upload feature, but sadly I`m only good with CSS and HTML (and a tiny little bit PHP knowledge).

All I can do and suggest is something like:

CSS

.top-custom-container-profile {
  width: 100%;
  height: 240px;
  background-image: url('profile_header.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

Best regards and thx a lot for Your work.

Andy

Hallo @admin I am ask You if You would be so kind and extend CF with a little upgrade for our Member Profile pages. I`m talking about a Profile header image. So instead of the **color gradient**....: ```` .top-custom-container-profile { background: #844aa6; background: linear-gradient(to right,#844aa6 0%,#5a7fee 100%); min-height: 160px; } ```` ...... a **background image**. If I would be better with SQL and PHP I would simply try to copy the "avatar upload feature" of CF and convert it to a header upload feature, but sadly I`m only good with CSS and HTML (and a tiny little bit PHP knowledge). _All I can do and suggest is something like:_ CSS ```` .top-custom-container-profile { width: 100%; height: 240px; background-image: url('profile_header.jpg'); background-repeat: no-repeat; background-size: contain; border: none; } ```` Best regards and **thx a lot** for Your work. Andy

https://net-twin.de/ Community for creative people - JOIN
https://github.com/WebCrew My GitHub account
https://prattle.space A niceTwitter alternative - JOIN
https://sell-co.de/ Lots of Tools and Utilities for free

edited Jan 3 '20 at 2:53 am

That's a good suggestion there, thank you.

That's a good suggestion there, thank you.
Necessity is the mother of all inventions!
78
1
1
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft