njalex1
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Dropdown field post data and version 5.2.1@takayukister I rolled back to 5.1.9 and it is working again. Can you tell me what in 5.2 was changed that will not allow any dropdown field submitted values to be available in the posted_data array when hooking into wpcf7_mail_sent?
Forum: Plugins
In reply to: [Contact Form 7] Dropdown field post data and version 5.2.1@takayukister ActiveCampaign is a marketing automation platform.
with 5.2.1, I am having issues trying to grab a dropdown field value from $posted_data array when using wpcf7_mail_sent’. It is not available anymore. Text fields and Text areas are fine. Is the value being unset? This had been working fine since last update.
@paulcityhopper For me, the value is empty.
Forum: Plugins
In reply to: [Contact Form 7] Beware before update to 5.2@colir With 5.2.1, I am having issues trying to grab a dropdown field value from $posted_data array. It is not available anymore. Text fields and Text areas are fine.
You mentioned “Also, be sure to set attribute “do-not-store” to false when creating custom field”. Where should I be doing this?
Thanks.
Forum: Plugins
In reply to: [Firelight Lightbox] v1.6.3 incompatible wih PHP 5.3Nevermind. See you addressed this.
Forum: Plugins
In reply to: [GigPress] Related posts and custom post typesAndras,
No, I would’ve had to change the plugin code and then would need to manually compare each update to it and keep my fix intact. I can’t believe that your product manager would remove this after it already existed. It is foolish to allow the related posts to only look up posts and not custom post types. It was probably someone at Modern Tribe after acquisition who thinks they know the end customer. Right?
Alex
Forum: Plugins
In reply to: [Contact Form DB] New release throwing PHP warningthanks. I have it now.
Forum: Plugins
In reply to: [Min Max Quantities For WooCommerce] Setting default product quantity to "0"I have updated it along with 4.2.1 and everything appears to be ok. Thanks.
Forum: Plugins
In reply to: [Min Max Quantities For WooCommerce] Setting default product quantity to "0"FYI, The latest version 1.0.6 results in a white screen of death.
Forum: Plugins
In reply to: [PDF24 Article To PDF] Needed FeaturesIn the setting section of the PDF24 plugin, the availability dropdown does not display ‘selected’ option of current value from database and instead defaults to ‘For All Visitors’ regardless of which is true. This forces user to have to make sure they switch it back to “Only for Logged in Users” before making any other changes on page.
Forum: Fixing WordPress
In reply to: wp_update_user not updatingYes, try that.
Forum: Fixing WordPress
In reply to: wp_update_user not updatingwp_insert_user function calls ‘profile_update’ hook when updated an existing user…which may fix it.
Forum: Fixing WordPress
In reply to: wp_update_user not updatingChris,
Did you try to use wp_insert_user instead of wp_update_user?
Alex