Support Forum
Mr Papa said
yes of course, need to turn on the avatar in the widget... we dont use any disc or anything for ul/li elements... that would be your wp theme... you can remove it by adding css to your wp theme...
Fine but each element would have it's associated avatar showing? I know I can display the avatart using the "A" in your widget Display Order but that's not what I'm looking for.
all widget and template tag styling would go in your wp theme css file...
Ok so I just need to add tagClass { font-size: 1em; }? Is there a "#" or a "." before?
.spListTag {font-size:1em;}
is what you would want..
Also, instead of using a disc for UL, was wondering if the avatar could be used? Maybe it's not possible
I guess I dont understand your avatar question then... the avatar of the poster would be displayed... if you want to replace the disc your wp theme is putting it, just use css to remove...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
.spListTag {font-size:1em;}
is what you would want..
Yes! That was maybe a dumb question but sometimes I need explicite description on how to do it. If the file I see listTags as a parameter but would have never guessed whre does .spListTag is coming from.
Also, instead of using a disc for UL, was wondering if the avatar could be used? Maybe it's not possible
I guess I dont understand your avatar question then... the avatar of the poster would be displayed... if you want to replace the disc your wp theme is putting it, just use css to remove...
In fact currently each post is listed like this :
- post 1
- post 2
I was looking to replace the black disc with the avatar of the author of the post. Removing the disc could be done with CSS then maybe use ATU for display option? Each time I tried tu use "A" it was showing alone on a line.
so to remove disc, something like
.spRecentPostsWidget li.spListItemTag {list-style-type: none;}
or
.spRecentPostsWidget ul.spListTag {list-style-type: none;}
might take a little work depending on the css used by your wp theme... but something along those lines...
as to the avatar, just style it to display inline... I dont know the exact class, but
.spRecentPostsWidget .avatarclass {display: inline;}
Visit Cruise Talk Central and Mr Papa's World
are you using the widget or template tag? if former, just change it in the widget options... if latter, pass it as an argument like any other template tag, ie avatarSize=xx where xx is the size you want...
Visit Cruise Talk Central and Mr Papa's World