Tagged: social share buttons
-
AuthorPosts
-
January 4, 2020 at 3:50 am #1170169
Hello,
I am launching this site on Monday morning. I have been planning this for months and now since I performed an update and removed the site from maintenance mode, I’m now I’m having these issues with the missing social shares and icons. It’s just troubling that these small things are a big issue at this point. I don’t have much tech experience, so I will need to provide my login credentials for you to log in. I don’t want to mess up anything by performing something like this with adding files into the site.
Thank you very much.
January 4, 2020 at 7:45 am #1170201Hey latanyarenee,
Sorry for the problem, please refer to this: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/. We’ll hopefully be releasing a new version including this fix at the beginning of next week.
Best regards,
RikardJanuary 4, 2020 at 6:31 pm #1170306Thank you this worked
January 4, 2020 at 8:13 pm #1170337Hi latanyarenee,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 7, 2020 at 10:48 am #1170987Hello Rikard,
I had the problem with the social icons and hev it fixed with another advice I read from you.
Only the whats app button does not work yet.
I used this CSS script in the quick fix/* 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: ‘’;
}Thank you instead,
Lianne
January 7, 2020 at 7:26 pm #1171152Hi Lianne33,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.