Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] Widget List Items depth, 4th and lower level?


  #1  
Old Jan 8, 2011, 12:45 PM
barnz2k
 
7 posts · Dec 2010
Hey
Love this theme. Is it possible to add an extra depth level to the widget list items options?
Ie, on the style widgets page It goes to 3rd level and lower at the moment and I would really like 4th level and lower (I have deep category needs!)

Can I possibly duplicate and tweek the codes for the current 2nd/3rd level somewhere??
Or possible feature request? :D

cheers
  #2  
Old Jan 8, 2011, 01:00 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
More than 3 levels is not considered good for usability reasons so I don't think that will be added. You can search wordpress.org for plugins that may do what you want though.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jan 8, 2011, 01:14 PM
barnz2k
 
7 posts · Dec 2010
It all works and displays correctly more than 3 levels, its the atahualpa styling I would like to extend down, so I can change it within the theme options like it does currently for one level deeper.
Not sure a plugin could work for this? would be more custom CSS instead i think
  #4  
Old Jan 8, 2011, 01:39 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You can do it via the CSS inserts option
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jan 9, 2011, 06:36 AM
barnz2k
 
7 posts · Dec 2010
ok cool thanks.
Is something like this on the right track? It doesn't seem to having any effect though, how do I make it override the settings from within the options page?

I added this to the Html / CSS inserts option:

Quote:
#sidebar ul ul ul li {
border-top: solid 1px blue;
color:#ffffff;
background:#CCFFFF;
}
  #6  
Old Jan 9, 2011, 06:39 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
use !important such as
HTML Code:
#sidebar ul ul ul li {
border-top: solid 1px blue !important;
color:#ffffff !important;
background:#CCFFFF !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Jan 9, 2011, 07:20 AM
barnz2k
 
7 posts · Dec 2010
Also had to change it to div.widget

Edit: Spoke too soon.. Got it all working now except for link text color.

Quote:
div.widget ul ul ul li {
border-top: solid 1px blue !important;
color:#ffffff !important;
background:#CCFFFF !important;
}

Last edited by barnz2k; Jan 9, 2011 at 07:39 AM.
  #8  
Old Jan 9, 2011, 07:51 AM
barnz2k
 
7 posts · Dec 2010
this for example does something.. but not correct

Quote:
div.widget ul ul ul li a:link {
color:#AD9E1B !important;
}
  #9  
Old Jan 9, 2011, 02:11 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What happens if you use
div.widget ul ul ul li a instead of div.widget ul ul ul li a:link?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #10  
Old Jan 9, 2011, 03:12 PM
barnz2k
 
7 posts · Dec 2010
Bingo!

and a:hover works for the hover.

NOW its all good and working!

Exactly what I wanted.

Thanks mate!!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Space between Widget List Items configurable? upscho Sidebars & Widgets 10 Jul 3, 2012 05:15 PM
Bullets, Circles, Icons instead of left border on widget list items quentinjs Sidebars & Widgets 0 Oct 14, 2010 12:50 PM
[SOLVED] Bullets, Circles, Icons instead of left border on widget list items MacMacGA Sidebars & Widgets 62 Jul 30, 2010 11:46 AM
CSS for Widget list items not working (bullets) mlamkin Sidebars & Widgets 2 Aug 31, 2009 01:46 PM


All times are GMT -6. The time now is 08:40 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.