• Hi, 

    checking the Console I see the following alert: “Uncaught ReferenceError: jQuery is not defined”
    It leads me to discover that the error comes from “woocommerce-ajax-filters”

    In wp-config.php I added the following code: 
    /** Absolute path to the WordPress directory. */
    if( !defined('ABSPATH') )
    define('ABSPATH', dirname(FILE) . '/');
    define('CONCATENATE_SCRIPTS', false);

    The alert is gone but only when I am logged in as admin or business/private customer.
    If I browse the online store as a guest, without registration, I see the alert.

    Could it be a problem related to the cache?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Emre Vona

    (@emrevona)

    is the problem solved when you disable wp fastest cache?

    Thread Starter tomenr

    (@tomenr)

    Hi,

    not really!
    I don’t wanna say there is a conflict with this plugin, but I don’t get why as logged in user there is no jquery error, when not, it is there.

    Plugin Author Emre Vona

    (@emrevona)

    it may be related to your theme.

    Thread Starter tomenr

    (@tomenr)

    Ok! So I try to get more in detail with the theme developer.
    Thanks!

    Ov3rfly

    (@ov3rfly)

    @tomenr The problem seems to be caused by your BeRocket AJAX Products Filter plugin (paid version), maybe contact their support.

    Thread Starter tomenr

    (@tomenr)

    Ok. Now I see that somehow BeRocket AJAX Products Filter plugin is involved in this issue. I contact their support.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Uncaught ReferenceError: jQuery is not defined’ is closed to new replies.