Miguel Euklides
asked 3 years ago

Hi,
The plugin is loading an old version of the FontAwesome icon library, v4.7.0, through the following HTML causing a conflict with the latest version loaded by other plugins:
<link rel=’stylesheet’ id=’dwqa-font-awesome-css’ href=’//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=5.5.3‘ media=’all’ />
You can see the problem on the right sidebar of the page: https://poolcenter.es/profesional/waterdrop/ where the youtube icon doesn’t show amongst the other social media icons
Please, can you update it to the latest version?

2 Answers
DominicStaff
answered 3 years ago

Yes, I sent and notified to our technical team. We will check and discuss about this issue.

Miguel Euklides
answered 3 years ago

Do we have any news?. Still no solution?

Dominic Staff
replied 3 years ago

You can use the following code to show the youtube icon:
.drts-social-media-account .fa-youtube-square {
font-family: FontAwesome !important;
}

Miguel Euklides
replied 3 years ago

Thanks, it works like a charm

Powered by DW Question & Answer Pro