Thanks for the report the issue.
I guess it font awesome issue, i will try to fix and update the plugin.
Regards
Hi,
Thanks I will see the update coming
Peter
Hi
After the latest update, I lost my webfont fa-light-300 again
So obviously it was not included in the update package
It would be great if it is included within the next update
Regards,
Pete
In-case you don’t need to load font-awesome-4 you can remove if by adding following code to your theme functions.php file
function wp_67472455() {
wp_dequeue_style( 'font-awesome' );
}
add_action( 'wp_print_styles', 'wp_67472455', 100 );
Regards
Hi
Thanks for your solution, but I would rather like to know why post grid is reporting the error. E.g. which setting can be changed to avoid this issue.
I do not like to alter the theme, because it is updated regularly.
In case of an update from Post Grid, it is better for me to copy the files over again.
Regards,
Peter
HI, @psmits1567 sorry for late reply.
i just update plugin and removed font-awesome file from front-end since plugin itself not using font-awesome icons on front-end.
Regards
Hi,
Thanks for the information, the new version is installed.
I do not see any errors regarding the missing font
So this issue can be closed
Regards,
Peter