Theme Support Forum

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

Viewing 10 posts - 1 through 10 (of 10 total)

Adding New Social Link Buttons to Left Side of Site

Home Forums Free Theme Support Zenon Lite Adding New Social Link Buttons to Left Side of Site

  • #77578

    Angela Palladino

    Hi there,

    I currently have the blocks Twitter, G+, YouTube, LinkedIn, and RSS set up. I would to add block links here for Vimeo and IMDb if possible. Is there a way I can do this?

    Thanks!

    #77579

    Angela Palladino
    #77585

    Towfiq I.

    administrator

    For Vimeo

    open up header.php and add this line:

    <li class="soc_vim"><a title="Vimeo" target="_blank" href="your vimeo link here">Vimeo</a></li>

    after this line:

    <li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>

    Then add this to the very bottom of your stylesheet:

    .social ul .soc_vim a{ background:url(“http://i.imgur.com/aw3oN.png”) no-repeat!important;}

    .social ul .soc_vim a:hover{ background:url(“http://i.imgur.com/nP3JX.png”) no-repeat!important;}

    for IMDB

    IMDB ICON:

    First open up header.php and add this line:

    <li class="soc_imdb"><a title="IMDB" target="_blank" href="put your imdb url here...">IMDB</a></li>

    after this line:

    <li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>

    then add this to your stylesheet:

    .social ul .soc_imdb a{ background:url("http://i.imgur.com/FQOEC.png") no-repeat!important;}

    #80765

    Angela Palladino

    This only half worked. The IMDB link worked, but the Vimeo button is not showing up. The link is there but the button appears to be invisible.

    See what I mean here:
    http://www.ampalladino.com

    #80893

    Towfiq I.

    administrator

    sorry. for vimeo try this:

    First open up header.php and add this line:

    <li class="soc_vim"><a title="Vimeo" target="_blank" href="put your vimeo url here...">Vimeo</a></li>

    after this line:

    <li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>

    then add this to your stylesheet:

    .social ul .soc_vim a{ background:url(“http://i.imgur.com/AF7O2.png&#8221;) no-repeat!important;}

    #88574

    Angela

    Hi,

    This still did not work. The link is there but the button is invisible. Can you please take a look again? Thank you!

    http://www.ampalladino.com

    Angela

    #88653

    Towfiq I.

    administrator

    from your stylesheet, replace this line:

    .social ul .soc_vim a{ background:url(“http://i.imgur.com/AF7O2.png”) no-repeat!important;}

    with this:

    .social ul .soc_vim a{ background:url("http://i.imgur.com/AF7O2.png") no-repeat!important;}

    #88945

    Angela

    This worked!!! Thank you!

    -Angela

    #450437

    Halliwell

    How to add social network LittleMonsters.com to the left side?

    #451082

    Towfiq I.

    administrator

    Do you have an icon of LittleMonsters.com? can you share the icon/image?

You must be logged in to reply to this topic.