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] Bullets and numbers have disappeared from my lists! Please help!


  #1  
Old Apr 27, 2011, 11:13 AM
Kmax's Avatar
Kmax
 
8 posts · Mar 2011
[SOLVED] Bullets and numbers have disappeared from my lists! Please help!

Dear Atahualpa Team,

First of all I would like to once again thank you for an amazing theme. My website, My Beijing Stories.com has become a big success here in the PRC. Many people are so impressed with the site design and functionality that they automatically assume that there is a team working on it - in reality, it's just me, but thanks to your theme, I have an extremely professional site.

That aside, there is one problem that I can't seem to get a handle on. I have tried to Google for this solution and checked many forums to no avail. My "Most Popular Stories" widget on the lower left no longer displays numbers when I tell it to be an ordered list. It just has a big blank space in the margin where they should be. Right now I have it set as <ul> so it doesn't look hideous, but in any case all my unordered lists are missing their bullet points (see here for an example). I went into my CSS and changed my widget list type to "decimal" but this did nothing. I've fiddled with the CSS but not had any luck. I know there's a simple solution but it eludes me.

Help a noob out, please?

Thank you again! I almost never donate, but I am happy to support you guys.

Best,

Kmax

Last edited by Kmax; Apr 27, 2011 at 11:18 AM.
  #2  
Old Apr 27, 2011, 12:14 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The list styles for widget areas are set to none for reasons I am not certain of but the way lists can be styled is using a background image. There are some list background images included with Atahualpa. The following would give you a square bullet on your popular posts widget. You would just put this in ATO>Add HTML/CSS Inserts>CSS Inserts. You could of course add other images. This gives you quite a bit of styling freedom as you can use any image.
HTML Code:
#popular-posts ul li {
    background: url("http://www.mybeijingstories.com/wp-content/themes/atahualpa364/images/bullets/round-gray.gif") no-repeat scroll 0 7px transparent;
    margin-left: 10px !important;
}
On your Beijing Stories page though you could use something like the following.
HTML Code:
ul.lcp_catlist li {
    list-style-type: square !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.

Last edited by lmilesw; Apr 27, 2011 at 12:31 PM.
  #3  
Old Apr 27, 2011, 12:23 PM
Kmax's Avatar
Kmax
 
8 posts · Mar 2011
Thanks!

However, I am most concerned about getting the popular post widget to display the posts as a numbered list so they are ranked according to popularity. Any ideas on how to do this?

Thanks again!
  #4  
Old Apr 27, 2011, 01:48 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The combination of Jetpack and WordPress.com Popular Posts plugins should do the trick for you. Instsll Jetpack first as the other needs it.
__________________
~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.
  #5  
Old Apr 27, 2011, 09:01 PM
Kmax's Avatar
Kmax
 
8 posts · Mar 2011
No luck with that either. The Wordpress.com Popular Posts widget shows no data, and continued showing no data even after Jetpack started showing stats. Any other ideas? If not, thanks for your help
  #6  
Old Apr 27, 2011, 10:25 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I would play around with those a bit more as I was immediately able to add a numbered list in my sidebar.
__________________
~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.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Lost my bullets in lists cruisereiziger Atahualpa 3 Wordpress theme 11 Mar 30, 2011 01:34 PM
[SOLVED] Ordered lists &amp; unordered lists overlapping neighboring pictures Smilesbypayet Customization, Design, Programming... 2 Oct 13, 2009 07:33 PM
Adding HTML or image bullets to lists in Widgets daneo Sidebars & Widgets 1 Apr 28, 2009 10:00 PM
Page Numbers ShinigamiN Excerpts, Read more, Pagination 1 Apr 7, 2009 09:47 PM


All times are GMT -6. The time now is 04:28 AM.


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