David Mitchell
Forum Replies Created
-
Thank you, @jakubzakrzewski and @ramonaeid! Those fixes seem to be working.
Warning to others: Watch out for the single-quote characters in the patch code that have been “curled” by the forum software! I’m going to try to paste it in as a code section and see if that works. Starting around line 975 in cf7-grid-layout/admin/class-cf7-grid-layout-admin.php:
// Next five lines: Manual patch from @jakubzakrzewski - https://wordpress.org/support/topic/latest-contact-form-7-incompatibility/ (DM, 2026/02/23)
if (isset($_POST['wpcf7-form'])) {
$args['form'] = wp_kses(wp_unslash($_POST['wpcf7-form']), $allowed_tags);
}
$args['mail'] = isset( $_POST['wpcf7-mail'] ) ? wpcf7_sanitize_mail( wp_unslash( $_POST['wpcf7-mail'] ) ) : array();
$args['mail_2'] = isset( $_POST['wpcf7-mail-2'] ) ? wpcf7_sanitize_mail( wp_unslash( $_POST['wpcf7-mail-2'] ) ) : array();
$args['messages'] = isset( $_POST['wpcf7-messages'] ) ? $_POST['wpcf7-messages'] : array();
foreach($args['messages'] as $key=>$value){
$args['messages'][$key] = sanitize_text_field($value);
}
// Next line: Manual patch from @ramonaeid - https://wordpress.org/support/topic/latest-contact-form-7-incompatibility/ (DM, 2026/02/23)
$args['additional_settings'] = isset( $_POST['wpcf7-additional-settings'] ) ? sanitize_textarea_field( wp_unslash($_POST['wpcf7-additional-settings']) ) : '';- This reply was modified 2 months, 1 week ago by David Mitchell.
Thanks so much, Tom!
David
Thanks for your response! If I understand you correctly, you are suggesting manually creating additional
prefers-reduced-motionCSS for each Greenshift effect applied to an element?Tom, thanks for your reply; my apologies for my late response!
I’m not sure how Astra works as far as core WP systems go. I can see that it adds
--ast-global-color-0through--ast-global-color-8to:rootvia one of its stylesheets.I’m probably switching to GeneratePress, as it happens, for the particular project I’m working on at the moment. GP seems to add keyword variables such as
--contrastto:root.In both, the theme’s colors show up in the block editor as variable references, so it must be tying into something that’s recognized by WP.
Seconded. Just ran into this on Kinsta.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Feature Request: Import from CPT UII haven’t even used the ACFE interface for post type and taxonomy creation yet, but would third this request! I saw the admin screens for it and was disappointed to find that it did not recognize existing custom post types and taxonomies.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Plugin Disables WP Category CreationI was looking at the Taxonomy Terms field last night, and couldn’t find a combination of settings that allowed me to create new category terms either. It’s available in the sidebar metabox for the same taxonomy. (Hoping not to have to use the metabox for a smoother data entry process.)
@dannycooper, thanks. That ID hasn’t been changed? I had noticed and noted in my OP that your ID was not the same at this point.
I am mystified.
I haven’t confirmed that ACF Pro is the source of the conflict, but I’m also using both plugins and have the same problem….
Forum: Plugins
In reply to: [ECS - Ele Custom Skin for Elementor] Post content not showing on front endI’m having the same issue, as also posted on Github.
That’s helping! It started working for me, but my assistant is still having trouble. I’ve pushed the cURL timeout to 80 and will ask her to try again. FYI, the SmugMug helper loaded, but only once. To be fair, there are hundreds of albums in the entire account.
EDIT: Right after posting, I tried another one and had it hang at the loading point in the wizard. (Yes, I am giving it 80+ seconds to load.)
- This reply was modified 6 years, 1 month ago by David Mitchell.
OK, this is mystifying: I have tried values ranging from 30 to 120 for the cURL timeout, but with every other value I’ve put in, I don’t get a message back at all, only the blue “working” dots.
I didn’t realize giving you access is forbidden. Thanks for your help!
– I’m using the Gutenberg block.
– I’m trying to display “photos from an album.”
– I am NOT able to see albums with the helper. I get this error: “cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received”
– I can see at least the first 50 albums with the API link: https://api.smugmug.com/api/v2/user/hargrave!albumsOn a site set up to auto-update WP and plugins (through Installatron), the latest update(s) caused the front page to display momentarily, then go blank. The theme is Isis Pro, which uses Nivo slider. I’m guessing from the other posts here that that’s where the conflict is.