Typography-Button works correct but typography not displayed

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 Sep 19, 2013 4:23 pm
Reply with quote
Report this post
Hello I'm using storebox 3.9.2 with Joomla 2.5.14.
I have installed the following modules: Tabs GK5, Image Show GK4, K2 modules, VM modules.
As editor i use JCE and as E-Mail form the redFORM Komponent.

When I write the classes for the typograhpy, they don't work. It doesn't matter if I press the button to insert the code or if I type the code manual.

Please, can you give me a lead to correct this....

Best Regards

Dirk
User avatar
Fresh Boarder

GK User
Thu Sep 19, 2013 4:37 pm
Reply with quote
Report this post
Hi,

Did you enabled typography under the "Features" tab on the template settings?
User avatar
Administrator

GK User
Thu Sep 19, 2013 5:02 pm
Reply with quote
Report this post
Hi,

yes I activated both: "Use typography" and "Use typography iconset".
User avatar
Fresh Boarder

GK User
Thu Sep 19, 2013 5:52 pm
Reply with quote
Report this post
Could you provide me an URL to your website?
User avatar
Administrator

GK User
Fri Sep 20, 2013 11:43 am
Reply with quote
Report this post
Hi,
here ist the URL: www.allbaumaschinen.com....

Dirk
User avatar
Fresh Boarder

GK User
Fri Sep 20, 2013 1:36 pm
Reply with quote
Report this post
And where can I find a text with the typography code? Because on the frontpage there is no typography code.
User avatar
Administrator

GK User
Fri Sep 20, 2013 2:18 pm
Reply with quote
Report this post
Hi,
this don't work "<ul class="gkBullet3">".
It's in the K2 article at the header-bottom position...

Dirk
User avatar
Fresh Boarder

GK User
Fri Sep 20, 2013 3:01 pm
Reply with quote
Report this post
The bullets are ok but are hidden by the image, because in this layout image overlays the list - please disable the image in article and you will see the bullets.
User avatar
Administrator

GK User
Fri Sep 20, 2013 3:15 pm
Reply with quote
Report this post
Ok! But when i go to the detailview, I see the picture of gkBullet1 but I will have <ul class="gkBullet3">. And this is in the code....
User avatar
Fresh Boarder

GK User
Fri Sep 20, 2013 6:59 pm
Reply with quote
Report this post
You're right - please change in the typography.style1.css file:

Code: Select all
ul.gkBullet2 li {
   background: url(../../images/style1/typography/bullet2.png) no-repeat 0 12px!important
}

ul.gkBullet3 li {
   background: url(../../images/style1/typography/bullet3.png) no-repeat 0 12px!important
}

ul.gkBullet4 li {
   background: url(../../images/style1/typography/bullet4.png) no-repeat 0 12px!important
}


to:

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

ul.gkBullet3 li,
#k2Container ul.gkBullet3 li {
   background: url(../../images/style1/typography/bullet3.png) no-repeat 0 12px!important
}

ul.gkBullet4 li,
#k2Container ul.gkBullet4 li {
   background: url(../../images/style1/typography/bullet4.png) no-repeat 0 12px!important
}


I'll report it to our maintenance team.
User avatar
Administrator

GK User
Thu Sep 26, 2013 12:08 pm
Reply with quote
Report this post
Thank you very much!
Works fine....

Greetings

Dirk
User avatar
Fresh Boarder


cron