Hi Victoria,
I don’t find an option to delete the font-awesome icons where you mention. Please, could you explain me more?
I tried applying this code in functions:
add_filter(‘avf_merge_assets’, function() {
return ‘none’;
});
But I get the folowing error:
Warning: Illegal string offset ‘css’ in C:\xampp\htdocs\idmarketing.com.ar\wp-content\themes\enfold\includes\helper-assets.php on line 51
Warning: Illegal string offset ‘js’ in C:\xampp\htdocs\idmarketing.com.ar\wp-content\themes\enfold\includes\helper-assets.php on line 52
If I disable merging with this code in functions:
add_filter(‘avf_merge_assets’, function() {
return ‘none’;
});
I get the following error message:
Warning: Illegal string offset ‘css’ in C:\xampp\htdocs\idmarketing.com.ar\wp-content\themes\enfold\includes\helper-assets.php on line 51
Warning: Illegal string offset ‘js’ in C:\xampp\htdocs\idmarketing.com.ar\wp-content\themes\enfold\includes\helper-assets.php on line 52
So, what is causing the problem?
Please I need a solution ASAP.
Thanks