Okay
  Public Ticket #170972
More Social Icons on 'Our Team'
Closed

Comments

  • Kellie started the conversation
    Is there anyway to add more than 3 social icons to the 'Our Team' bios? The last 3 team members all have 4 social medias, FaceBook, Twitter, LinkedIn, and Instagram. And we want all 4 up there. If this is possible, please let me know how to do it!
  •  1,824
    Support replied

    Hi Kellie,

    it's posible to add only up to 3 social icons for a team member in the current implementation.

    But we are considering 4 in our future updates.

    Thanks! 

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1,824
    Support replied

    you can also go full html and add the html code to it insetad of using the shortcode. Let me know if it wroks for you.

    Thanks!

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Kellie replied

    Okay, I figured it out, if you go to the 'Shortcodes.php', you add this text: 

    if($atts['social_link4'] && $atts['social_link4_url']) {
            $out .= '<li><a target="_blank" href="'. $atts['social_link4_url'] .'"><img alt="" src="'.get_template_directory_uri().'/images/social_icons/' . $atts['social_link4'] . '.png"></a></li>';
        }

    Below this text:

    if($atts['social_link3'] && $atts['social_link3_url']) {
            $out .= '<li><a target="_blank" href="'. $atts['social_link3_url'] .'"><img alt="" src="'.get_template_directory_uri().'/images/social_icons/' . $atts['social_link3'] . '.png"></a></li>';
        }

    Then you just go to the 'Our Team' page and duplicate the HTML for 'social_link3' and 'social_link3_url' and change the '3' to a '4' and then change the social media name, and the url.