Linking Google+ Page?

Discussion in 'Gommero WordPress Theme' started by ejones, Mar 7, 2014.

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

    ejones New Member

    Joined:
    Feb 16, 2013
    Messages:
    5
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Follow the instruction given below.

    1. Firstly upload the google+ logo icon of dimension 20 x 20 pixels from Media > Add New panel of your dashboard
    and then copy image URL address.

    2. Go to the footer.php file present in your theme directory and and paste the code given below in that file as shown in the image given below.

    Code:
    <li><a class="g_plus" title="google+" href="Enter the URL link of your google+ account" ><span></span></a></li> 
    [​IMG]

    3. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .social_logos li a.g_plus {
    background: url('https://ec.europa.eu/eures/images/social/GooglePlus_logo20px.png') no-repeat;
    width: 20px;
    height: 20px;
    } 
    This will solve your issue.
     
  3. ejones

    ejones New Member

    Joined:
    Feb 16, 2013
    Messages:
    5
    Likes Received:
    0
    It worked! The test website said it was successful. I already had a widget with social media icons on it, so I just changed the second code to 0 for both pixel sizes and it doesn't show the icon at the bottom. Still seems to work for the test too!

    Thanks :)
     
Thread Status:
Not open for further replies.

Share This Page