Typography not working for me.

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 Apr 13, 2014 3:34 am
Reply with quote
Report this post
HI

I'm about to rip my hair out, time to ask for help :)

I have updated this site from gkSporter to gkGame and am having problems with typography. - it just wont display like in the demo. on certain pages:
http://ffsw.com.au/about-football-feder ... ement.html (in k2)
http://ffsw.com.au/home/test.html (in joomla)

but typography workiing fine in jevents and this k2 link
http://ffsw.com.au/home/typo-k.html
http://ffsw.com.au/coach-education/club ... m-sap.html

I've scanned through settings, just can't find why this is happening.

Can anyone shed some light on this ?

Thank you.
I
User avatar
Expert Boarder

GK User
Sun Apr 13, 2014 9:56 am
Reply with quote
Report this post
Please edit file:
templates/gk_game/css/typography/typography.style4.css
and comment out this part of code:
Code: Select all
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,
#product-tabs-content dd:before {
   color: #111;
   content: "\f111";
   font-size: 6px;
   top: 10px;
}

so it looks this way:
Code: Select all
/*.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,
/*#product-tabs-content dd:before {
   color: #111;
   content: "\f111";
   font-size: 6px;
   top: 10px;
}*/
User avatar
Moderator

GK User
Sun Apr 13, 2014 11:36 pm
Reply with quote
Report this post
Hi thanks for your replay but this is not helping .

My code in typography.style4.css is:

Code: Select all
 .itemBody > ul li:before,
.itemBody > div > ul li:before,
#product-tabs-content dd:before,
ul.gkBullet1 li:before,
ul.gkBullet2 li:before,
ul.gkBullet3 li:before,
ul.gkBullet4 li:before {
   font-family: FontAwesome;
   font-size: 13px;
   position: absolute;
   top: 5px;
   left: 0
}


I both commented it out as suggested, cut and paste and event deleted entirely but just got different versions of the broken typo bullets etc. .
User avatar
Expert Boarder

GK User
Sun Apr 13, 2014 11:50 pm
Reply with quote
Report this post
Found it... I made this change:

Code: Select all
.bubble-1 cite { color: #272727 }
.bubble-2 cite { color: #548c07 }
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,
#product-tabs-content dd:before {
   color: #111;
   content: "\f111";
   font-size: 13px;
   top: 5px;
}
User avatar
Expert Boarder

GK User
Mon Apr 14, 2014 7:18 pm
Reply with quote
Report this post
Does it work now?
User avatar
Moderator

GK User
Mon Apr 14, 2014 9:22 pm
Reply with quote
Report this post
Unfortunately no:

http://ffsw.com.au/about-football-feder ... sions.html

This is really weird. It's working on the demo install, working on some pages, some components.
User avatar
Expert Boarder

GK User
Tue Apr 15, 2014 4:59 pm
Reply with quote
Report this post
In typography.style4.css please find lines:
Code: Select all
.bubble-1 cite { color: #272727 }
.bubble-2 cite { color: #548c07 }
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,
#product-tabs-content dd:before {
   color: #111;
   content: "\f111";
   font-size: 13px;
   top: 5px;
}

and change them to:
Code: Select all
/*.bubble-1 cite { color: #272727 }
.bubble-2 cite { color: #548c07 }
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,
#product-tabs-content dd:before {
   color: #111;
   content: "\f111";
   font-size: 13px;
   top: 5px;
}*/
User avatar
Moderator

GK User
Tue Apr 22, 2014 12:57 am
Reply with quote
Report this post
Thanks, all good now :)
User avatar
Expert Boarder


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