View Full Version : Question about Sidebar...
jcisonline
05-19-2009, 02:07 PM
Saw a guy's website that has something really cool on the sidebar. Wanted to know how to get it. The website is www.thatwashot.com
JW about that sidebar.
You guys are awesome!
sarahG
05-19-2009, 02:17 PM
What do you want from the sidebar? The icon at the top is where he edited his about section to add the large subscribe image instead, then there are adverts, and then widgets I believe.
jcisonline
05-19-2009, 04:13 PM
haha that would help huh?
I really want the icon and the about me section taken out and increased in size to add the rss button there. And then possibly take out the the rss stuff on the top.
anyway jw...
thanks!
jcisonline
05-26-2009, 01:28 PM
so I know I need to increase the size of the container box and design the rss pic and all that. So where do I start?
Kevin
05-26-2009, 02:18 PM
Which container box are you referring to?
The rss image is in the header
Look for :
<div class="rssIco">
<a href="<?php if($db_feedburner_address) { echo $db_feedburner_address; } else { bloginfo('rss2_url'); }?>"><img src="<?php bloginfo('template_url'); ?>/images/i_rss.jpg" alt="" /></a>
</div>
jcisonline
05-27-2009, 02:00 AM
Which container box are you referring to?
I'm looking for the about me box. I want to increase the height of the box to about 270
sarahG
05-27-2009, 08:41 AM
The about me box is in the sidebar.php file near the top. You'll need to replace the text with an RSS image, then it will naturally increase the height to fit your image.
Then you need to remove the RSS feed info from the header.php file where Kevin mentioned.
thewebhostingdir
08-17-2009, 09:15 AM
Hi,
You can add the text widget and add the image to that widget and set the height/width according to your requirement.
Now, need to edit the header.php file and remove the RSS code from that file.
vBulletin® v3.8.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.