ANimation just doesn't work

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 Jan 02, 2014 1:36 am
Reply with quote
Report this post
We try to configure animation and just copy code that you give on your site.
Unfortunatelly it doesn't work.

Please can you help.

<div class="gk-team col4 animate_queue">
<figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
<img src="http://demo.gavick.com/wordpress/creativity/wp-content/themes/Creativity/images/demo/about/1.jpg" alt="Tim Berners">
<figcaption>
<h3>Tim Berners</h3>
<small>CEO Executive Officer</small> </figcaption>
</figure>
<figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
<img src="http://demo.gavick.com/wordpress/creativity/wp-content/themes/Creativity/images/demo/about/2.jpg" alt="Julia Morena">
<figcaption>
<h3>Julia Morena</h3>
<small>Creative Director</small> </figcaption>
</figure>
<figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
<img src="http://demo.gavick.com/wordpress/creativity/wp-content/themes/Creativity/images/demo/about/3.jpg" alt="Eddy Doe">
<figcaption>
<h3>Eddy Doe</h3>
<small>Customer Support</small> </figcaption>
</figure>
<figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
<img src="http://demo.gavick.com/wordpress/creativity/wp-content/themes/Creativity/images/demo/about/4.jpg" alt="Robert Frost">
<figcaption>
<h3>Robert Frost</h3>
<small>Web Designer</small> </figcaption>
</figure>
</div>

We put this , look at team. Link under.

http://bestinshowmagazine.eu/#gkBottom1
User avatar
Fresh Boarder

GK User
Thu Jan 02, 2014 7:42 am
Reply with quote
Report this post
Please turn of tinyMCE in global configuration (change editor to "no editor") before pasting that code. tinyMCE is changing html mockup making the code not working.
User avatar
Moderator

GK User
Thu Jan 02, 2014 8:06 am
Reply with quote
Report this post
Ok. So to leave it like this also for feature code because I will need two similar pages as team page.

Thanks, Sanja

p.s. All the best in New Year
User avatar
Fresh Boarder

GK User
Thu Jan 02, 2014 8:13 am
Reply with quote
Report this post
Just did but it still doesn't work :(
Would it be possible that you try.

We will need two pages like team , one will have 8 photos like this only with facebook link and others will have also 8 but only when hoover is link icon ( do we need to set animation differenetly )

Thanks, Sanja
User avatar
Fresh Boarder

GK User
Thu Jan 02, 2014 8:23 am
Reply with quote
Report this post
And where we can change colour of buttons on the web and background.

Thanks, Sanja
User avatar
Fresh Boarder

GK User
Thu Jan 02, 2014 2:15 pm
Reply with quote
Report this post
I even try to make new module, but it still doesn't work :(
Please can you help because I need to finished today team and issue page.

Thanks, Sanja
User avatar
Fresh Boarder

GK User
Thu Jan 02, 2014 6:30 pm
Reply with quote
Report this post
Working on the solution, please don't bump your question (don't reply to your own posts), as it moves your question to the end of our queue - and delaying the answer.
User avatar
Moderator

GK User
Thu Jan 02, 2014 6:32 pm
Reply with quote
Report this post
Ok, the problem is quite simple - module suffixes are case sensitive - you should place:
'gkTeam'
and you have:
'gk-team'
Please correct that and write back if it helped.
User avatar
Moderator

GK User
Thu Jan 02, 2014 10:12 pm
Reply with quote
Report this post
Yes, Thank you so much.
Just one more thing, how we change what we do button on homepage slide.

When we can retun editor to tiny mce.

Thanks, Sanja
User avatar
Fresh Boarder

GK User
Sat Jan 04, 2014 11:42 am
Reply with quote
Report this post
Its safe to turn off tinyMCE whenever you edit custom html module. So if you are not planning to change custom html modules, you can switch back to tinyMCE.

"what we do" button - would you like to change text of this button?
User avatar
Moderator

GK User
Sat Jan 04, 2014 1:42 pm
Reply with quote
Report this post
Yes that what we do button. ( text part and style part )
We font to add some customs font for headings and other. For example this one.

h1 {
font-family: 'Dancing Script', cursive;
font-weight: 700;
line-height: 46px;
font-size: 42px;
margin: 0 0 23px 0;
}
h2 {
font-family: 'EB Garamond', serif;
font-weight: normal;
text-transform: uppercase;
font-size: 18px;
line-height: 23px;
letter-spacing: 2px;
margin: 0 0 23px 0;
}
p {
font-family: 'EB Garamond', serif;
font-size: 16px;
line-height: 23px;
margin: 0 0 23px 0;
}

Thanks in advance.

Sanja
User avatar
Fresh Boarder

GK User
Tue Jan 07, 2014 7:49 pm
Reply with quote
Report this post
You can read about changing text of link here:
http://demo.gavick.com/joomla25/creativ ... nt-buttons

To address slide elements use this css selectors:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h2 {}
.gkIsWrapper-gk_creativity .figcaption h1 {}
.gkIsWrapper-gk_creativity .figcaption > a
User avatar
Moderator


cron