lists don't show bullets

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Mar 24, 2013 9:12 am
Reply with quote
Report this post
I'm trying to get bulleted lists to show in Simplicity, but I'm not having much luck. I've tried solutions in other forum posts to no avail.

Here's an example: http://www.mondaiji.com/blog/japan/gene ... -residence

This post uses <ul> and <li> tags, but they don't show up. I use these tags throughout my site content, so changing tags is not an option. How do I get these to show up? I've tried enabling the typography, but it still doesn't work.

Thanks in advance.
User avatar
Fresh Boarder

GK User
Sun Mar 24, 2013 10:28 pm
Reply with quote
Report this post
Hi, use extra class for <ul>:

Code: Select all
<ul class="gkBullet1">
or
<ul class="gkBullet2">
or
<ul class="gkBullet4">


See here: http://demo.gavick.com/joomla25/simplic ... typography
User avatar
Platinum Boarder

GK User
Tue Mar 26, 2013 10:35 am
Reply with quote
Report this post
Does this mean I have to change the code on all my articles that use bullets?
User avatar
Fresh Boarder

GK User
Tue Mar 26, 2013 10:16 pm
Reply with quote
Report this post
yes, if you need good looking * bullets.
User avatar
Platinum Boarder

GK User
Wed Mar 27, 2013 8:47 am
Reply with quote
Report this post
Thank you. I managed to replace all <ul> tags using a couple MySQL queries. Here's how I did it in case anyone else is in the same boat:

http://www.mondaiji.com/blog/other/it/10179-how-to-find-and-replace-text-using-mysql-query
User avatar
Fresh Boarder

GK User
Wed Mar 27, 2013 11:39 pm
Reply with quote
Report this post
Good job ;) :geek:

But for Joomla there are few extensions which can do this same ;) without using PHPMyAdmin
User avatar
Platinum Boarder


cron