pixelbrad
Forum Replies Created
-
Forum: Plugins
In reply to: [Inactive Logout] Exception for specific user+1 for this feature
Forum: Plugins
In reply to: [Event Tickets and Registration] Attendee numbers wildly inaccurateNo response in two days. I’ve moved my request for support to The Events Calendar support system. Feel free to close this, or help, whichever.
Forum: Plugins
In reply to: [Event Tickets and Registration] Fatal error introduced in 4.10.0.1@aguseo Care to chime in?
Forum: Plugins
In reply to: [Event Tickets and Registration] Fatal error introduced in 4.10.0.1Hi Andras,
Event Tickets is actually fine at version 4.10.0.1. It’s when I update Event Tickets Plus from version 4.8.3 to 4.10.0.2 that I encounter a fatal error. Doesn’t matter if I try browsing front-end or of I browse through the admin area. Error 500 on all pages.
Thank you for the prompt response and prompt fix! A+ support.
Forum: Plugins
In reply to: [Event Tickets and Registration] ?? Events Tickets 4.8.2Tweak – Prevent RSVP form from submitting when the quantity is 0 or if blank
This introduced a bug on a client’s website. The TLDR is that if there are multiple Quantity fields, form validation fails if the first Quantity field is 0 or blank, even if another Quantity field has been populated correctly. I’d like to talk about this issue in greater detail, and would appreciate if someone from your team could reach out to me at brad [at] pixeldesigns [dot] ca.
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA for WooCommerce] PHP error in lost_password.phpSeeing the same issue on my end too. This issue causes wildly excessive logging to the WP debug log.
plugins/no-captcha-recaptcha-for-woocommerce/lost-password.php
line 11:if ( isset( self::$plugin_options['captcha_wc_lost_password'] ) || self::$plugin_options['captcha_wc_lost_password'] == 'yes' ) {
Should be changed to one of the following:
if ( isset( self::$plugin_options['captcha_wc_lost_password'] ) && self::$plugin_options['captcha_wc_lost_password'] == 'yes' ) {
or
if ( isset( self::$plugin_options[ 'captcha_wc_lost_password' ] ) ) { if ( self::$plugin_options[ 'captcha_wc_lost_password' ] == 'yes' ) {
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Feature Request: IP Address WhitelistI’ll see what I can do in my spare time – thanks for the link.
Cheers