-
AuthorPosts
-
January 15, 2020 at 9:23 am #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
January 15, 2020 at 12:43 pm #1173938Hey 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.1Best regards,
MikeJanuary 15, 2020 at 2:59 pm #1174022Hi Mike,
Great! I’ll do that!
Is there a way to turn them off all together?
Regards,
Metin
January 15, 2020 at 3:03 pm #1174023Hi Metin :)
You can disable them in Enfold theme options > Blog Layout under “Share links at the bottom of your blog post” section :)
Best regards,
YigitFebruary 5, 2020 at 5:44 pm #1181856I’m running 4.7.2 and icons are still missing.
Any solutions yet?February 5, 2020 at 5:51 pm #1181860Hi,
@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,
YigitFebruary 5, 2020 at 5:57 pm #1181865I 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!
February 6, 2020 at 11:20 am #1181993 -
AuthorPosts
- You must be logged in to reply to this topic.