-
AuthorPosts
-
March 5, 2017 at 6:49 pm #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 dohttps://www.palazzozuppellohotel.com/sample-top-footer.jpg
https://www.palazzozuppellohotel.com/sample-footer.jpg
thank you
March 5, 2017 at 7:19 pm #755997Hey 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,
MikeMarch 6, 2017 at 12:35 pm #756333Thank you!
March 6, 2017 at 1:01 pm #756344i would you like replace also flickr icon
but now my web site not worksadd_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;
}March 9, 2017 at 2:18 pm #758359Hi,
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 youBest regards,
YigitMarch 9, 2017 at 2:39 pm #758370WP admin login
March 9, 2017 at 2:56 pm #758377March 9, 2017 at 3:30 pm #758398Hi,
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,
YigitMarch 9, 2017 at 3:50 pm #758410i’m sorry
now this is correctMarch 9, 2017 at 4:29 pm #758425Hi!
I updated the code in Functions.php file. Please review your website now
Cheers!
YigitMarch 9, 2017 at 4:33 pm #758430I want these icons: EMAIL, PHONE AND PIN LOCATION
March 9, 2017 at 4:40 pm #758433March 9, 2017 at 5:02 pm #758451Thank yo Igit !!!! SUPER !!!
March 9, 2017 at 5:03 pm #758453Hey!
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 -
AuthorPosts
- The topic ‘change (or add) one of the social icons at the top and footer’ is closed to new replies.