-
AuthorPosts
-
May 29, 2020 at 4:32 am #1217566
I have the social media icons in the header and footer, if I move the mouse I can only see the colors of the icons but the icons are hidden the same thing happens to share a blog post.
Please help me with that.
May 29, 2020 at 1:17 pm #1217688I have the same problem with latest Enfold update. All my social icons disappears… How to fix this problem???
May 29, 2020 at 4:50 pm #1217794Hi honkatech,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
/* 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: ''; } .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before { font-family: 'entypo-fontello'; content: ''; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 29, 2020 at 4:51 pm #1217795Hi evilmc,
There are different reasons for this issue.
Please start a separate thread, describe your issue there and give us a link to your website.
Best regards,
VictoriaMay 29, 2020 at 5:19 pm #1217814No, i have the same problem like @honkatech
Now everything work with this extra CSS.
May 30, 2020 at 4:05 am #1217902Thank you so much Victoria, no everything is ok.
Thank you
May 30, 2020 at 12:44 pm #1217970Hi honkatech,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.