Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2283938
Font Awesome not loading
Closed

Comments

  • Logan started the conversation

    Greetings - I've noticed my "product" module is not displaying the font-awesome icons i've selected. 

    i've disabled my cache plugins and refreshed the page, to no avail. please advise. 

  •  228
    Milingona replied

    Hi Logan,

    The respective CSS classes are not being added at all eg. <i class=""></i>. Please provide us your WP login details (make sure to reply privately) so we can take a closer look at the issue.

    Thanks,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • Logan replied

    Thanks for the great support: 

    admin

  •   Logan replied privately
  •  228
    Milingona replied

    Hi Logan,

    Glad to inform that we have fixed the issue for you by adding the following code at:

    Bakery > Custom Code > Custom JS:

    (function ($) {
        $('.vu_product i.fas').each(function(){
            $(this).removeClass('fas').addClass('fa');  
        });
    })(jQuery);

    Bakery > Custom Code > Custom CSS:

    .vu_product .vu_p-icon {
        line-height: 56px !important;
    }

    Warm regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • Logan replied

    Thanks so much gang - was there a plugin conflict or something? 

  •  228
    Milingona replied

    Yes, most probably from an extension or plugin related to WPBakery Page Builder.

    Best regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter