• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. 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

    essistant
    1 year ago
  2. 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;
     }
    

    then add this code in featured.php file (library\tfuse_mods\thememodules)
    <li><a class="vimeo_header" href="VIMEO LINK HERE"></a></li>
    

    code need o be added after this one:
    <?php if ( get_option(PREFIX.'_twitter')!='' ) { ?><li><a class="twitter_header" href="<?php echo get_option(PREFIX.'_twitter'); ?>"></a></li><?php } ?>
    

    Cheers,
    Max.

    Max
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.