Hi there!
I am following the directions here: https://archived.seventhqueen.com/forums/topic/social-icons-in-socket
2 questions:
1. When I copy the socket.php to the child theme folder, do I need to keep the directory structure pages-parts or does it go in the root of the directory?
2. Am I adding the code where it is intended? Here is my socket.php text:
<!– SOCKET SECTION
================================================ –>
<div id=”socket” class=”socket-color”>
<div class=”container”>
<div class=”template-page tpl-no col-xs-12 col-sm-12″>
<div class=”wrap-content”>
<div class=”row”>
<div class=”col-sm-12″>
<div class=”gap-10″></div>
</div><!–end widget–>
<div class=”col-sm-12″>
<?php echo do_shortcode(sq_option( ‘footer_text’,” )); ?>
<?php echo kleo_get_social_profiles(); ?>
</div>
<div class=”col-sm-12″>
<div class=”gap-10″></div>
</div><!–end widget–>
</div><!–end row–>
</div><!–end wrap-content–>
</div><!–end template-page–>
</div><!–end container–>
</div><!–end footer–>
Thank you for the clarification!
CB Friedland