Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #192904

    Hi,

    I want to put my social media buttons in the socket area of the footer. I would like to position these on the right side of the socket bar, where as on the left side the copyright notice is placed.

    I have looked on the forums, but couldn’t find a fitting solution to this question.

    With Kind Regards,
    Gilbert van den Andel

    #193649

    Hi GvdAndel!

    In WordPress dashboard, please go to Appearance > Editor and open Footer.php file and find

    wp_nav_menu($args);
                                echo "</nav>";

    and add following code right above it

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
                                echo avia_social_media_icons($social_args);

    It should look like this http://i.imgur.com/dgRK1Ph.jpg

    Best regards,
    Yigit

    • This reply was modified 10 years, 7 months ago by Yigit.
    #193750

    Hi Yigit,

    Thanks for your answer.
    I have added the code and the social media icons show on the right location.

    The only question I have now is where I can add or remove icons? Now it shows Twitter, Dribble and RSS. I would like it to show Twitter, LinkedIN and Facebook.

    Best Regards,
    Gilbert

    #193852

    Hey!

    In WordPress dashboard, you can go to Enfold theme options > Header tab to add or remove social icons

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer / socket question’ is closed to new replies.