Background image only showing on homepage

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Background image only showing on homepage

Postby TyePo » 22 Apr 2012, 02:53

Hi there,

My background image is only showing on my home page and on my post pages. If you go to the "members" tab or any members profile for that matter, the background image disappears. I'm sure there is a simple solution for this but I cannot figure it out. Any ideas?

Any help is much appreciated!
Tyler
TyePo
 
Posts: 39
Joined: 10 Dec 2010, 00:24

Re: Background image only showing on homepage

Postby Colin » 22 Apr 2012, 04:37

URL? Forum rule #6!!!!
Colin
 
Posts: 2788
Joined: 27 Oct 2009, 10:46

Re: Background image only showing on homepage

Postby TyePo » 22 Apr 2012, 12:09

Colin wrote:URL? Forum rule #6!!!!


Sorry! That's what happens when I try and be productive at 3am I guess haha.

URL: http://suppcanada.com

Tyler
TyePo
 
Posts: 39
Joined: 10 Dec 2010, 00:24

Re: Background image only showing on homepage

Postby drake » 22 Apr 2012, 14:41

Try to define your background at Suffusion Options -> Skinning -> Body Background rather than at Appearance -> Background. Seems that the theme handle perfectly the custom background of wordpress, but buddypress use the defaults of theme over it is installed.
Alternative add at Suffusion Options -> Backend -> Custom Includes -> Custom Styles:
Code: Select all
body.background {
background-color: white;
background-image: url('http://suppcanada.com/wp-content/uploads/2012/04/backgroundsupp8.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: scroll;
}
drake
 
Posts: 3778
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Background image only showing on homepage

Postby TyePo » 23 Apr 2012, 02:36

Hi Drake,

Thanks for your suggestions; I tried doing it from the theme background settings but it still did not show up from the members page. I now have that code in the custom styles box but it still isn't making a difference, now my home page is just plain white and my buddypress pages have the grey background :?

Any ideas? Would be much appreciated!
Tyler
TyePo
 
Posts: 39
Joined: 10 Dec 2010, 00:24

Re: Background image only showing on homepage

Postby drake » 23 Apr 2012, 03:06

UPS... Yes, I just copied the code from your homepage but I make a mistake at editing... Replace the previous code with (delete .background from the name of element, there isn't such a class, we try to set the background for body for all site):
Code: Select all
body {
background-color: white;
background-image: url('http://suppcanada.com/wp-content/uploads/2012/04/backgroundsupp8.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: scroll;
}
drake
 
Posts: 3778
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Background image only showing on homepage

Postby TyePo » 23 Apr 2012, 12:36

That worked perfectly! Thanks Drake. Much appreciated.
TyePo
 
Posts: 39
Joined: 10 Dec 2010, 00:24


Return to Support Requests

Who is online

Users browsing this forum: artc1209, Google [Bot], HeiseFups and 1 guest