Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Bullet problems (http://forum.bytesforall.com/showthread.php?t=390)

leslamb Feb 14, 2009 11:01 PM

Bullet problems
 
The bullets are not working right in two of my widgets:

1. Twitter widget. Bullet does not appear beside entire entry, only beside time of update and "@" symbols (and these, it puts on their own lines - didn't happen in my last theme).
2. StatPress TopPost widget. Puts stats of each post on a second line, and then Atahualpa only bullets the first line.

Thanks! Site: http://leslamb.ca (WP 2.7.1)

Flynn Feb 15, 2009 07:47 AM

I'll include extra formatting for twitter in the next update. The problem is the kind of decoration used here requires different CSS for all the different types of widgets (multiple links, links with text, only links etc). For now you could add this at HTML/CSS Inserts -> CSS Insert

HTML Code:

#twitter_div a:link,
#twitter_div a:active,
#twitter_div a:visited,
#twitter_div a:hover {
display: inline;
border-left: 0;
}

The line with border-left would be optional and only be used if you want to remove the left border on the links

The problem with the statpress widget is that it is putting the number outside the <li>...</li> (not just outside the link <a>...</a>, that's a bit odd. Do you have an option in that widget to display it as something different than an unordered list, or to display the numbers inside the list items?

jonconnelly Feb 15, 2009 10:23 PM

I'm having a similar problem with the twitter-tools plugin/widget. I managed to modify the HTML/CSS Inserts -> CSS Insert based on your code, with mine instead using:

HTML Code:

#twitter-tools a:link,
#twitter-tools a:active,
#twitter-tools a:visited,
#twitter-tools a:hover {
display: inline;
border-left: 0;
}

Without that code though, it put each username, hashtag, and relative tweet time on a separate line, with it's own bullet, I'm assuming because each one is a hyperlink.

You can see exactly what I'm referring to in this screenshot here:

http://jonconnelly.net/images/ss/blo..._issues_tn.png

Hoping there is some way to overcome this widget issue so that it's not necessary to add fixes to the css insert in the future, as I really do like this theme.

As of right now that extra bit of css fixed the legibility, but it would be nice to still have the grey bars next to each individual tweet, so they can be easily interpreted as separate entries.

Blog can be found at http://blog.jonconnelly.net

Thanks for your help and the great theme just the same though!

Jon

leslamb Feb 16, 2009 08:56 PM

Sorry, Flynn....I'm not sure where to paste this fix? I see you're mentioning HTML/CSS Inserts -> CSS Insert, but I'm not sure where that is. I don't believe you're referring to the actual text widget where my twitter code is, or to my stylesheet.css file, and I'm not sure where else this might be.

By the way, thanks for the work you put into this theme, you really did a great job.

Flynn Feb 16, 2009 09:02 PM

That's at Site Admin -> Appearance -> Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Inserts

leslamb Feb 16, 2009 10:18 PM

Okay, jonconnelly's code seems to work best, but I agree with him it would be nice if the gray bullets appeared properly. About the StatPress widget, no there are no options like this available. Any other ideas for the twitter and statpress widgets? Thanks.

Flynn Feb 16, 2009 10:40 PM

I'll add this to the next theme version.

leslamb Feb 16, 2009 10:53 PM

Okay, Thanks for trying, Flynn. Do you have a rough idea of when it will be released?

Flynn Feb 16, 2009 10:54 PM

Sometime later this week

leslamb Feb 16, 2009 10:55 PM

Wow, that's amazing. Flynn, thanks again for all the help. Good night!


All times are GMT -6. The time now is 10:17 AM.

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