Hey,
Is there a way to get your social media icons in the footer of this theme?
I see that you have a RSS and a Twitter widget, but I do not use RSS and want to add a Facebook and Youtube icon as well.
Thanks!
Paul
Hi kgbrooklyn!
Try this out, https://kriesi.at/support/topic/social-icons-in-footer-socket/#post-118075.
Best regards,
Elliott
Hey, thanks for the mega fast reply.
I followed that thread and here is what I saw:
<?php
echo “<div class=’sub_menu_socket’>”;
$args = array(‘theme_location’=>’avia3’, ‘fallback_cb’ => ”, ‘depth’=>1);
wp_nav_menu($args);
echo “</div>”;
?>
Replace it with this
<?php $social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”); avia_social_media_icons($social_args); ?>
<?php
echo “<div class=’sub_menu_socket’>”;
$args = array(‘theme_location’=>’avia3’, ‘fallback_cb’ => ”, ‘depth’=>1);
wp_nav_menu($args);
echo “</div>”;
?>
Edit custom.css then add this code
#top #socket .social_bookmarks {
position: absolute;
right: 0;
}
However, I cannot find the snippet that needs to be replaced in the footer.php file.
Hey!
Sorry, it’s a bit different in the latest version. Navigate to Dashboard > Enfold > Footer and there should be an option there you can check to display the social icons in your socket.
Regards,
Elliott
Hi!
You can instead try the instructions outlined in this thread: https://kriesi.at/support/topic/footer-socket-question/#post-193649
Regards,
Dake