Additional Social Media

Discussion in 'BusinessGrow One Page WordPress Theme' started by bayernsoftware, Feb 1, 2014.

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

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Hi,

    I noticed it appears there is code for LinkedIn and Vimeo in the source and the images directory but i do not see them in the theme options, social media section. We do not use rss or pinterest and would very much need to have LinkedIn and Vimeo. How can we either add this to the theme options or substitute?
     
  2. Piyush

    Piyush Support Staff

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

    Go to images directory present in your theme directory and replace your LinkedIn image with your present rss.png image or edit it.
    Note:- Use same name for your edited image and remove the current image.


    Similarly, replace the your Vimeo image with your present pinterest.png image or edit it. And use same name for your edited image and remove the current image.

    Go to the header.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    Now, You can use Rss link section for LinkedIn and Pinterent link section for your Vimeo in your dashboard.
    This will solve your issue.
     
  3. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    I thought about doing that as well already, but with the footer and the social-icons.png image this will not work. If i simply rename Pinterest to LinkedIn, it will still show the wrong image in the footer for the icon/hover-icon.
    My thought was to add another section of code to the theme-options.php similar to

    PHP:
    $options[] = array("name" => "LinkedIn URL",
                
    "desc" => "Mention the URL of your LinkedIn here.",
                
    "id" => "inkthemes_linkedin",
                
    "std" => "",
                
    "type" => "text")
    and then add something like

    PHP:
    <?php if (inkthemes_get_option('inkthemes_linkedin') != '') { ?>
                                    <li class="ln"><a href="<?php echo inkthemes_get_option('inkthemes_linkedin'); ?>" alt="LinkedIn" title="LinkedIn" target="_blank"></a></li>
                                <?php ?>
    since the linkedin class already exists in the css stylesheet.
    Code:
    .footer_social_icons .social_logos li.ln a {
        background: url(images/social-icons.png) no-repeat -282px 0;
        width: 45px;
        height: 66px;
    }
    .footer_social_icons .social_logos li.ln a:hover {
        background: url('images/social-icons.png') no-repeat -282px -68px;
        width: 45px;
        height: 66px;
    }
    then in footer.php add the following

    PHP:
     <li class="ln"><a href="<?php echo inkthemes_get_option('inkthemes_linkedin'); ?>" alt="LinkedIn" target="_blank"></a></li>
                            <?php ?> 

    but i can't get it to work :(
     
  4. Nitesh

    Nitesh Support Staff

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

    please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and add social icon.
     
  5. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Nitesh,

    I have emailed the requested information. Thank you for your assistance.

    Joe
     
  6. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Any luck? Information was submitted yesterday and I don't see that anyone has logged in and completed the work.

    THANKS,
    Joe
     
  7. Nitesh

    Nitesh Support Staff

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

    We have not received your dashboard.
    Please send again or you can also send me a personal message here at forum.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  8. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Just now resent to email address. Please remember, I'm not looking to simply reuse existing fields as the footer icons will not be correct. The is already code available in the them files for linked in and social-icons.png for but it is not exposed in theme-options.php.
     
  9. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    I updated the theme that was provided to me, and have changed it not to use a child theme for the moment. I do now see additional spaces in the theme options for both Vimeo and LinkedIn, however the two social media icons do NOT appear in the header and in the footer an RSS icon is being used for LinkedIn. Nothing is represented for Vimeo in the footer.

    Thank you for your continued work on this.

    Regards,

    Joe
     
  10. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Disregard above message. I had uploaded update into wrong folder. I will test further and advise.

    Thank you again for your hard work on this!!!
     
    Piyush likes this.
  11. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    This is working perfectly. Thank you for making the changes!!
     
Thread Status:
Not open for further replies.

Share This Page