animation not working

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
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
Tue Feb 11, 2014 7:28 pm
Reply with quote
Report this post
Hi
i change About module - Homepage

Code: Select all
<div class="gk-team col4 animate_queue">
   
      <img src="images/robert_2.jpg" alt="Tim Berners">
      <figcaption>
         <h3>Tim Berners</h3>
         <small>CEO Executive Officer</small> </figcaption>
   
   
      <img src="images/robert_2.jpg" alt="Julia Morena">
      <figcaption>
         <h3>Julia Morena</h3>
         <small>Creative Director</small> </figcaption>
   
   
      <img src="images/robert_2.jpg" alt="Eddy Doe">
      <figcaption>
         <h3>Eddy Doe</h3>
         <small>Customer Support</small> </figcaption>
   
   
      <img src="images/robert_2.jpg" alt="Robert Frost">
      <figcaption>
         <h3>Robert Frost</h3>
         <small>Web Designer</small> </figcaption>
   
</div>


and everything is in vertical line
and not animating

How to?
Regards
Tom
User avatar
Senior Boarder

GK User
Tue Feb 11, 2014 8:17 pm
Reply with quote
Report this post
Probably tinyMCE has stripped all the html tags that we rely on.
1. Please disable tineMCE whenever you edit a module (change editor to none in global configuration settings)
2. Paste this code:
Code: Select all
<div class="gkTeam col4 animate_queue">
   <figure data-text="Sample text" class="animate_queue_element">
      <img src="images/demo/about/1.jpg" border="0" 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="images/demo/about/2.jpg" border="0" 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="images/demo/about/3.jpg" border="0" 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="images/demo/about/4.jpg" border="0" alt="Robert Frost" />
      <figcaption>
         <h3>Robert Frost</h3>
         <small>Web Designer</small> </figcaption>
   </figure>
</div>
<p style="text-align: center;"><a class="border bigbutton" href="#">Learn More</a></p>

and modify it to your taste.
User avatar
Moderator

GK User
Tue Feb 11, 2014 10:32 pm
Reply with quote
Report this post
THX :D
JCE filter :oops:
User avatar
Senior Boarder

GK User
Wed Feb 12, 2014 11:55 am
Reply with quote
Report this post
Yep, sadly we can't do anything about it :(
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron