font21
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Reviews
In reply to: [WP Deals] What you see is not what you get!MichaelOzb,
I’ll hire you to fix the plugin on my site.
My email is my username on here at gmail.Forum: Plugins
In reply to: [WP Deals] Bug: Deal Expired for no reasonEveryone has given up and has had to hire a third party programmer to fix this.
This is super sad.
Forum: Plugins
In reply to: [WP Deals] jQuery blockUI error do to new jQuery v1.10.2 in wordpress 3.6For people, like me, who really need things broken down step-by-step:
CHANGE THE FIRST FILE
/wp-deals/wpdeals-assets/js/wpdeals_plugins.js
in line 8, delete or comment out code by changing fromif (/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery) || /^1.1/.test($.fn.jquery)) { alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery); return; }to
/*if (/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery) || /^1.1/.test($.fn.jquery)) { alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery); return; }*/CHANGE THE SECOND FILE
/wp-deals/wpdeals-assets/js/admin/wpdeals_admin.js
in line 14, delete or comment out code by changing from(function($){if(/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery)||/^1.1/.test($.fn.jquery)){alert('blockUI requires jQuery v1.2.3 or later! You are using v'+$.fn.jquery);return;}to
/*(function($){if(/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery)||/^1.1/.test($.fn.jquery)){alert('blockUI requires jQuery v1.2.3 or later! You are using v'+$.fn.jquery);return;}*/I hope this helps and the best of luck to you!
Viewing 3 replies - 1 through 3 (of 3 total)