Our team animation missing

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Thu Oct 16, 2014 10:39 pm
Hello
I have configured the meet our team module but the initial animation is not working.
I have pasted the code in text mode and I managed the CSS and hover animation to work, but not the anitial horizontal animation.
Can you take a look?

The site is http://wp.2daylanguages.com/

Thanks!
User avatar
Fresh Boarder

GK User
Fri Oct 17, 2014 10:02 am
Hello,

Your HTML structure is a little different, please use this syntax:
Code: Select all
<div class="gk-team" data-count="7">
<figure data-animation="horizontal" data-delay="0">
<a href="#"><img src="[themeurl]/images/demo/team1.png" alt=""></a>
<figcaption><a href="#">Mark</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="100">
<a href="#"><img src="[themeurl]/images/demo/team2.png" alt=""></a>
<figcaption><a href="#">Mikkel</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="200">
<a href="#"><img src="[themeurl]/images/demo/team3.png" alt=""></a>
<figcaption><a href="#">Donna</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="300">
<a href="#"><img src="[themeurl]/images/demo/team4.png" alt=""></a>
<figcaption><a href="#">Noemi</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="400">
<a href="#"><img src="[themeurl]/images/demo/team5.png" alt=""></a>
<figcaption><a href="#">Robert</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="500">
<a href="#"><img src="[themeurl]/images/demo/team6.png" alt=""></a>
<figcaption><a href="#">Amanda</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="600">
<a href="#"><img src="[themeurl]/images/demo/team7.png" alt=""></a>
<figcaption><a href="#">Remzi</a></figcaption>
</figure>

<a href="#">More About Us</a>
</div>

if that won't help, please send me a PM with backend access to your website.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.