CreaLion.NET
Forum Replies Created
-
Forum: Plugins
In reply to: [Oui! Booking] conflict with PolylangBonjour,
Je suis pas s?r d’avoir compris votre demande, mais s’il s’agit des totaux sur le récapitulatif et la confirmation de la réservation, vous pouvez effectivement les masquer avec un peu de CSS.
Il faudrait par exemple ajouter ceci:
#obk_mainDiv .obk_total, #obk_mainDiv .obk_total2{
display: none;
}Cordialement,
Stéphane.Forum: Plugins
In reply to: [Oui! Booking] conflict with PolylangBonjour,
C’est corrigé dans la version 1.5.5.
Cordialement,Stéphane.
Forum: Plugins
In reply to: [Oui! Booking] Looks good, but dont saving a bookingHello,
This is fixed with version 1.5.2
Thanks for your feedback,
Best regards,
StéphaneForum: Plugins
In reply to: [Oui! Booking] Mail is not workingHi,
I suppose you fixed the error. And if not, the new version (1.5) uses a better system to send emails.Regards,
StéphaneForum: Plugins
In reply to: [Oui! Booking] Mail is not workingHi,
Log file is in the “wp-content” folder.
If there is no log file, please make sure you have this line in wp-config.php (line ~80):define('WP_DEBUG', true); define('WP_DEBUG_LOG', true);
and then do a retry.
Regards,
Stéphane.Forum: Plugins
In reply to: [Oui! Booking] Looks good, but dont saving a bookingAccording to your last message in another topic, i put this one as resolved.
Forum: Plugins
In reply to: [Oui! Booking] Mail is not workingHi,
Can you check this points please:– In your space edition, general tab, is the field “Receive email” on “Receive notification by email on a new booking”?
– Do you work on local server (like wamp, xampp or easyphp) ? In that case, it does’nt works, email sending is not possible by default.
– Do you see an error in the log file?Regards,
Stéphane.Forum: Plugins
In reply to: [Oui! Booking] Looks good, but dont saving a bookingHi,
The error describes a problem with calling a widget, possibly causing an error for other features.
Oui! booking does not require widgets. It seems that it is the WPGC Widget plugin that causes the error. Can you disable / update this plugin and try again? Otherwise, you have to do the same (Disable one by one plugins) to find the cause of the problem.
Thanks, have a nice day.
Forum: Plugins
In reply to: [Oui! Booking] Looks good, but dont saving a bookingHi,
Did you update the plugin with the latest version (1.4.1) ?
In that case, please activate debug mode in WordPress, wp-config.php:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );and send me the debug.log file after a new try.
Thanks, have a nice day.