• Resolved kinant

    (@kinant)


    hello
    I am Building a new website I am using EightyDays-lite theme
    which needs jetpack, but after updating wp to 4.7 genericons stopped showing especially the scroll-to-top button and share icons under posts
    as in this post for example
    I tried to disable all plugins except jetpack without any success

    • This topic was modified 8 years, 2 months ago by kinant.
    • This topic was modified 8 years, 2 months ago by kinant.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    This appears to be an issue with the eightydays_is_genericons_enqueued function. It will return true when Jetpack outputs its concatenated CSS file, jetpack.css. However, that file may be loaded on the site while Genericons may not.

    I would consequently recommend that you check if genericons is enqueued instead of checking if jetpack_css is.

    @kinant Here is a patch you could apply to your theme to solve this issue:
    https://gist.github.com/jeherve/8a75bd2cf92a2df7bdb21f1ce0d9b5b2

    Another alternative would be to go to Appearance > Customize > Menus, create a new Social Menu for your site, and assign it to the “Social Menu” menu area. That will force Genericons to be enqueued on the site.

    Thread Starter kinant

    (@kinant)

    thank you, It worked! after I made the social menu the Genericons did loaded.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jetpack genericons not showing’ is closed to new replies.