Social Icons for Google+, Tumblr, Vine

Discussion in 'Andrina WordPress Theme' started by storycloudcounseling, Jun 6, 2013.

Thread Status:
Not open for further replies.
  1. storycloudcounseling

    storycloudcounseling New Member

    Joined:
    Jun 6, 2013
    Messages:
    3
    Likes Received:
    0
    In the Theme Options Menu for Social Icons, there are spaces to insert icons for Facebook, Twitter, YouTube, and Yahoo, but not for other social networks like Google+, Tumblr, Vine, and LinkedIn. Is there a way to include those? Will these be included in an update?
     
  2. storycloudcounseling

    storycloudcounseling New Member

    Joined:
    Jun 6, 2013
    Messages:
    3
    Likes Received:
    0
    I used another forum thread to add code to the header.php in order to include Google+ and LinkdIn, however, those options do not appear in my WordPress Dashboard -> Theme Options -> Social Icons.
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    FOr this
    Go to the
    Appearance > Editor > header.php and add code given below as shown in the image.

    [​IMG]

    Code:
    <li class="sl-6"><a href="#"><span></span></a></li>
                                <li class="sl-7"><a href="#"><span></span></a></li> 


    After that
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .social_logos li.sl-6 a span {
        background: url(your image address) no-repeat;
    }
    .social_logos li.sl-7 a span {
        background: url(your image address) no-repeat;
    }
     
  4. storycloudcounseling

    storycloudcounseling New Member

    Joined:
    Jun 6, 2013
    Messages:
    3
    Likes Received:
    0
    Nitesh -

    Thanks for the help. I plugged in the code, and it's working perfectly. I appreciate it.
     
Thread Status:
Not open for further replies.

Share This Page