Our __Team__**We are creative, innovative people**

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
Sat Apr 05, 2014 6:18 pm
Reply with quote
Report this post
Hello,
After editing(just added one picture with the exact image size 116 x 116) the module< the images changed to vertical not horizontal as it where before. How to I change it back to horizontal display?

This is the Url: www.storehousesolution.com
Thanks
User avatar
Junior Boarder

GK User
Sun Apr 06, 2014 9:41 am
Reply with quote
Report this post
Its because tinyMCE is damaging the html code. Please change editor to no-editor in global configuration settings and edit the module again.
Start from this code:
Code: Select all
<div class="gkTeam" data-count="7">
<figure data-animation="horizontal" data-delay="0">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Mark</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="100">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Mikkel</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="200">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Donna</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="300">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Noemi</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="400">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Robert</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="500">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Amanda</a></figcaption>
</figure>

<figure data-animation="horizontal" data-delay="600">
<a href="#"><img src="/gavick.com/j2/startup/images/demo/demo_team.jpg" alt="" /></a>
<figcaption><a href="#">Remzi</a></figcaption>
</figure>

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

and modify it to your taste.
User avatar
Moderator


cron