solved How To Change Background Image

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
The latest update to Audio Pro Skin changed the dark background on the dark version of the skin to a bright white? Not sure if this was an accident, but can this be changed or fixed?
updated by @zachary-moonshine: 05/19/17 11:33:00PM
paul
@paul
7 years ago
4,326 posts
I'm not seeing that on the 'dark' version. Yes, am seeing white background on the 'light' version.
Are you sure you have 'dark' selected and have reset caches etc?


--
Paul Asher - JR Developer and System Import Specialist
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
Yes selected dark version and this is what it looks like?
Capture.PNG.png
Capture.PNG.png  •  67KB

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
even the custom backgrounds on profiles are gone?
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
as if what used to be transparent has turned white?
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
i tried switching over to the light version to see the difference and it looks exactly the same gonna revert to my cloned version of the old one before update till it can be figured out though
michael
@michael
7 years ago
7,714 posts
Looks like you've got it sorted, is it still an issue?
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
yes i its still an issue on the updated version of the skin i am just not using it yet since i dont know how to change the background on it from white to black, i think it must be something missing in the update i dont know why it would go from black to white like that ?
jamesmanley
@jamesmanley
7 years ago
62 posts
No background images when using the custom setting in profile. Was there but after update no images. Using the celebrity skin on site www.planetimc.com. I see that you are working on the issue. Just so you know the images flash on the screen as the profile is loading and then goes white. Profile is there but no images. Hope this helps. Thank you.
nate
@nate
7 years ago
917 posts
The culprit is this

#sb-site, .sb-site-container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
}

The background color will be removed in the next release. In the meantime you can just delete it.
nate
@nate
7 years ago
917 posts
core_sliderbar.css
jamesmanley
@jamesmanley
7 years ago
62 posts
Nate you are awesome my man! Thank you kindly! Will implement it now and let you know the results.
jamesmanley
@jamesmanley
7 years ago
62 posts
Thank you NATE! Everything is showing up now...
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
thanks man that works
jamesmanley
@jamesmanley
7 years ago
62 posts
Hey guys, the latest update killed the custom background image and the previous fix doesn't work. Is there something else I need to do?. Thank you.
jamesmanley
@jamesmanley
7 years ago
62 posts
Must have been a glitch. The previous fix works again. But then it broke again. Will someone help or have any ideas? (Celebrity skin)
updated by @jamesmanley: 02/16/17 04:25:33PM
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
i am using this code i placed it in my html css file via ftp for the skin
#wrapper {
margin:0 auto;
background-color: #C7C7C7;
background-image: url(place your image url here);
background-attachment: fixed;
background-position: left top;
background-size: initial;
background-repeat: repeat-z;}
gary.moncrieff
gary.moncrieff
@garymoncrieff
7 years ago
865 posts
jamesmanley:
Must have been a glitch. The previous fix works again. But then it broke again. Will someone help or have any ideas? (Celebrity skin)

If you made the change to the original skin and not a cloned copy it will get overwritten every time the skin is updated.
jamesmanley
@jamesmanley
7 years ago
62 posts
Thanks 🙏 for your response however, I am using the celebrity skin and no changes to it other than content. Tried the fix but no joy. I can't seem to find the culprit. I'm not sure if the skin was updated but reinstalled the site and still no background images on profiles. Hope this helps. Thank you 😊.
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
7 years ago
824 posts
i am using the celebrity skin now and i see i cant just add that code like on others to change background image?