• Resolved Brad Dalton

    (@wordpresssites)


    I found Jetpack Boost causes problems with jQuery and when deactivated my jQuery works. Any fix for this?

    Here is the code i use to load jQuery.

    function ww_load_dashicons(){
    wp_enqueue_script('product-comments-lightbox', plugin_dir_url(__FILE__) . 'lightbox.js', array('jquery'), '1.0.0', true);
    }
    add_action('wp_enqueue_scripts', 'ww_load_dashicons');
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @wordpresssites,

    To address the jQuery issues with Jetpack Boost, you can start by checking for any conflicts with other plugins or themes. Try switching to a default theme like Twenty Twenty Four and disabling other plugins to see if the issue persists.

    Additionally, you can refer to the Jetpack Boost Troubleshooting Hub for more guidance on resolving conflicts.

    Could you please post your site URL here so that we can have a look? If you want it to remain private, you can also contact us via contact form. If you choose to reach out directly, please include a link to this thread. Thank you!

    Plugin Contributor Jen H. (a11n)

    (@jenhooks)

    Marking this as solved since we’re working on it via email.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.