Team widget

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Wed Aug 21, 2013 4:19 pm
I have 2 questions about the team section on the frontpage:

- For now, I only have 2 team members that I would like to show instead of 4. I deleted the last two in the widget settings. But is there a way to center the 2 members? They now appear aligned on the left.

- Is there a way to show a link to email and or website on top of the members instead of a link to facebook, twitter and google+?
User avatar
Fresh Boarder

GK User
Wed Aug 21, 2013 7:30 pm
Hi,

Use this code
Code: Select all
<div class="gk-team col2 animate_queue">
   <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="[pageurl]/wp-content/themes/Creativity/images/demo/about/1.jpg" 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="[pageurl]/wp-content/themes/Creativity/images/demo/about/2.jpg" alt="Julia Morena">
      <figcaption>
         <h3>Julia Morena</h3>
         <small>Creative Director</small> </figcaption>
   </figure>
</div>


in widget settings. (If you don't want a bigger version, paste this code to your css/override.css file - first enable this option in Creativity -> Template Options -> Advanced tab)
Code: Select all
.gk-team {
margin: 0 auto;
width: 50%!important;
}


In regards to the second question, check this thread:
https://www.gavick.com/forums/creativit ... 26793.html
User avatar
Moderator

GK User
Mon Aug 26, 2013 12:33 pm
Thank you! It worked perfectly!
User avatar
Fresh Boarder


cron