There has been several comments asking how to achieve the sidebar background effects seen here on the Skin demo page. This is something I should have addressed in the release post but in all my excitement to release the skin, I just plain forgot. Anyway, here’s a quick customization guide for adding the fading background images in the sidebars.
On this demo page you’ll see 3 background images being utilized in my sidebar widgets. The light orange with the standard RSS icon in the background, the blue fader which fades to a light blue color, and the gray fader which fades to a light gray. These effects are achieved using 3 background images that are included in the skin download file.
The easiest way to add these styles to the sidebars is to add a text widget (we can add the style to other widget classes too, but that will involve adding a little extra code to the custom.css and I’ll tackle that one later) and to enclose your content inside one of the div classes I’ve defined in the skin’s custom.css file.
To add the orange style, titled subscriber in the custom.css file, to a text widget, use the following code:
<div class="subscriber">Content for your text widget</div>
For the blue fader style:
<div class="bluefader">Content for your text widget</div>
And for the gray fader style:
<div class="grayfader">Content for your text widget</div>
I defined one more class to add a light gray hightlight for links that you can see when you hover over a link in the gray fader widget on this demo page. If you’d like to add that as well to style your links inside the grayfader class, see this example code for how its done:
<div class="grayfader"> <div class="sblist1"> <a href="http://yourlink.com">Link #1</a> <a href="http://yourlink.com">Link #2</a> </div> </div>
Now you can start styling those sidebars! Remember that this skin is a continual work in progress so grab the newsletter or follow me on twitter to get updates when new skin information is released. As always any questions, comments or skin suggestions are welcome!




{ 9 comments }
Thanks for the post, great tutorial, yeah it would be great if you teach us how div regular plugins to bluefader, grayfader etc. thanks
Thanks for the really cool skin. I can’t wait till you put out some more free and paid skins in the future.
A quick question: Is there a way to add the fader style to a widget like the blog roll?
Thanks.
Hi
I’ve installed the skin, nothing is showing up on my site, I like the skin especially the footer idea.
I placed the skin in my custom folder – is there something else I was supposed to do?
Mari-Lyn
Hi Mari-Lyn,
Looking at your custom.css file on your site, I’m not seeing the skin’s custom.css file. Are you sure you uploaded the skin files to the correct folder? For your site, the skin files should be placed in this folder:
http://www.sedonapies.com/wp-content/themes/thesis_16/custom/
Check that first and if you’re still having problems, let me know!
Chris, would you mind sharing the code for wigetizing the header? I need to do something a little bit different from your theme on another site. Thanks.
Robin – I just put up a video tutorial on that will walk you adding a widget to the header. http://www.thesistheme.net/thesis-tutorials/add-a-header-widget-to-thesis
Hi Chris,
thanks for that great sking and your tutorials!!! I can apply everything easily but I’ve got a problem with the title of the text sidebar widget. It stands out of the orange background style. How can I incorporate it? Also I would like to put the small RSS feed button, near the subscribe text in the header. How can I do it? That same button which is default in the basic thesis theme.
Thanks
Justyna
I have the same problem
“stands out of the orange background style”
Just started using the skin.
Hey Team,
I can’t figure out why the footer is in the sidebar. Can you take a look at the page and let me know what you think?
Thanks
Comments on this entry are closed.