Since I have updated the Enfold theme to the latest version, the Tripadvisor social icon is missing. How can I get this to display again? I have downloaded the fontello icon but it just won’t appear.
I found the cause and (temporary) solution to this problem.
See this thread: https://kriesi.at/support/topic/social-buttons-broken-with-wp-5-3-1-update/
Hi crg1,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
I have since used the temporary fix using css however; the TripAdvisor icon still doesn’t show even though it has been installed from Fontello, for some reason it is showing the Vimeo icon instead.
Hey,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
Yigit
Hi,
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling
.social_bookmarks_trip_advisor a::before, .av-social-link-trip_advisor a::before {
font-family: 'tripadvisoricon';
content: '\f262';
}
Please review your website :)
Best regards,
Yigit
Fabulous, all working fine now thanks.