Tagged: social icon
-
AuthorPosts
-
August 6, 2016 at 2:56 am #669193
Hi, I would like to add another social app icon button and link,the app like Weibo ,Wechat and so on(China social app).Any way to do this? Thanks
August 9, 2016 at 4:25 pm #670385Hope to hearing from you soon.Thanks
August 9, 2016 at 4:29 pm #670387Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
YigitAugust 16, 2016 at 10:02 am #673093hi
Thanks for your reply.
I found the icon fonts and import done.
But which PHP file should I change and where should I input this code?
”
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Icon Label’] = ‘icon_name’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
”
Hope to hearing from you soonBest Regards
- This reply was modified 8 years, 3 months ago by keulen.
August 16, 2016 at 10:40 am #673107Hi!
Please go to Appearance > Editor and add the code to functions.php file. If you are not using a child theme, please find following line near top in functions.php file
if(isset($avia_config['use_child_theme_functions_only'])) return;
and add your code right below it
Regards,
YigitAugust 16, 2016 at 11:16 am #673135i need a help
i’m korean… i can speak english a little
my page …. http://www.barbers.kr
why main page’s ICON BROKEN ????
plz give me mail (Email address hidden if logged out)
August 16, 2016 at 12:34 pm #673158Hi @yunseoke
Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
YigitAugust 17, 2016 at 5:02 pm #673801hi~Thanks for your reply
I add these code in the functions file of the child theme,but it doesn’t work.
Please have a look:<?php
/*
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_wechat’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uF1D7’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Icon Label’] = ‘icon_wechat’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
*/And I would like I can choose this social share app in the blog layout->”Share links at the bottom of your blog post ”
How can I make it?August 18, 2016 at 12:21 am #673898Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitAugust 18, 2016 at 3:52 am #673977OK
Please have a look the Private ContentAugust 19, 2016 at 4:33 am #674455hi
Have you seen my backend?Best reagrds
August 21, 2016 at 7:33 am #675240Hi,
We exported the icons and then modified the code in the functions.php file. Add the new social icons in the Enfold > Social Profiles panel.
Best regards,
IsmaelAugust 22, 2016 at 9:32 am #675582ok~Thank u very much!
August 22, 2016 at 9:58 am #675591Hi!
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 ‘Add another social icon and link’ is closed to new replies.