Hello there,
hope you are doing well! 🙂
Please, add this custom code in the functions.php of your active theme:
if (!function_exists('yith_wcwl_add_custom_fontawesome')){
function yith_wcwl_add_custom_fontawesome(){
wp_enqueue_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.min.css', array(), '4.7.0' );
}
add_action( 'wp_enqueue_scripts', 'yith_wcwl_add_custom_fontawesome', 9999 );
}
Flatsome theme doesn’t include the Font Awesome icons. With this code, now it should appear a trash icon to delete the item.
Let us know.
Have a great day!
Thank you for your support.
Unfortunately it doesnt work. Everything is the same. Cleared cache and its the same.
Regards,
LP
Hello again,
This the message from Flatsome support team. Please help me out with this issue.
Michael replied
Dec 30, 1:11pm
Hi there.
Thanks for writing in again.
I have logged in and investigated the issue. It seems that the problem is occurring in the latest version of YITH woocommerce wishlist v3.0.5. I have tested in the previous version, YITH woocommerce wishlist v2.2.12, the remove button works okay and is visible on mobile as shown in the screenshot I sent you earlier.
You might need to contact the author of the plugin to assist you, since they are the creators of the plugin, have access to its code and know how best it works and ask them to check their CSS code that is used to display wishlist remove button and ensure it is enabled for mobile:
a.remove_from_wishlist{
display:block !important;
}
I hope this helps.
Best regards.
Hello,
Could you please let me know how to proceed.
Regards,
LP
Hi again
Regarding Flatsome support team answer, it is very strange that they suggest the problem could be related to CSS of the plugin, since they completely dequeue any style from our plugin in the theme:
function flatsome_wishlist_integrations_scripts() {
global $integrations_uri;
wp_dequeue_style( 'yith-wcwl-main' );
wp_deregister_style( 'yith-wcwl-main' );
wp_dequeue_style( 'yith-wcwl-font-awesome' );
wp_deregister_style( 'yith-wcwl-font-awesome' );
[...]
Unfortunatley it is very difficult for me to help without acutally checking your site
Do you think you could set up a temporary public online demo, where I can check the problem? This would be of great help understanding the issue, and providing a solution
Hello again,
IT turns out the Flatsome team gave me a temporary solution regarding a Fonts that are missing and some custome CSS.
I will try them and see what happens.
For now I am using the previous ver of your plug in and everything is working ok.
If the problem presists I will let you know.
Thank you very much for your support and have a greay day 😉
Regards,
LP
hello, i am using oceanwp theme and have the same issue can any one help me here.
i can’t even reach that there is a remove button that is invisible or a font that doesn’t work. like it is not in the files for the mobile table at all