Hi there
I’m sorry, but this is a theme customization, so you should ask thier support team to check this issue for you
Hello,
It’s not a theme fault (i think).
I’ve detect a heart display problem yesterday on an other theme.
You are using <i class=”yith-wcwl-icon fa fa-heart-o”></i> to display the heart. This usage of fontawesome 4 needs that you plugin add this compatibility.
Switch to version 5 of fontawesome and add the FA library to your plugin please 😉
<i class=”fas fa-heart”></i> and <i class=”far fa-heart”></i>
Regards
-
This reply was modified 4 years, 7 months ago by
novagaia.
Hi there
@novagaia Thank you for your report; we’re looking forward to add support for FontAwesome 5, but because of the major changes that occurred from version 4 to version 5 it is very hard for us to upgrade to latest version, wituhout at the same time breaking old confgiuration
For this reason we’re still bundling old version
Regarding your problem guys, if this is just a matter of FontAwesome version, I think it could be easly solved for the moment with some Custom CSS rules
If you still need help with that, share url to your site and I’ll be glad to check and let you know 😉
Bonjour,
If you rely on a library to make your product work, you must include it in your code (or make it independent by including in your plugin the few icons used!).
You can’t ask your users to do it for you or expect the theme or another plugin to do it for you!
Otherwise, it’s a great product, good job 😉
@novagaia Just to clarify: FontAwesome 4 is included within the plugin, and enqueued among WP scripts whenever needed
The problem raises when there is a theme or a plugin inlcuding FontAwesome 5
Unfortunately the two don’t play nicely togheter, as it seems, and cause these problems with the icons
Anyway, thank you for the report and for your kind words; our goal is to improve our plugin the best that we can, and we surely feel like it’s time to move to a new version of FA 😉
Hope to offer you an even better solution soon enough 🙂