typography doesnt work Quark 1.2

Support desk for Multipurpose Quark Theme
GK User
Mon Mar 02, 2015 2:39 pm
hello,


Typography Progress Bar doesnt work all I get is a grey Line which the subtitel: Label one... but not the beautiful black string whos harrying from left to right...

Button GK Typography is on - I put it off and tried it again ... but it doesnt work.... thanks for help

take a look at: http://www.speak-performance.de
User avatar
Gold Boarder

GK User
Tue Mar 03, 2015 10:37 am
Hello,

Your issue is caused by fact that your progress bar code is following:

Code: Select all
<div class="progress">
<div class="bar" style="width: 60%;"><span>60%</span></div>
<span>Label one</span></div>
</div>


when it should be like:

Code: Select all
<div class="progress">
<div class="bar" style="width: 60%" data-sr="wait .25s and move 0px"><span>60%</span></div>
<span>Label one</span>
</div>


(there is a missing data-sr attribute).
User avatar
Administrator

GK User
Tue Mar 03, 2015 3:39 pm
when it should be like:

Code: Select all
<div class="progress">
<div class="bar" style="width: 60%" data-sr="wait .25s and move 0px"><span>60%</span></div>
<span>Label one</span>
</div>


(there is a missing data-sr attribute).[/quote]


THANKS a lot it works - BUT

whats wrong with my whole "GK Button Thing" because the attribute is missing (and I think the other posibilities have bugs too) in the original GK Typography Area...

thanks for your reply
User avatar
Gold Boarder

GK User
Wed Mar 04, 2015 12:32 pm
It seems that the XML file for the typography button wasn't updated - I will do it in the Quark 1.1.0
User avatar
Administrator


cron