• I am using your plugin on a devlopement site and the other Font Awesome icons are showing but not the fa-cutlery. In it’s place is a rectangle with dots inside.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Kindly share Your URL and Screenshot

    Thread Starter trishahdee

    (@trishahdee)

    I can not show you the URL as I’m under a confidentiality agreement until the site is launched.

    Image of error: https://trishah.com/graphics/ss/fa-cutlery.png

    I think the problem is the css code is wrong. Your style sheet has:

    .fa-cutlery::before {
    content: “\f0f5”;
    }

    Font Awesome lists “f2e7”:
    https://fontawesome.com/icons/utensils?style=solid&from=io

    I would like to suggest you, deactivate all plugins one be one and check it. It may be Possible to conflict our css or js with other plugin css or js.
    After it you face any problem, Let me know.

    Thread Starter trishahdee

    (@trishahdee)

    I am using the most recent version of Font Awesome Pro which I have downloaded and added to the site with the enqueue style method.

    wp_enqueue_style('fontawesome', get_stylesheet_directory_uri() .'/assets/css/fontawesome-all.css');

    When I comment out the above line from functions.php then your icon works. When I turn it back on, the icon fails again.

    I think the answer is to make sure your plugin doesn’t conflict with FA Pro. Your thoughts?

    Current Version of font Awesome is not support by our plugin.

    Thread Starter trishahdee

    (@trishahdee)

    Don’t you think you should be using the most recent version? OR find a workaround for those of us who do?

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello Trishah,

    We will work on it and make it compatible very soon with latest font awesome css .

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘fa-cutlery Font Awesome icon does not show.’ is closed to new replies.