Disable editor in global configurations > Default Editor - None and enable it after you finish editing or make sure your current editor does not strip part of the html code.
1. Edit your module.
2. Copy below code.
3. Change links to your users links. Each team member is wrapped in "figure class".
4. Change Column if you need more team members. See towards bottom of this reply.
5. Change image location or image name to your team members image.
- Code: Select all
<div class="gkTeam col4 animate_queue">
<figure class="animate_queue_element" data-gplus="https://plus.google.com/mygoogleplusname" data-twitter="https://twitter.com/mytwittername" data-fb="https://www.facebook.com/myfacebookname">
<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 class="animate_queue_element" data-gplus="https://plus.google.com/mygoogleplusname" data-twitter="https://twitter.com/mytwittername" data-fb="https://www.facebook.com/myfacebookname">
<img src="images/demo/about/2.jpg" border="0" alt="Julia Morena" />
<figcaption>
<h3>Julia Morena</h3>
<small>Creative Director</small>
</figcaption>
</figure>
<figure class="animate_queue_element" data-gplus="https://plus.google.com/mygoogleplusname" data-twitter="https://twitter.com/mytwittername" data-fb="https://www.facebook.com/myfacebookname">
<img src="images/demo/about/3.jpg" border="0" alt="Eddy Doe" />
<figcaption>
<h3>Eddy Doe</h3>
<small>Customer Support</small>
</figcaption>
</figure>
<figure class="animate_queue_element" data-gplus="https://plus.google.com/mygoogleplusname" data-twitter="https://twitter.com/mytwittername" data-fb="https://www.facebook.com/myfacebookname">
<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>
Also note if you need to adjust columns change it in main div col4 such as col3 col2 col5
- Code: Select all
<div class="gkTeam col4 animate_queue">
Template script replaces links to GavickPRO when there is nothing entered.
Template script gets data- attributes and creates overlay for each figure class.
Following is module details in case users wants to add from new.
Module Type: Custom Html Module
Module advanced options > Module suffix : bigtitle greybg
Module Position: Bottom 1 in demo.
See you around...