Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #365560

    It looks like if we want to put our social buttons in the footer of our site that you need to help us with the code for that (hopefully you add more standard social button flexibility down the road … like placement, size and color etc). I read a few other posts and tried to use the code you provided them with my modifications but I am not technical enough to understand what I am doing. I would like Linkedin and a Special:eMail button in the center section of my footer on <see below>

    Thanks

    #365839

    Hey wgmassociatesllc!

    please refer to this post: https://kriesi.at/support/topic/social-icons-in-footer-socket/#post-118073

    Regards,
    Andy

    #366924

    I did not find what you said would be there. This is what I found:

    <?php
    if(avia_get_option(‘footer_social’, ‘disabled’) != “disabled”)
    {
    $social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);
    echo avia_social_media_icons($social_args, false);
    }

    echo “<nav class=’sub_menu_socket’ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;
    $avia_theme_location = ‘avia3’;
    $avia_menu_class = $avia_theme_location . ‘-menu’;

    $args = array(
    ‘theme_location’=>$avia_theme_location,
    ‘menu_id’ =>$avia_menu_class,
    ‘container_class’ =>$avia_menu_class,
    ‘fallback_cb’ => ”,
    ‘depth’=>1
    );

    wp_nav_menu($args);
    echo “</nav>”;

    ?>

    #366949

    Hi!

    You no longer need to use custom code to display social icons in the footer. Please go to Enfold theme options > Footer and check “Social Icons”

    Cheers!
    Yigit

    #367068

    Well, we came full circle.

    I currently have the Social Icons in my socket. I want to move them to the Footer – column2 on all pages.

    I have seen other posts where custom code is required, but I couldn’t reverse engineer the code for the LinkedIn and eMail icons.

    #367432

    Hi!

    Please add following code to a Text widget in Appearance > Editor – http://pastebin.com/q48qu7dd
    and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .social_bookmarks li {
    clear: none;
    }

    Cheers!
    Yigit

    #367627

    That’s beautiful. You do good work. Gotta make that a standard feature. Thanks!

    Brian

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Social Buttons in Footer’ is closed to new replies.