LinkedIn URL in Social Icons?

Discussion in 'BizWay WordPress Theme' started by margriethilde, Jan 3, 2014.

  1. margriethilde

    margriethilde New Member

    Joined:
    Jan 3, 2014
    Messages:
    5
    Likes Received:
    0
    Location:
    Netherlands
    Hi!
    I just installed the BizWay PRO and I am missing the LinkedIn icon in social icons. I have seen the LinkedIn widgets, however having a social icon for LinkedIn too, looks much smarter in my opinion. Any idea how I can add it?

    Thanks in advance!

    Margriet




     
  2. Nitesh

    Nitesh Support Staff

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

    Theme contain 5 social icons. If any one from these five is not in your use then you can replace it's image with your "LinkedIn icon".
    For it go to the
    Theme directory > images and replace icon from there.

    Or
    If you want to add another icon please provide the following information listed below.

    Thread Link: http://www.inkthemes.com/community/threads/linkedin-url-in-social-icons.9483/
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and resolve your issue.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. margriethilde

    margriethilde New Member

    Joined:
    Jan 3, 2014
    Messages:
    5
    Likes Received:
    0
    Location:
    Netherlands
    Hi Nitesh,

    Thanks for you response. I am using the Wordpress site in Dutch, so I am not sure what you mean by the Theme directory. I can't find any directory including images, besides the "media library". Can yo please give me some more clues where to look?

    Thank you!

    Margriet
     
  4. Nitesh

    Nitesh Support Staff

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

    I think you are searching theme directory in the dashboard.
    It is not possible to access it through dashboard. Access your WordPress through FTP (In case you don't have ftp access detail. Please contact to your hosting provider)
    There you will get your theme directory (Bizwaytheme) > images.

    OR

    If you are not comfortable in doing all this. then please provide dashboard detail that i have asked above.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. macapple79

    macapple79 New Member

    Joined:
    Jan 13, 2013
    Messages:
    3
    Likes Received:
    0
    Location:
    The Netherlands
    Hi there, I'm another dutch user. I replaced the YT icon with the linkedin icon, but one issue remains... When I hover over the new icon on the frontend it says "YouTube". Do you know where to change that?
     
  6. macapple79

    macapple79 New Member

    Joined:
    Jan 13, 2013
    Messages:
    3
    Likes Received:
    0
    Location:
    The Netherlands
    Okay, I'm truly sorry for not looking further than my nose is long... (is a dutch saying). :)
    I found in "bizwaytheme/footer.php" the folowing line:
    PHP:
    <?php if (inkthemes_get_option('inkthemes_Youtube') != '') { ?>
                    <li><a class="yt" href="<?php echo inkthemes_get_option('inkthemes_Youtube'); ?>"><span>You Tube</span></a></li>
                    <?php ?>
    And changed it into:
    PHP:
    <?php if (inkthemes_get_option('inkthemes_Youtube') != '') { ?>
                    <li><a class="yt" href="<?php echo inkthemes_get_option('inkthemes_Youtube'); ?>"><span>LinkedIn</span></a></li>
                    <?php ?>
    @Margriet, Are you still looking for a solution to change the icon?
     

Share This Page