• Resolved Adit MB

    (@aditmb)


    Hi, I use the post grid and enabled the meta icon. I can see the icon on desktop using chrome, but when I enter incognito, the icon disappeared. Same thing with mobile, no icon on mobile.

    I already tried to purge the cache and refresh the cache, even delete cookies on browser.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support BSF- Mohsin Ghouri

    (@mohsinbsf)

    Hi @aditmb,

    Thanks for getting in touch with us.

    Can you please try to add the below code in the functions.php of the child theme? If you don’t have a child theme, I would suggest you create a child theme first.

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

    Please try and let me know how it goes.

    Have a nice day!

    Thread Starter Adit MB

    (@aditmb)

    Thank you very much for your reply. I’ll copy this code for future reference. I changed the theme and do some tweakings in my litespeed settings (i dont remember what) but it worked now.

    Still, thanks a lot. It’s nice to see someone really helpful replying

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta icon not showing on mobile and desktop incognito’ is closed to new replies.