-
Author
-
October 10, 2013 at 16:38 #4128skinnycParticipant
How do I add extra social icons like instagram and youtube to the top bar – I also want them in the footer in the Kleo about us widget
October 10, 2013 at 20:05 #4134JohnDoeParticipantEdit header.php , but don’t do this in the theme folder , but copy the header.php to your child folder , and find :
“Find us on”, ‘kleo_framework’
there you will see the existing icons , add yours for example :
COPY CODE<a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Follow us on", 'kleo_framework');?> Instagram"><i class="icon-instagram icon-large"></i></a>
I am currently looking for the css of this, you could do the same , and use some logic to do the rest.
Hope i helped.
October 12, 2013 at 00:15 #4217SQadminKeymasterHi there,
We are releasing tomorrow v.2.2 where you will be able to add an action to sweetdate-child/functions.php and show extra icons without modifying the templates. Here is the code example to add:COPY CODEadd_action('kleo_extra_social_icons','kleo_my_extra_social_icons'); function kleo_my_extra_social_icons() { ?> <a href="http://link_to_social_website.com" class="has-tip tip-bottom" data-width="210" title="Find us on My other social site"><i class="icon-facebook-sign icon-2x"></i></a> <?php }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 9, 2015 at 19:30 #45288stratwebParticipantIt doesn’t particularly help that this block of code is no longer available, as other users are still interested in an extra field for Social Media
February 16, 2015 at 15:08 #46247AbeKeymasterI modified the code above since it wasn’t available
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.