Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1173846

    Hi dear people at Kriesi.at

    I’ve had the pleasurable experience of using Enfold for several websites, but never experienced this issue before:

    The social media share buttons have gone missing.

    How can I get them back?

    And how can I turn them off entirely (i.e. no “Share this entry” text + clickable icons)?

    See this link: http://aarhus-syd-taekwondo.dk/nyheder/moga-yoga-for-maend/

    Regards

    Metin

    #1173938

    Hey metin_aydin,
    I see that you are using Enfold v4.6.3.1, this was due to a change in the latest WordPress update, please update Enfold to v4.7.1

    Best regards,
    Mike

    #1174022

    Hi Mike,

    Great! I’ll do that!

    Is there a way to turn them off all together?

    Regards,

    Metin

    #1174023

    Hi Metin :)

    You can disable them in Enfold theme options > Blog Layout under “Share links at the bottom of your blog post” section :)

    Best regards,
    Yigit

    #1181856

    I’m running 4.7.2 and icons are still missing.
    Any solutions yet?

    #1181860

    Hi,


    @enzowillemstad
    please update WordPress to the latest version as well and go to Enfold theme options > Performance and disable CSS and JS file merging, save, flush cache, enable and save once again.
    If that does not help, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it.

    Best regards,
    Yigit

    #1181865

    I tried adding the following code

    /* enfold social media icons fix */
    .social_bookmarks_twitter a::before, .av-social-link-twitter a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_reddit a::before, .av-social-link-reddit a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_vk a::before, .av-social-link-vk a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_mail a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_dribble a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_youtube a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_instagram a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_vimeo a::before {
        font-family: 'entypo-fontello';
        content: '';
    }

    and is works but What’s app is not included and when I simply add:

    .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
        font-family: 'entypo-fontello';
        content: '';
    }

    The vimeo logo appears.

    What code should I add to show the proper whatsapp icon?

    thanks in advance!

    #1181993

    Hi,
    I tested your css above and it produced the G+ icon for me. I copied the correct whatsapp icon to this css:

    .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
        font-family: 'entypo-fontello';
        content: '';
    }

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.