Complete list af css classes?

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 Jul 28, 2013 12:10 pm
Reply with quote
Report this post
In your quickstart template u use some classes i can't find them i the Typography list.

<blockquote class="gkTestimonial col2 animate">

gkTestimonial

It seems to be missing in the documentation, is there a complete list some where?

I have triede google and the forum, but no luck :o)
User avatar
Senior Boarder

teitbite
Mon Jul 29, 2013 2:52 am
Reply with quote
Report this post
Hi

This style is a part of a template not a typography. You can find the code in gk.stuff.css file. Complete code looks like that:

Code: Select all
/* Testimonial - animation */
.gkTestimonial.animate {
   opacity: 0; filter: alpha(opacity=0);
   position: relative;
   -webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
   -ms-transition: all .4s ease-out;
   -o-transition: all .4s ease-out;
   transition: all .4s ease-out;
}

.gkTestimonial.animate.loaded {
   opacity: 1; filter: alpha(opacity=100);
}

.gkTestimonial.animate.col2,
.gkTestimonial.animate.col3,
.gkTestimonial.animate.col4 {
   left: -300px;
}

.gkTestimonial.animate.col2 + .gkTestimonial.animate.col2,
.gkTestimonial.animate.col3:nth-child(3),
.gkTestimonial.animate.col4:nth-child(4) {
   left: 300px;
}

.gkTestimonial.animate.col2.loaded,
.gkTestimonial.animate.col3.loaded,
.gkTestimonial.animate.col4.loaded {
   left: 0!important;
}
User avatar
Moderator

GK User
Mon Aug 05, 2013 7:37 pm
Reply with quote
Report this post
Okay.

I find it hard to understand your help files. How am I to figure out how to use custom HTML when there is not specific help file that illustrates what is possible and what the template can do. This should be illustrated under Typo, :o)

Again perhaps its just me that are having trouble understanding it :O)

But I really like your templates

Thanks :o)
User avatar
Senior Boarder

teitbite
Thu Aug 08, 2013 1:46 am
Reply with quote
Report this post
Hi

This problem is related to this one option only and this was designed for a specific template, so it will work there only. I'll inform programmers that animation should be added or removed since this typo option can be used on a different templates as well.

You did nothing wrong, it's our fault. I apologise.
User avatar
Moderator


cron