• I love it, but I can see that it doesn’t initialize jQuery in a proper way, please fix it

    EDIT: The issue was generated by an external plugin, rating updated to 5 stars ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Thanks!

    How so? jQuery is initialized like this in the theme:

    add_action( 'wp_enqueue_scripts', 'generate_scripts' );
    function generate_scripts()
    {
        // Theme CSS enqueued up here
    
        // Add jQuery
        wp_enqueue_script( 'jquery' );
    
        // Other JS enqueued down here
    }
    Thread Starter Tizionario

    (@tibasweb)

    Hi,

    sorry but I was wrong, the error was generated by an external plugin; I didn’t notice it as yesterday there were hosting problems as well.

    Thanks for the support

    Theme Author Tom

    (@edge22)

    No worries! Glad you were able to get it resolved.

    Thanks for the review! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Very good and lightweight theme’ is closed to new replies.