Bullet - Typography not loading on some articles

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
Thu Feb 05, 2015 3:21 pm
Reply with quote
Report this post
Hello,

Strange bullet typography are not loading on some articles. Can you check please?

Ex: not loading - http://geekflare.com/os/unix/how-to-aut ... t-in-linux

Loading - http://geekflare.com/cms/joomla/5-free- ... -templates

What could be the fixes?
User avatar
Expert Boarder

GK User
Thu Feb 05, 2015 3:58 pm
Reply with quote
Report this post
Could you please disable css compression for the time being?
User avatar
Moderator

GK User
Fri Feb 06, 2015 3:08 am
Reply with quote
Report this post
I did.
User avatar
Expert Boarder

GK User
Fri Feb 06, 2015 3:54 am
Reply with quote
Report this post
I did a quick check and noticed bullets are getting loaded in k2.introtext but not in fulltext. What is easiest way to fix this?
User avatar
Expert Boarder

GK User
Fri Feb 06, 2015 11:00 am
Reply with quote
Report this post
There is a bug in our template. Please edit file:
templates/gk_gamenews/css/typography/typography.style1.css
and change:
Code: Select all
ul.gkBullet2 li,
ul.gkBullet2 li
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
   background: url("../../images/style1/typography/bullet2.png") no-repeat 0 8px !important;
}

to
Code: Select all
ul.gkBullet2 li,
ul.gkBullet2 li,
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
   background: url("../../images/style1/typography/bullet2.png") no-repeat 0 8px !important;
}

Its around 698 line number.
User avatar
Moderator

GK User
Sat Feb 07, 2015 3:25 am
Reply with quote
Report this post
Thank you, it worked!
User avatar
Expert Boarder

GK User
Sat Feb 07, 2015 6:43 pm
Reply with quote
Report this post
Ok.
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.