Problem with number blocks

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Jan 25, 2012 12:38 pm
Hello,

In the latest version of Gavick I cannot make number blocks either using the typography plugin or manually entering the HTML. I input this:

Code: Select all
<p class="gkNumber1"><span>01</span>text of element</p>


What I see rendered is:

Code: Select all
01text of element


I haven't tried "all" of the typography modes but I do know that the icons work just fine. I made a test page at: http://beta.spunkee.org/gktest

I tried searching through all of the .css files but gkNumber is not defined anywhere. It is possible it isn't actually in a .css file tho. :-)
User avatar
Junior Boarder

teitbite
Wed Jan 25, 2012 2:57 pm
Hi

Looks like there is something missing here. I'll contact programmers about it. The only classes I see for a common style is:

Code: Select all
p.numblocks { position: relative; min-height: 38px; margin: 30px 0; padding: 0 0 0 60px !important; }
p.numblocks span { position: absolute; top: 4px; left: 0; height: 42px; width: 42px; color: #fff; display: block; font-size: 22px; line-height: 44px; text-align: center; }
p.num-1 span { background: url('../images/style1/typography/number-1.png') no-repeat 50% 50%; }
p.num-2 span { background: url('../images/style1/typography/number-2.png') no-repeat 50% 50%; }
p.num-3 span { background: url('../images/style1/typography/number-3.png') no-repeat 50% 50%; }
User avatar
Moderator


cron