Mike Castro Demaria
Forum Replies Created
-
This is my error :
Uncaught ReferenceError: rtb_pickadate is not defined
at rtb_booking_form.init (booking-form.js?ver=6.6.2:12:3)
at HTMLDocument. (booking-form.js?ver=6.6.2:763:19)
at e (jquery.min.js?ver=3.7.1:2:27028)
at t (jquery.min.js?ver=3.7.1:2:27330)Seem similar but unsure, the result is the same, no calendar display.
I’ll try the shortcode way, and give you a feedback after.
Thanks for supporting free versionninja-forms-user-management/includes/MergeTags.php
46: $password_link = ‘‘. $message .’‘;
Replace by :
$message = __( ‘Reset Password’, ‘ninja-forms-user-management’ );
64 : $message = ‘Logout’;
Replace by :
$message = __( ‘Logout’, ‘ninja-forms-user-management’ );
Etc ….. you are not able to provide this kind of simple support / update to your code? I’m so sad to see you company be unprofessional ….Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] backups size anormally heavy !Hi, do you use cache ? You have to check using FTP the real size of you WP install folder, an verify if there is no folder that have a huge size. and if yes you have to clean it I think.
I hope this help,
MikeHI, did you see the option ?
Sorry not be able to do something like this without codding
This one is about externalise payment and user data to PayPal.
The big advantage is about the security : you do not have to manage user info on your WP website, anting is recorder on your PayPal seller’s account.Forum: Plugins
In reply to: [WordPress Ultra Simple Paypal Shopping Cart] Minimum purchaseHi, this feature is not existing, but why not add ? The question is can you describe more this ? Thanks
Forum: Plugins
In reply to: [WordPress Ultra Simple Paypal Shopping Cart] Can this manage stock levels?Hi, nope sorry, not for the moment, because the order is 100% managed by Paypal
Forum: Plugins
In reply to: [WordPress Ultra Simple Paypal Shopping Cart] php 7.2 compatibilityI tested up to 7.0, and have no problem, but not with 7.2. I’ll do it asap and see if there is any evolution to do. Thanks, Mike
Thanks, you right, IPN is not use by WP-USPSC.
Hi, I never test with you language, may you not activate the production mode. Do you have the same probleme ? Best, Mike
I add the 3.0.3 instead and now the previous function is working.
I block update using
add_filter(‘site_transient_update_plugins’, ‘dd_remove_update_nag’);
function dd_remove_update_nag($value) {
unset($value->response[ plugin_basename(__FILE__) ]);
return $value;
}on main php file
Forum: Plugins
In reply to: [WordPress Ultra Simple Paypal Shopping Cart] 3 step formHi ahob2016,
What form systeme are you using ? Contact form 7 ?
I double check, I well receive spam or other email, but nothing from you till the 5 july
Not received emails from you, can you give me a sender’s email to search in my spams ? I searched wpninjas or kustomerapp. Do you have SPF records setting in your sender’s domain ?
- This reply was modified 6 years, 4 months ago by Mike Castro Demaria.
- This reply was modified 6 years, 4 months ago by Mike Castro Demaria.