transparent backgrounds

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?"

Re: transparent backgrounds

Postby jonnyrose » 19 Nov 2009, 02:42

Thanks for the great help guys! That worked perfectly.

One more question - now that the background is transparent, how do I remove the wrapper outline? (the single pixel line around the whole page)

page in progress is at http://www.jonnyrose.com/wordpress

cheers
jonny
jonnyrose
 
Posts: 4
Joined: 18 Nov 2009, 02:30

Re: transparent backgrounds

Postby sayontan » 19 Nov 2009, 06:43

Set "border: none;" for the #wrapper element
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: transparent backgrounds

Postby touchedbyanangel » 01 Feb 2010, 18:47

First I want to say that I think this theme is great. Thank you, Sayontan, for making something that even I can figure out.(for the most part) I've been "building my blog for several days now. I go between this forum and WP forums to try and get answers to some questions. I usually find ideas or other answers while I'm looking for the answer to something else. Today I was looking for "how to change backgrounds on separate pages" and I came across a question about transparent backgrounds and how to leave the HEADER solid. Here was part of your answer:

***While there are issues doing this through CSS alone given the page layout structure, here is what you might try - create a translucent image in a solid color. So create a small black image and add an alpha channel to it with opacity as you desire. Then set this image as the background for your #wrapper. You don't have to define any other alpha / opacity settings.***

I did what you said and now my whole page is transparent, which is fine. My header looks good transparent. But I would like to know if there is a way to avoid making individual widgets transparent. I have a picture that would look better if it was not transparent. My video's are transparent too. Also, my original question, how can I make separate backgrounds on separate pages. Ex: Home, About, etc. Thanks for your help and I'm sorry I wrote so much.
touchedbyanangel
 
Posts: 7
Joined: 26 Jan 2010, 14:11

Re: transparent backgrounds

Postby sayontan » 01 Feb 2010, 19:27

Is this an example of what you are looking for? I did this by simply defining "background: transparent" for #wrapper. The colors for the widgets stayed at their defaults.

There is no way to change backgrounds for different pages without making PHP changes.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: transparent backgrounds

Postby touchedbyanangel » 01 Feb 2010, 20:12

Hi Sayontan. Thanks for answering so fast. Here is my page. http://dancing-spirit.net/blog/?page_id=83 On this particular page you can see the you tube video is transparent and in the sidebar I just want the 1 picture to be solid. I'm happy with the rest of the page.
touchedbyanangel
 
Posts: 7
Joined: 26 Jan 2010, 14:11

Re: transparent backgrounds

Postby sayontan » 01 Feb 2010, 20:36

As I mentioned in the post you referenced, there are some issues controlling the transparency of the page components with the "opacity" parameter when applied to #wrapper. You might consider removing the opacity altogether and simply put in this:
Code: Select all
#wrapper {
        background: transparent;
}

If you really want the translucence, use a 1x1 gif with the required opacity as the background. If you want your posts to be translucent add:
Code: Select all
.post {
        opacity: 0.7;
}

If you want your widgets to be translucent do:
Code: Select all
.suf-widget {
        opacity: 0.7;
}
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: transparent backgrounds

Postby touchedbyanangel » 01 Feb 2010, 20:51

OK. I'll play around with it. Thank you for your help.
touchedbyanangel
 
Posts: 7
Joined: 26 Jan 2010, 14:11

Re: transparent backgrounds

Postby hydrawyvern » 22 Mar 2010, 21:05

I would like only to make the center content area transparent...when i use the below code it makes the entire area transparent...How do I leave the header and footer as they are, but only make the center content area transparent?

#wrapper {
background: transparent;
}

Many Thanks...
hydrawyvern
 
Posts: 15
Joined: 21 Mar 2010, 19:35

Re: transparent backgrounds

Postby hydrawyvern » 23 Mar 2010, 07:49

ok i figured out how to make the header not transparent, how do I add a black background to the footer? it is transparent now which I do not want.

Many thanks, any help would be greatly appreciated...
hydrawyvern
 
Posts: 15
Joined: 21 Mar 2010, 19:35

Re: transparent backgrounds

Postby hydrawyvern » 23 Mar 2010, 09:12

nevermind....thanks again!!!!
hydrawyvern
 
Posts: 15
Joined: 21 Mar 2010, 19:35

Previous

Return to Support Requests

Who is online

Users browsing this forum: No registered users and 1 guest