Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #755982

    I’d like to change (or add) one of the social icons at the top and footer
    I want to add a location-pin icon
    I send these two links to let you know what I would do

    https://www.palazzozuppellohotel.com/sample-top-footer.jpg

    https://www.palazzozuppellohotel.com/sample-footer.jpg

    thank you

    #755997

    Hey margiela,
    Follow the steps to add different social icons here: https://kriesi.at/support/topic/use-different-social-icons/#post-251970
    I found the icon you want is “ue800” which happens to be the yelp icon and is in the code provided.

    Best regards,
    Mike

    #756333

    Thank you!

    #756344

    i would you like replace also flickr icon
    but now my web site not works

    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons[‘skype’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    $icons[‘location’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf339’);
    $icons[‘flickr’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue801’);
    $icons[‘phone’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf303′);
    return $icons;
    }

    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons[‘Skype’] = ‘skype’;
    $icons[‘Location’] = ‘location’;
    $icons[‘Flickr’] = ‘flickr’;
    $icons[‘Phone’] = ‘phone’;
    return $icons;
    }

    #758359

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
    If that too does not help, please post FTP and WP admin logins here privately so we can apply the changes for you

    Best regards,
    Yigit

    #758370

    WP admin login

    #758377

    ftp

    #758398

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Yigit

    #758410

    i’m sorry
    now this is correct

    #758425

    Hi!

    I updated the code in Functions.php file. Please review your website now

    Cheers!
    Yigit

    #758430

    I want these icons: EMAIL, PHONE AND PIN LOCATION

    #758433

    Hi!

    Please review your website now

    Regards,
    Yigit

    #758451

    Thank yo Igit !!!! SUPER !!!

    #758453

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘change (or add) one of the social icons at the top and footer’ is closed to new replies.