My client purchased your Enfold theme a while back….. How can I change the social icons at the top right? The Enfold social tools do not allow. Also I he can’t find the purchase code
Here’s the website
Thanks
Hey Evan LoBalbo,
Here’s how: http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
Mike
So in ” functions.php” do I just paste in that code?
I’m not clear with what the instructions are saying…
????
1) Is this below what I’m looking for?
2) What do I replace “Kriesi” with
Using images or non-Fontello icons:
// We’ll use the Kriesi.at glyph for this example
function avia_add_custom_social_icon($icons) {
$icons[‘Kriesi’] = ‘kriesi’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
Hey!
You can go to – https://kriesi.at/support/register/ and click “Where can I find my item purchase code?” to see how to find your purchase code.
After registering to our support forum and logging in, please post temporary admin logins so we can upload the icons for you.
Which icons would you like to add to social icons?
Best regards,
Yigit