• 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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you try to add the following to your theme’s functions.php file and let me know if it helps?

    /**
     * Enqueue genericons.
     *
     * @see https://www.ads-software.com/support/topic/jetpack-genericons-is-not-showing/
     */
    function jeherve_enqueue_genericons() {
    	wp_enqueue_script( 'genericons' );
    }
    add_action( 'wp_enqueue_scripts', 'jeherve_enqueue_genericons' );
    Thread Starter kinant

    (@kinant)

    Thank you for response, I did add the code to functions.php file but nothing changed,
    Hope you have another method to fix this problem
    thank you

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    A lot of stylesheets still appear to be missing on your site:
    https://i.wpne.ws/iWgL

    Could you try to deactivate all plugins, one at a time, to make sure the problem isn’t caused by another plugin?

    Let me know how it goes.

    Thread Starter kinant

    (@kinant)

    I fixed the stylesheets issue , looks like I removed some code that call the parent theme stylesheet,
    but that had nothing to do with my problem
    I deactivated all the plugins and nothing changed
    by the way i tried to activate the parent them and the same problem of hidden icons appeared

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Genericons are still not loaded on your site, on any page. Do you use a plugin that may change the way resources are loaded on your site?

    If you do not use such a plugin, could you try to switch to one of the default themes for a few minutes, add the code snippet I mentioned earlier to the theme’s functions.php, load the site’s home page, view source, and check that Genericons are properly loaded?

    Let me know how it goes.

    Thread Starter kinant

    (@kinant)

    I am using W3 cash plug in and css minification by cloudflare
    I did switch to twenty fourteen and added the code , the genericons did loaded
    any suggestions ?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I did switch to twenty fourteen and added the code , the genericons did loaded

    It would seem that the problem is related to your theme. Could you send me a link to your theme so I can take a closer look?

    Thread Starter kinant

    (@kinant)

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Thank you. This is an issue with your theme. I replied with a fix and a way to work around the problem in the thread you started in their support forums:
    https://www.ads-software.com/support/topic/jetpack-genericons-not-showing-2/

    Thread Starter kinant

    (@kinant)

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

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