Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 11 posts - 1 through 11 (of 11 total)

Social Sharing Icons

Home Forums Free Theme Support Asteria Lite Social Sharing Icons

  • #125976

    matt

    Two things – first, how do I the Delicious and Digg social icons? Also, my instagram and linkedin icons are not showing up – please advise 🙂

    #126751

    Towfiq I.

    administrator

    sorry. no these 2 cannot be added.
    and did you add the links from the theme options page? whats your site address?

    #134001

    Kurt Kramer

    subscriber

    Is there a way to add Fiverr? Is it a possibility with the Pro version?

    #135026

    Towfiq I.

    administrator

    whats your site address Kurt?

    #135102

    Kurt Kramer

    subscriber

    I’m currently hosting it locally, so I do not have it live at the moment. It’s only set up with the basics so far, so if there is code to add or adjust, I can do that.

    #135107

    Towfiq I.

    administrator

    ok. just let me know which header type you are using and where is your social icons displayed?

    #135127

    Kurt Kramer

    subscriber

    Header Type 4 and they default to showing in the footer – I’ve copied that code to show in the header as well.

    <!–SOCIAL ICONS START–>
    <div class=”head_soc”>
    <?php if(!empty($asteria[‘facebook_field_id’])){ ?>“><i class=”fa-facebook”></i><?php } ?>
    <?php if(!empty($asteria[‘twitter_field_id’])){ ?>“><i class=”fa-twitter”></i><?php } ?>
    <?php if(!empty($asteria[‘gplus_field_id’])){ ?>“><i class=”fa-google-plus”></i> <?php } ?>
    <?php if(!empty($asteria[‘youtube_field_id’])){ ?>“><i class=”fa-youtube-play”></i><?php } ?>
    <?php if(!empty($asteria[‘flickr_field_id’])){ ?>“><i class=”fa-flickr”></i><?php } ?>
    <?php if(!empty($asteria[‘linkedin_field_id’])){ ?>“><i class=”fa-linkedin”></i><?php } ?>
    <?php if(!empty($asteria[‘pinterest_field_id’])){ ?>“><i class=”fa-pinterest”></i><?php } ?>
    <?php if(!empty($asteria[‘tumblr_field_id’])){ ?>“><i class=”fa-tumblr”></i><?php } ?>
    <?php if(!empty($asteria[‘instagram_field_id’])){ ?>“><i class=”fa-instagram”></i><?php } ?>
    <?php if(!empty($asteria[‘rss_field_id’])){ ?>“><i class=”fa-rss”></i><?php } ?>
    </div>
    <!–SOCIAL ICONS END–>

    #136215

    Towfiq I.

    administrator

    add this:

    <a target="_blank" class="ast_fvr" href="your fiverr url here"><img src="http://i.imgur.com/cYUWsIC.png" /></a>

    after this:

            <?php if(!empty($asteria['rss_field_id'])){ ?><a target="_blank" class="ast_rss" href="<?php echo $asteria['rss_field_id']; ?>"><i class="fa-rss"></i></a><?php } ?>   
    
    #136537

    matt

    TowfiqI you are the man!!!! Do you know that?

    #136542

    Kurt Kramer

    subscriber

    Thanks Towfiq, this works for placement, but do you have any special way you format the icons so they have a similar look/design?

    #136781

    Towfiq I.

    administrator

    @kkrame201 whats your site address?

Reply To: Social Sharing Icons