wp affiliate error jquery

Goodnight,
I am implementing the WP affiliate and tracking that it works correctly, but it is giving me an error and the cookies do not track, it does not generate sales notes to affiliate accounts. the error it gives me is: Uncaught ReferenceError: jQuery is not defined
at ?removed_item=1:145

when I go to line 145 I see
jQuery(document).ready(function($) {
// Check if JS is working properly. If it is, we update an update in the DB
$.ajax({
type: “POST”,
data: {
action: ‘affwp_check_js’
},
url: ‘https://www.silverspell.com/wp-admin/admin-ajax.php’
});
});
AFFWP. referral_credit_last = 0;

I have uninstalled the autoptimize plugin, the error on line 145 has disappeared, but now it gives me
(index):146 Uncaught ReferenceError: jQuery is not defined
at(index):146

What I can do?.
Thank you,
Jose Manuel

Site URL: Content only visible to registered users

Quote

Answered : 02/12/2018 10:19 pm

See also  auto play video
Loading Facebook Comments ...
Loading Disqus Comments ...