• Resolved hwamart

    (@hwamart)


    The Icons for the Post Meta (Author, Date, Comments) are missing on the front end but display on back end, any suggestions please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hwamart

    (@hwamart)

    So i’ve done a little digging and it appears that dashicons don’t display in the front end for users who aren’t logged in!

    Solved my problem with the following snippet

    /********************************************************/
    // Adding Dashicons in WordPress Front-end
    /********************************************************/
    add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
    function load_dashicons_front_end() {
      wp_enqueue_style( 'dashicons' );
    }

    Source

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @hwamart ,

    I am glad you found the solution here.

    Regards,
    Vrunda Kansara

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta Icons Missing on Carousel’ is closed to new replies.