NeoBLitz
Forum Replies Created
-
I also tried deactivating the wordfence plugin but an error appeared
Fatal error: Call to a member function bind_param() on a non-object in /home/animaltalker/public_html/pet/wp-content/plugins/wordfence/lib/wfConfig.php on line 441
So I deleted the wordfence from the cpanel filemanager and reinstalled it and still the same problem.
Forum: Plugins
In reply to: [WP Job Manager] alternative Captcha pluginI mean they did a reCaptcha plugin also
Forum: Plugins
In reply to: [WP Job Manager] alternative Captcha pluginHow about this plugin https://ww.wp.xz.cn/plugins/captcha/ since they are the same author who created the reCaptcha.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Buy 2 get 20% off, buy 3 or more get 30% offafter I added this code to my function.php the discount value become [Remove] and I can’t access my admin area just white screen.
function coupon_code_discount_title() {
return ‘Discount’;
}
add_filter(‘vtprd_coupon_code_discount_title’, ‘coupon_code_discount_title’, 10);Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Buy 2 get 20% off, buy 3 or more get 30% offThat works! thanks a lot.
If you don’t mind can I ask another question here?
How can I change the text “COUPON:DEALS” into “DISCOUNT” during checkout or viewing my cart totals?
CHeers,
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] how to set this rule?Hi Vark,
Thanks for the reply. That was the one I was looking for, thanks again.
Cheers,