Thank you,If this is UI.X2, just add this to your extra.less and you're good to go:
CSS:.memberHeader-avatar, .memberHeader-content { /* Adjust the color as you see fit */ background-color: rgba(0,0,0,0); }
Do you know if this can be on only for the user with a background cover? I don't want the overlay if a user doesn't have a background picture
hasCover
if a profile cover is in place. So basically all you got to do is update the css selectors to.hasCover > .memberHeader-avatar,
.hasCover > .memberHeader-content {
/* Adjust the color as you see fit */
background-color: rgba(0,0,0,0);
}
Very cool! Thank you sir, going to buy that addon.Yup, it can. The header is prefixed with the classhasCover
if a profile cover is in place. So basically all you got to do is update the css selectors to
CSS:.hasCover > .memberHeader-avatar, .hasCover > .memberHeader-content { /* Adjust the color as you see fit */ background-color: rgba(0,0,0,0); }
.hasCover > .memberHeader-avatar,
.hasCover > .memberHeader-content,
.hasCover > .memberHeader-name {
background-color: rgba(0,0,0,0.5);
text-color: #fff;
}
Suggestion 2: allow users to choose the color of the text above cover. It is important because some covers might be mostly white or black and style properties will not work for all variations resulting in users being limited.
Changelog
Bugfixes & Changes
- A background overlay has been added to improve readability of profiles with bright background motives.
- Text color has been changed to white to improve readability. You may change this and the above in the style properties section, if you don't like it.
- Profile covers are now updated live when selecting a new profile cover file, just like avatars...
Like above had problems installing, had to delete and do a new install. Applied for permissions again, but now when I click on profile cover to upload nothing happens.
Sadly the new update doesn't work.I've updated the download about an hour ago. Make sure you've used these files for updating and if you have not, do a clean reinstall.
Nope. None what so ever.Any error logs in the ACP?
Yes actually!Does the browser console log anything when you click the profile cover button? In most browsers you can open the developer tools by pressing F12 on your keyboard, then select the 'Console' tab.
profile-cover.js?_v=cb4f5ac7:43 Uncaught TypeError: XF.proxy is not a function
at c.init (profile-cover.js?_v=cb4f5ac7:43)
at c (core-compiled.js?_v=cb4f5ac7:115)
at e (core-compiled.js?_v=cb4f5ac7:116)
at HTMLFormElement.<anonymous> (core-compiled.js?_v=cb4f5ac7:116)
at Function.each (jquery.min.js:2)
at r.fn.init.each (jquery.min.js:2)
at Object.f [as initialize] (core-compiled.js?_v=cb4f5ac7:116)
at Object.activate (core-compiled.js?_v=cb4f5ac7:43)
at b.__construct (core-compiled.js?_v=cb4f5ac7:97)
at new b (core-compiled.js?_v=cb4f5ac7:68)
We use essential cookies to make this site work, and optional cookies to enhance your experience.