Bullet - Typography not loading on some articles
Rate this topic: 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?
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?
-
- 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?
-
- Moderator
- 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?
-
- 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:
to
Its around 698 line number.
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.
-
- Moderator
- GK User
- Sat Feb 07, 2015 3:25 am
- Reply with quote
- Report this post
Thank you, it worked!
-
- 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.
Please let me know if you would have any additional questions regarding this topic.
-
- Moderator
7 posts
• Page 1 of 1