Tagged: footer, social buttons
-
AuthorPosts
-
December 9, 2014 at 8:08 pm #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
December 10, 2014 at 5:01 am #365839Hey wgmassociatesllc!
please refer to this post: https://kriesi.at/support/topic/social-icons-in-footer-socket/#post-118073
Regards,
AndyDecember 11, 2014 at 9:30 pm #366924I 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>”;?>
December 11, 2014 at 9:50 pm #366949Hi!
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!
YigitDecember 12, 2014 at 12:57 am #367068Well, 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.
December 12, 2014 at 7:11 pm #367432Hi!
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!
YigitDecember 13, 2014 at 6:28 am #367627That’s beautiful. You do good work. Gotta make that a standard feature. Thanks!
Brian
-
AuthorPosts
- The topic ‘Social Buttons in Footer’ is closed to new replies.