Hi Max -
How can I add Vimeo - it could even replace Behance in terms of how it's "built in" to the theme?
Thanks
of
Hi Max -
How can I add Vimeo - it could even replace Behance in terms of how it's "built in" to the theme?
Thanks
of
Hi,
first of all you need to create a two levels image as the one I attached. Image height need to be 58px (29px for first level and 29 for second). Then you need to add a class in css. Need to be something like this:
.vimeo_header{
display: block;
width: 41px;
height: 29px;
background: url(IMAGE LINK HERE) top no-repeat;
}
.vimeo_header:hover{
background: url(IMAGE LINK HERE) bottom no-repeat;
}
<li><a class="vimeo_header" href="VIMEO LINK HERE"></a></li>
<?php if ( get_option(PREFIX.'_twitter')!='' ) { ?><li><a class="twitter_header" href="<?php echo get_option(PREFIX.'_twitter'); ?>"></a></li><?php } ?>
Cheers,
Max.
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.