• Resolved Peter Smits

    (@psmits1567)


    Hi

    I am using post grid, but see errors in my log
    The website reports 404 errors on the fa-light-300 webfont
    Where can I get those files ?
    Should they be included in de package?
    Thanks for your help
    Peter

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for the report the issue.

    I guess it font awesome issue, i will try to fix and update the plugin.
    Regards

    Thread Starter Peter Smits

    (@psmits1567)

    Hi,

    Thanks I will see the update coming
    Peter

    Thread Starter Peter Smits

    (@psmits1567)

    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

    Plugin Author PickPlugins

    (@pickplugins)

    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

    Thread Starter Peter Smits

    (@psmits1567)

    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

    Plugin Author PickPlugins

    (@pickplugins)

    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

    Thread Starter Peter Smits

    (@psmits1567)

    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

    Plugin Author PickPlugins

    (@pickplugins)

    Thanks for the update.

    Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘font files missing fa-light-300’ is closed to new replies.