-
AuthorPosts
-
January 13, 2020 at 8:52 pm #1172940
Hello to support,
social icons are still missing. I have latest Enfold now, latest WP, PHP 7.4, disabled CDN and cache.
I thought it will be fixed in today’s update…Best wishes,
Milan
January 13, 2020 at 11:11 pm #1172986Hey Milan,
Have you cleared cache before disabling it? I believe it might be cache. If that does not help, please post WP admin logins here privately so we can look into it.
Regards,
YigitJanuary 13, 2020 at 11:45 pm #1172994Hi,
Same with me. Version 4.7 does not sovle the lost icons issue.
Clear cash does not help.
Only CSS hotfix helps for all icons except whatsapp, it does not work with a similar fix as published that I tried.
br
WolfgangPS:
/* 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: ‘’;
}
/* THIS DOES NOT WORK: */
.social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.fc-basic-view .fc-body .fc-row {
min-height: 6em;
}January 14, 2020 at 1:52 am #1173015January 14, 2020 at 11:57 am #1173239@sthubertus Thank you for the CSS, it’s very kind of you
@Yigit I am always aware of any cache anywhere (CDN, cache plugin, browser plugin). I will try 4.7.1 and I will let you know afternoon ;)January 14, 2020 at 4:47 pm #1173436So the icons appeared :)
January 14, 2020 at 4:47 pm #1173438 -
AuthorPosts
- The topic ‘Social icons still missing’ is closed to new replies.