Hi Tobias,
Thanks for reaching out to us. Yes, we are using “dashicons” to display arrow icons on the product page image gallery.
Dashicons are inside the WP core. So, we don’t use any additional font library to display arrows and magnify icons for our plugin.
I hope it will clear up your confusion.
Thank You
When i disable dashicon, plugin not working anymore
Tobias Purro
Hi,
When i add this to my functions.php :
add_action(‘wp_print_styles’, ‘jltwp_adminify_remove_dashicons’, 100);
/** Remove Dashicons from Admin Bar for non logged in users **/
function jltwp_adminify_remove_dashicons()
{
if (!is_admin_bar_showing() && !is_customize_preview()) {
wp_dequeue_style(‘dashicons’);
wp_deregister_style(‘dashicons’);
}
}
All my website is working well, except your plugin which not work anymore, do you know why ? I don’t want dashicon on the front because it’s huge css file that decrease our google page speed note
Thanks for your feedback !
I have the premium plugin