ctpweb
Forum Replies Created
-
Hi, I found the solution. Sometimes it can occur that you enter an expires on date and that people are not able to register before that date. I don’t know why this issue occured and sometimes it didn’t, but I found the solution.
The issue was in the date comparison. In the file plugins/wp-simplemeetingconfirmation/simplemeetingconfirmation.php you have to change
date('d/m/Y') <= date($SMC_expireson))to
strtotime(date('d/m/Y')) <= strtotime(date($SMC_expireson))Be careful, it occurs two times in the code.
Good luck!
the workaround does not work for me. any solutions for this yet?
Forum: Plugins
In reply to: [Plugin: WooCommerce] Show empty product categoriesThanks renegadesk! Your code works great!
Is there a solution for the product categories widget to show empty categories? Cheers!
Forum: Fixing WordPress
In reply to: JQuery Conflicts in IEI don’t get any answers, that’s why I ask my question here. Is there anyone who can actually have a look?
Forum: Fixing WordPress
In reply to: JQuery Conflicts in IEJust tried it briefly (because it’s a live website) and it doesn’t seem so. Can you see the exact errors in IE?
Forum: Fixing WordPress
In reply to: JQuery Conflicts in IEHi Andrew, I’m using parallelus unite