-
AuthorPosts
-
January 22, 2020 at 10:04 pm #1177334
I have inserted footer icons into my Widgets. They stopped displaying. I have the latest theme in place.
January 23, 2020 at 7:41 pm #1177823Hey Beth,
Well, the code does not have the closing tags for the li and the ul element, html breaks and the browser does not render the rest. Please use the correct code.
Best regards,
VictoriaJanuary 23, 2020 at 8:33 pm #1177846Hi Victoria, I will add the full code. I just added the snippet and figured you would log into the site since I provided credentials. You can see that this same code is working with an older theme install at the staging site included in private content below.
- This reply was modified 4 years, 11 months ago by cinchmedia.
January 23, 2020 at 8:40 pm #1177850Victoria, although I’m copy and pasting the full code in the private content box below, when I preview it I see it is not showing the full code. Can you login with the credentials I provided and look at this? It is working in the staging environment from an old theme install.
January 23, 2020 at 8:59 pm #1177864I dropped the following into the Custom CSS, and it worked. But, that shouldn’t be necessary with the newest install, correct?
/* 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: ‘’;
}January 23, 2020 at 10:10 pm #1177912Hi cinchmedia,
Yes, you’re right, the code is there and it should work without the css.
Did you update via FTP or the WordPress Dashboard?
Best regards,
VictoriaJanuary 23, 2020 at 10:19 pm #1177918I updated via the dashboard
January 26, 2020 at 10:24 pm #1178533Hi,
it can be a cache issue, but as it works right now leave it and you can come back to this on a new update ;)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.