Forum Replies Created
-
AuthorPosts
-
ok~Thank u very much!
hi
Have you seen my backend?Best reagrds
OK
Please have a look the Private Contenthi~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?hi
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.
Hope to hearing from you soon.Thanks
-
AuthorPosts