Hello!
How do I remove the default Social Share icons that appear in every post under “Share this Entry”.
I want to replace them with fancy icons from a plugin I want to install.
Thank you.
Hi kaunda7!
Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
Yigit
I am using a child theme.
I pasted this code in functions.php of child theme as advised:
————————————————————————————
add_filter(‘avf_default_icons’,’avia_replace_standard_icon’, 10, 1);
function avia_replace_standard_icon($icons)
{
$icons[‘standard’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’);
return $icons;
}
————————————————————————————-
I then installed, activated and set the plugin I wanted but new social icons appear with the old social icons remaining where they were.
Link: http://realkenya.co.ke/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
How Do I (i) Remove the old social Icons and leave only the new social icons?
(ii) Push the new social icons to be UNDER the title “Share this Entry”
(iii) Use image in place of “Share this entry”?
Is there anything I am doing wrong?
Hi,
Sorry for the late reply, however it seems like you figured it out? I can only plugins social share icons on your page
Best regards,
Yigit
Thanks for your response.
For those who will need help on this, this is how i worked round it:
>>Searched plugin that meets my requirements and installed it,
>>Uploaded image for background and set top margin using CSS,
>>Disabled “Share Share this Item” in WP Dashboard > Enfold Child settings.