• I get an error message in the console saying “jQuery.cookie is not a function” in /wp-content/plugins/bp-activity-filter/templates/js/buddypress-activity-filter-public.js

    By deleting lines 39 to 43 :

    jQuery.cookie(“bpaf-default-filter”, “1”, {
    path: ‘/’
    });

    I no longer get this error. Since I assume this function has a purpose, could you please tell me where the problem could be coming from? Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter DragoWeb

    (@dragoeco)

    Apparently the problem comes from a conflict with another plugin or my theme, but as I don’t have time to dig any further I’ve just disabled the whole function, from line 14 window.onbeforeunload = function(e)…

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery.cookie is not a function’ is closed to new replies.