This topic has 4 replies, 5 voices, and was last updated 9 years by Abe.

  • Author
  • #4128
     skinnyc
    Participant

    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

    #4134
     JohnDoe
    Participant

    Edit 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.

    #4217
     SQadmin
    Keymaster

    Hi 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 CODE
    
    add_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 solution
    #45288
     stratweb
    Participant

    It 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

    #46247
     Abe
    Keymaster

    I 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.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?