This topic has 6 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler
in walkers.php file there is an append to default css classes
default:
$icon = '<i class="fa fa-' . $icon . '"></i>';
break;
If we append “fa fa-” with font awsome version >5 IT won’t do the job but it works with version 4.7
Hello,
Theme Options > Speed optimization > FontAwesome Support
Regards
Please read carefully before respond
when you activate font awsome via
Theme Options > Speed optimization > FontAwesome Support
only the version 4..7 will work because of the code added in walkers.php file
default:
$icon = '<i class="fa fa-' . $icon . '"></i>';
break;
please romove it so the other 5.x version of font will work
Hello,
Thanks for the reply.
Please provide URL of your site, temporary wp-admin and FTP access, or wait for the next theme update.
Regards
will wait for the next theme update
Thanks for understanding.
Regards
Tagged: font awesome, icons, problem, themes, version, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up