I WANT TO KNOW HOW TO CHANGE BACKGROUND PICTURE

Abayomi Ogunsan Posted in Component Development 8 years ago

i want to ask about changing the background pictures as seen while login in into the social medial

Replies
Catalan Daniel Dorey Replied 7 years ago

[CLOSED] Thank you Zet Man, the browser cache was the issue! :-)

German Michael Zülsdorff Replied 7 years ago

Thanks for providing the info.

It looks like you were running into a browser caching issue. Calling http://btcpoker.club//OSSN//themes/GoDark/images/background.jpg from here give a black and white castle and not the goblue background.

Try to invalidate your browser cache by pressing CTRL-R or CTRL-F5. That should do the trick.

Catalan Daniel Dorey Replied 7 years ago

AS requested I installed System Info Component and my URL is:

http://btcpoker.club//OSSN//ossninfo

Thanks for the quick reply.

German Michael Zülsdorff Replied 7 years ago

Please install the System Info component and provide the url of your site.

Catalan Daniel Dorey Replied 7 years ago

This method also did not work:

body {
font-size: 14px;
background:url("<?php echo ossnthemeurl();?>images/background.jpg")no-repeat;
background-attachment:fixed;
background-color: #000000;
font-family: 'PT Sans', sans-serif;
height: 100%;
}

Still displays the original default image even though I have have deleted the original in goBlue.../images/background.jpg and replaced it with another image 1600x1200

I have tried both methods without success.

Please advise.

Catalan Daniel Dorey Replied 7 years ago

I changed it in themes/goblue/images/background.jpg

With no success!

us Jody huth Replied 8 years ago

if its just the background on the front page use Arsalan Shah method still the same path to get there

us Jody huth Replied 8 years ago

if you want the background like this url http://test.stangdrvn.us/ossn/ go through these steps.go to the folder default php here is the path
ossn,themes,goblue,plugins,default,css,core,default.php,
while your in the goblue file upload the background pic you want it must be atleast 1600x1200 on size to look ok
then follow the rest of the path and insert the text i provided below the the font size and before the background color
your pic url should be (images/picname.jpg) click save changes and go to your site and go to administrator and refresh
the cache and the changes should appear when you view your site

/******************************
Basic
**********************************/

body {
font-size: 14px;
background:url("<?php echo ossnthemeurl();?>images/background.jpg")no-repeat;
background-attachment: fixed;

Indonesian Arsalan Shah Replied 8 years ago

You can change it in themes/goblue/images