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 »

Widget list style (bullets) not working after upgrade


  #1  
Old Aug 30, 2009, 12:37 PM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
Widget list style (bullets) not working after upgrade

I just upgraded a client's site from WP 2.7 to 2.8.4, and also from Atahualpa 3.3.3 to 3.4.2. Now, even though the CSS insert survived in ATA Options, the style isn't being applied. I wanted square bullets, not the solid border lines. Now there is no bullet at all. Here is the CSS insert:
Code:
h1 {
font-size: 1.2em;
font-weight: bold;
font-color: #666666;
}
h3 {
font-size:  1.0em;
font-weight: normal;
font-color: #666666;
}
.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:active,
.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}
.widget ul {
list-style-type: square !important;
padding-left: 0;
margin-left: 0;
}
.widget ul li {
font-size: 10pt;
line-height: 130%;
margin-left: 1.35em; /* 1.35 or more required for Safari or bullets too wide on the left */
display: list-item; /* overwrite existing display:block  Firefox */
}
.widget ul li li {
list-style-type: none !important;
}
Here is the URL: http://www.classicpartyrentalsblog.com
  #2  
Old Aug 30, 2009, 06:12 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Didn't you already run into this
see http://forum.bytesforall.com/showthr...widget+bullets
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Aug 30, 2009, 08:09 PM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
Yes, that was another site, and I couldn't get it to work then either.
  #4  
Old Aug 31, 2009, 10:01 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try this - you should put a bullet gif in the icon directory (I borrowed one for this example) and use 'url(./wp-content/themes/atahualpa342/images/icons/blue.gif)' for the url

HTML Code:
/* Setup bullets for LI items on sidebar */
div.widget ul {
list-style-type: none !important;
}

div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active,
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}

/* Normal bullet */
div.widget ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(http://www.win.net/public/bullets/square/blue.gif) no-repeat 0 3px;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Aug 31, 2009 at 10:30 AM.
  #5  
Old Aug 31, 2009, 10:11 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
OK, I'll try that, JD, but the client wants the regular square HTML bullet. Is there some reason it can't work here?
  #6  
Old Aug 31, 2009, 10:30 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
it's because of the changes Flynn made between 3.3.3 and 3.4

and make sure to use 'url(./wp-content' - I forgot the period
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[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
"Recent-comment" widget (list style) cosmiclove Sidebars & Widgets 5 Jul 13, 2009 06:05 PM
Different List Style for Specific Widget Boxes oz1 Sidebars & Widgets 1 Jun 19, 2009 09:17 AM
Widget style causing ugly display of widget list, breaks at special characters wfzimmerman Sidebars & Widgets 1 Mar 20, 2009 03:31 PM


All times are GMT -6. The time now is 05:30 PM.


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