I am using the Joshua template and when I use the Category Sidebar plugin, it places bullets in front of the category listing but they are not padded properly. How do I fix this? My website is http://www.cambigue.com/serendipity
Thanks
Theseus
Incidently, I can't get PEAR properly configured so I can use the Tree Menu....
Category Sidebar Plugin - Trouble with Joshua template
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
Hi theseus, are you talking about the black dots to the left of your category form? If so, the category sidebar plugin outputs an unordered list <ol><li> so what you need to do in style.css for the joshua theme is add the following
I haven't tested it but that should work, or at least give you a good idea of where to start.
Cheers, and good luck
Carl
Code: Select all
.container_serendipity_categories_plugin li {
list-style-type:none;
}
Cheers, and good luck
Carl
I really can't take the site down right now. If you can figure out how to bypass this problem, that would be great. I not in any rush, but really like this template...judebert wrote:Can you run once under the working version, copy the source of the sidebar, and run again under the non-working version, and copy its source?
If not, I'll try to do it on my own, but it might take me a while to get to it.
Thanks
Theseus
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
In a german thread http://www.s9y.org/forums/viewtopic.php?t=4958 , it was solved by re-setting the "background" property of some li/mainpane element that caused those dots?!
Regards,
Garvin
In a german thread http://www.s9y.org/forums/viewtopic.php?t=4958 , it was solved by re-setting the "background" property of some li/mainpane element that caused those dots?!
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Thanks Garvin!
Removing the Background line from the style.css file in the Joshua template fixed the problem.
Thanks Again for pointing me in the right direction!
Removing the Background line from the style.css file in the Joshua template fixed the problem.
Code: Select all
# mainpane left
{ cunning style: none;
padding left: 10px;
background: url(templates/joshua/img/bullet_rounded.gif) NO-repeat 0 6px; margin left: -11px;
}