Bullets not displaying in articles.

GK User
Wed Sep 21, 2011 8:32 pm
Hi

I'll add bullets into my article, preview looks fine, but on the frontend they do not display. I've installed the JCE extension thinking that would solve my problem, but it has not.

Any suggestions?
User avatar
Fresh Boarder

Konrad M
Thu Sep 22, 2011 5:55 am
Hi
Can you give us link to your site with error ?
User avatar

GK User
Thu Sep 22, 2011 6:17 am
Thanks for the reply

Here is a link directly to a test article with different bullets: http://www.net4u.co.za/linkfm/index.php/test-bullets
User avatar
Fresh Boarder

Konrad M
Thu Sep 22, 2011 6:22 am
Try add to override.css
Code: Select all
ul li {
    list-style-position: inside;
    padding-left: 2px;
}


and remember to enable override.css option in template settings
User avatar

GK User
Thu Sep 22, 2011 11:35 am
THANK YOU!!

It works perfectly :laugh:
User avatar
Fresh Boarder

Konrad M
Thu Sep 22, 2011 12:05 pm
I'm glad I could help ;)
User avatar

GK User
Mon Jan 09, 2012 9:51 pm
Hi guys, i have the same problem. I can't see the bullets in the frontend, but i can see in the backend.

I have enabled override, and i inserted the code given here in override.css

Any ideas?
User avatar
Junior Boarder

Konrad M
Wed Jan 11, 2012 10:51 am
PanosSud can you give us url to your site?
User avatar

GK User
Wed Jan 11, 2012 4:19 pm
Konrad M wrote:PanosSud can you give us url to your site?



The site is www.publicvote.gr

An article that should have bullets but it doesn't is http://www.publicvote.gr/index.php/all_ ... CF%82-2011

Thanks in advance
User avatar
Junior Boarder

Konrad M
Fri Jan 13, 2012 10:45 am
Try change in override.css this:
Code: Select all
ul li {
    list-style-position: inside;
    padding-left: 2px;
}

for this:
Code: Select all
ul li {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 2px;
}
User avatar

GK User
Fri Jan 13, 2012 6:11 pm
Ok that did the trick, but created a new problem. I have unwanted dots in Menu titles and GK tab show?

Have a look at www.publicvote.gr
User avatar
Junior Boarder

Konrad M
Fri Jan 13, 2012 6:14 pm
Ok change it to
Code: Select all
.articleContent ul li {
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 2px;
}
User avatar

GK User
Fri Jan 13, 2012 6:28 pm
SOLVED- Thanks :D :) ;)
User avatar
Junior Boarder

Konrad M
Fri Jan 13, 2012 6:32 pm
Great :)
User avatar


cron