Can I include Tumblr with the Social Icons?

Discussion in 'RoadFighter WordPress Theme' started by mouseclubhouse, Jul 6, 2015.

  1. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    When I got to the Social Icons, I do not see a place for Tumblr. Can you help?

    Thanks!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I have got your concern,

    It requires some customization in the source code of the theme.
    So, send us your website WordPress login details at [email protected] along with the thread link.

    We will add an option for "Tumblr" in social icon settings.

    Thanks,
    Praveen
     
  3. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    Hi Praveen, thank you for your reply. I don't give out my password for my site, but if you can send me an updated file I can just replace it in the Wordpress theme.

    THANKS!!
    Scott
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    Kindly follow the step which mentioned in the below image.

    Step: 1

    add tumblr1.png

    Add following given code in theme-options.php

    Code:
    $options[] = array("name" => "tumblr URL",
                "desc" => "Mention the URL of your tumblr here.",
                "id" => "inkthemes_tumblr",
                "std" => "",
                "type" => "text");
    Step: 2

    add tumblr2.png

    Add following given code in footer.php

    Code:
     <?php if (inkthemes_get_option('inkthemes_tumblr') != '') { ?>
                                <li class="sl-8"><a href="<?php echo inkthemes_get_option('inkthemes_tumblr'); ?>" target="_blank"><span></span></a></li>
                            <?php } ?> 
    Step: 3

    Now you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS


    field and try to cut paste the given below CSS code there .

    Code:
    .social_logos li.sl-8 a span {
      background: url(http://img1.meetupstatic.com/img/5018610054812456462245/externalservice/socialmediaicons/tumblr-16x16.png) no-repeat;
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     

Share This Page