Hi, I would appreciate it if you can help to advise how to remove the version attached to the fontello files? Like the ?v=3 attached at the end of the first line, thanks in advance!
src: url(‘http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3’);
src: url(‘http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix’) format(’embedded-opentype’),
url(‘http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3’) format(‘woff’),
url(‘http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3’) format(‘truetype’),
url(‘http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello’) format(‘svg’);
} #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont=’entypo-fontello’]:before{ font-family: ‘entypo-fontello’
Hey hsie!
Please go to Enfold/config-templatebuilder/avia-template-builder/php folder and open font-manager.class.php and find
$append = empty($font_list['append']) ? "" : $font_list['append'];
$qmark = empty($append) ? "?" : $append;
and comment it out as following
//$append = empty($font_list['append']) ? "" : $font_list['append'];
//$qmark = empty($append) ? "?" : $append;
Cheers!
Yigit