Click to Register Your Support Account

Already a member? Login below.

Go Back   One Theme Support Forums > One Theme Version 1 (OLD) > Using One Theme

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-16-2008, 08:32 AM
Member
 
Join Date: Oct 2008
Posts: 78
Default Style My Sidebar Widgets ?


Just like the subscribe box , featured video , hot conversation box are styled using this image .
How can I style my other widgets like tag cloud , category and few more with this image.
I saw it on few websites . But don`t know how to do it .
So any sort of help would be appreciated .
Thanx to all in advance.

Last edited by Jitender; 11-16-2008 at 08:44 AM.
  #2 (permalink)  
Old 11-18-2008, 05:17 AM
Member
 
Join Date: Oct 2008
Posts: 78
Default

Anyone ??
  #3 (permalink)  
Old 11-18-2008, 07:01 PM
Jay's Avatar
Jay Jay is offline
Administrator/Freelancer
 
Join Date: Oct 2008
Posts: 684
Default

hi jai,

open up sidebar php and locate this line

Code:
<div class="tagcloud">
	<h3>Tag Cloud</h3>
	<ul>
	<li><?php wp_tag_cloud('smallest=8&largest=20&number=25&orderby=name');?></li>
	</ul>
</div>
change to following
Code:
<div class="tagcloud">
	<h2><span><span><strong>Tag Cloud</strong></span></span></h2>
	
</div>
we just basically changed <h3> to <h2><span><span><strong> and </h3> to </strong></span></span></h2>

Last edited by Jay; 11-25-2008 at 10:23 AM.
  #4 (permalink)  
Old 11-19-2008, 10:19 PM
Member
 
Join Date: Oct 2008
Posts: 78
Default

Hey Jay ,
Thx for the reply buddy .... But bro this code did not work.
I am using blog layout. I had copied the code mentioned by you above exactly.
But nothing happened.
So would you pls look into it once more
And thx once again for the help..
Take care.
  #5 (permalink)  
Old 11-25-2008, 01:53 AM
Member
 
Join Date: Oct 2008
Posts: 78
Default

Hey Jay,
Help me out if possible friend..
I tried doing the above exactly as you told me..
But am unable to get it there..
This buddy has it on his web..
here
Richard Bonner - A Super Affiliate In Progress!
  #6 (permalink)  
Old 11-25-2008, 09:57 AM
Jay's Avatar
Jay Jay is offline
Administrator/Freelancer
 
Join Date: Oct 2008
Posts: 684
Default

sorry jitender, been busy.

what is your url and what layout are you using
  #7 (permalink)  
Old 11-25-2008, 10:21 AM
Jay's Avatar
Jay Jay is offline
Administrator/Freelancer
 
Join Date: Oct 2008
Posts: 684
Default

hey jitender,


richard is using same code as i mentioned above, that code has been tested before i gave it to ya.


<h2>
<span>
<span>
<strong>Killer Landing Pages!</strong>
</span>
</span>
</h2>

thats from his website.
  #8 (permalink)  
Old 11-26-2008, 10:48 AM
Member
 
Join Date: Oct 2008
Posts: 78
Default

Hey Jay am using blog layout.... And man seriously..... no luck
nevamind..... I tried doin exactly as ya said...
I don`t know why it aint happening..
  #9 (permalink)  
Old 11-26-2008, 12:11 PM
Jay's Avatar
Jay Jay is offline
Administrator/Freelancer
 
Join Date: Oct 2008
Posts: 684
Default

pm your url to me, i can take a look at your code
  #10 (permalink)  
Old 11-27-2008, 10:06 AM
Jay's Avatar
Jay Jay is offline
Administrator/Freelancer
 
Join Date: Oct 2008
Posts: 684
Default

i just checked your site, none of the code i mentioned are running?

anyway

the code i gave you works perfectly,
Code:
locate <h3> tags and replace it with
<h2><span><span><strong>

and then locate </h3> tags and replace it with
</strong></span></span></h2>
example

for tag cloud
Code:
<div class="tagcloud">
		<h2><span><span><strong><?php echo ot_lang( 'sidebar_cloud' ); ?></strong></span></span></h2>
		<ul>
			<li><?php wp_tag_cloud('smallest=8&largest=20&number=25&orderby=name');?></li>
		</ul>
	</div>
	<div class="clear"></div>
Attached Images
File Type: jpg lala.jpg (40.3 KB, 17 views)
  #11 (permalink)  
Old 11-28-2008, 11:24 PM
mc2w's Avatar
Senior Member
 
Join Date: Jul 2008
Posts: 314
Send a message via AIM to mc2w Send a message via MSN to mc2w
Default

If all else fails, try replacing the
Code:
<h2>
in the code above with
Code:
<h2 class="special">
And see if that works.
__________________
Powered By One-Theme: Wiflba, Our-Panel

I am not one of the One-Theme creators. I am simply here to help!
  #12 (permalink)  
Old 11-29-2008, 03:32 AM
Member
 
Join Date: Oct 2008
Posts: 78
Default

Hey Thx Jay.
The code you mentioned above did the magic . However friend it only does magic for the by default widgets that come with one-theme . If I use my own widget lets say some text widget that comes out plain and not with the style.
Anyways your help did surely work I really appreciate it.
Thx to mc2w as well. Friend I didn`t try your code because I`ve dropped the idea as of now but I thank you as well for replying , this would certainly help others in the forum.

Hey Jay I am using that firebug thingie however I didn`t know that it could be used this way as well and I also tried doing it and man I could solve my few css problems with it. Nice addon
Thx man
  #13 (permalink)  
Old 12-31-2008, 04:51 AM
Member
 
Join Date: Dec 2008
Location: Sarajevo
Posts: 30
Default

I am using news layout, and I have the same problem. Code you give to us is not working
 

Tags
style, widgets

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rearranging widgets in sidebar 97hills Using One Theme 2 10-19-2009 12:54 PM


All times are GMT. The time now is 01:25 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0