I am unable to display additional members to Loyal Team module.
Error occurred after:
1. Joomla update to: 3.3.3
2. Server php version switch from 5.2.x to 5.4.x
Reference link: http://cdsp.robinsalways.com/#team
Code used:
- Code: Select all
<div class="gkTeam" data-cols="4" data-pages="2">
<div>
<div class="active">
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_1.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.1s"><h3>RobinS Gupta</h3><small>Proprietor</small></figcaption></figure>
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s after 0.2s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_2.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.3s"><h3>Dr. Sunita Gupta</h3><small>Chief Strategist</small></figcaption></figure>
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s after 0.4s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_3.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.5s"><h3>Pem</h3><small>Center Manager</small></figcaption></figure>
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s after 0.6s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_4.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.7s"><h3>Mandeep</h3><small>Astt. Center Manager</small></figcaption></figure>
</div>
<div>
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_1.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.1s"><h3>RobinS Gupta</h3><small>Proprietor</small></figcaption></figure>
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s after 0.2s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_2.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.3s"><h3>Dr. Sunita Gupta</h3><small>Chief Strategist</small></figcaption></figure>
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s after 0.4s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_3.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.5s"><h3>Pem</h3><small>Center Manager</small></figcaption></figure>
<figure data-scroll-reveal="enter from the top and move 50px over 0.4s after 0.6s" data-fb="#" data-twitter="#" data-gplus="#"><img src="images/demo/team_4.jpg" alt="Team member" /><figcaption data-scroll-reveal="enter from the bottom and move 50px over 0.4s after 0.7s"><h3>Mandeep</h3><small>Astt. Center Manager</small></figcaption></figure>
</div>
</div>
</div>
note: I have tried removing the </div><div> code in the middle
Kindly Help.