New Landing How can we help? Themeforest Theme Support Supreme Supreme support for Vine?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Supreme
  • #140728
    JKRF
    Member
    Post count: 8

    Hi!

    First off, we love Supreme and our website has looked professional and solid for some time. However, we’d love to add a new social profile for Vine as we have created lots of videos that are relevant to our business.

    Will Supreme support Vine in a future update?

    Thank you!
    John

    #140786
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You mean add vine to the social options?

    – Kyle

    #140790
    JKRF
    Member
    Post count: 8

    Hi,

    Yep, add it to social options! In the top right of our website we have icons/links for Twitter, Facebook, Linkedin etc, but there’s currently no option to include Vine.

    Cheers!
    John

    #140791
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I will add it to the feature request list, thanks

    – Kyle

    #140796
    JKRF
    Member
    Post count: 8

    Cheers! 🙂

    #140797
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #140816
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert his code at functions.php of theme.

    Find this code:-
    wp_register_style('fontawesome-css', SF_LOCAL_PATH . '/css/font-awesome.min.css', array(), '3.0', 'screen');  
    
    Change to :-
    wp_register_style('fontawesome-css','//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', array(), '3.0', 'screen');  
    
    2- Find this code at shortcodes.php at /supreme/includes/
    if ($yelp) {
    $social_icons .= '<li class="yelp"><a href="'.$yelp.'/" target="_blank">Yelp</a></li>';
    }
    
    Change to:-
    if ($yelp) {
    $social_icons .= '<li class="yelp"><a href="'.$yelp.'/" target="_blank">Yelp</a></li>';
    }
    
    //please change the href link here
    $social_icons .= '<li style="background:none !important" ><a href="YOUR_LINK_TO_VINE" target="_blank"><i class="fa-vine" ></i></a></li>';

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register