Hi,
Loving the Angular theme but having a problem with the social media icons, I wanted to replace the dribbble icon with vimeo so I followed your page - http://www.kriesi.at/support/topic/add-youtube-social-icon - it seems to be trying to open an image rather than the link, but if you right-click and open in new tab it works fine! It's here if you want a look - http://www.ventcreative.co.uk/wp
The code in custom.css;
.social_bookmarks .dribbble{background: transparent url(../images/layout/icon-vimeo.png) 0 center no-repeat;}
.social_bookmarks .dribbble:hover{background-position: -42px center; background-color:#0DADD6;}
The code in header.php;
if($dribbble = avia_get_option('dribbble')) { $social ++; echo "<li class='dribbble'><a target='_blank' href='http://vimeo.com/".$dribbble."'>".__('Follow us on Vimeo', 'avia_framework')."</a></li>"; }
Pretty sure i followed it right, it does the same when I try it for youtube as well, any suggestions?














