Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #668572

    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.

    #668578

    Hi kaunda7!

    Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Best regards,
    Yigit

    #668755

    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?

    #670268

    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

    #670314

    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.

    #670323

    Hey!

    Glad you figured it out and thank you for sharing your solution.
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Share This Entry Icons’ is closed to new replies.