Bullets (ul) or number (ol) lists not showing

GK User
Tue Feb 19, 2013 4:12 pm
Hey guys,

I'm not getting any bullets or numbered lists showing in the front end of an article. I've already tried the other solutions on this site regarding this same problem with other templates but none of them are working. I saw one person in this template forum has the same problem but fixed it and never posted the solution/code.

Some notes:

1) the template is up to date
2) Using JCE Editor
3) These are all K2 items

Here's the example page..

http://sc2lol.com/component/k2/item/52- ... es-article

The following text should be bulleted:

Early entry to the event
Pre-event reception with players
A tour of the event alongside MLG's Co-Founder Sundance DiGiovanni


cheers and thanks for your help on this. Looking forward to lanuching the site asap!

Carl
User avatar
Fresh Boarder

Konrad M
Tue Feb 19, 2013 4:32 pm
Hi,
did you update css/k2.css from latest update ? Please add to override.css
Code: Select all
.itemFullText ol, .itemIntroText ol {
list-style: decimal;
list-style-position: inside;
}

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

GK User
Tue Feb 19, 2013 5:01 pm
Konrad,

Well that got us the numbers, but the bullets are still missing. Almost there...

What's the code for the bullets (ul)?

C

Konrad M wrote:Hi,
did you update css/k2.css from latest update ? Please add to override.css
Code: Select all
.itemFullText ol, .itemIntroText ol {
list-style: decimal;
list-style-position: inside;
}

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

Konrad M
Wed Feb 20, 2013 1:38 pm
Please download gk_game_magazine_J!25.zip. Then unzip it and override
css/typogrpahy.style1.css
css/typogrpahy.style2.css
css/typogrpahy.style3.css
css/joomla.css
adn you will have li bullets too.
User avatar

GK User
Wed Feb 20, 2013 3:19 pm
Well that helped but now all the bullets are check marks regardless of what bullet option I choose. Also, some of them have check marks and bullets?

Sigh... not sure when this got so complicated. Thanks your quick replies though!

C
User avatar
Fresh Boarder

GK User
Fri Feb 22, 2013 1:55 am
Hello, any more help on this?

C
User avatar
Fresh Boarder

Konrad M
Fri Feb 22, 2013 8:28 am
Bullets depends, from typography template style. Please send me example where some of them have makrs and bullets.
User avatar

GK User
Fri Feb 22, 2013 2:49 pm
Hyello,

It's the same link as the original post. Link below..

http://www.sc2lol.com/component/k2/item ... es-article

Scroll down to "Attending the Event" and you'll see what should be normal bullets has a Check Mark and Bullets.

C
User avatar
Fresh Boarder

Konrad M
Fri Feb 22, 2013 3:11 pm
Try this code in override.css
Code: Select all
#k2Container .itemFullText ul li, #k2Container .itemIntroText ul li {
background:none !important;
padding:0px !important;
}
User avatar

GK User
Fri Feb 22, 2013 3:43 pm
I think that's done it! Much thanks for the support!

Have a good evening...

Cheers,
C
User avatar
Fresh Boarder


cron