dominikkucharski
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error after last updateIf you are a beginner, installing the WP Rollback plugin and downgrading Contact Form 7 plugin to the previous version is a better idea. When the fix is implemented in the plugin, you can install the latest version again.
Forum: Plugins
In reply to: [Contact Form 7] Error after last updateI found a quick fix:
File: includes/block-editor/block.json
Line: 34Before:
"editorScript": "file:./index.js"
After fix:"editorScript": "./index.js"
I’ve sent you an email with the details.
Hello
The query monitor doesn’t show anything suspicious.
Here is how this can be reproduced:
1. All ACF Fields are processed through Email Address Encoder filter to secure emails in the custom fields:
add_filter('acf/load_value', 'eae_encode_emails');
2. HTML Form is loaded through shortcode in the ACF Text field.
Thank you for your help.
- This reply was modified 5 years, 2 months ago by dominikkucharski.
I’m sorry. I have too much work this week. It’s on my to-do list to answer here ??
Hi
I observed that in the backend ACF is returning additional Array item in the repeater with
acfcloneindex
name. Do you know how can I ignore this row when I’m using standard ACF repeater walker?<?php if( have_rows('teaser') ): ?><?php while ( have_rows('teaser') ) : the_row(); ?>
I’ve tried:
get_row_index()
function – it’s returning only numbers-
get_row()
– it’s not returning array item name
Hi
I had limited time to familiarize myself with this new feature.
As far as I can see, JavaScript event is fired before PHP code is being updated in the preview which is problematic.
Additionally, $el is returning the whole Flexible Content field instead of Layout in the Flexible Field which was edited.
Hello.
I’m talking about Flexible Dynamic Preview.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Broken Image Field on archive pageWow. It looks great. Thank you for your help ??
Thank you!
Hello
Thanks for the solution ??
…
- This reply was modified 6 years, 5 months ago by dominikkucharski.