If you replace an image with the Media Replace Tool and the image is loaded on the website from an ACF (SCF) image field, then ACF can no longer load the image properly.
The problem seems to be that the cache parameter is appended to the file URL. /wp-content/uploads/image.jpg?t=1729992413
Is it possible to fix that?
I had to delete and re-upload the image to get the ACF Fields to work.
I am using the free version of ASE and ACF.
Hope that helps.
]]>Now when the email is sent, the URL that is captured in [File_URL] is sending “https://www.idef.com/?ebddl=53e9ac0978“
Instead of the expected and set variable of this URL in download monitor “https://www.idef.com/download/3397/?tmstv=1677603648“
]]>I disabled all plugins apart from WooCommerce and switched to Twenty Twenty-Two, but it’s still saving pictures all over the place (mostly 2021/12/ and 2020/05/ for some weird reason). WordPress Timezone is set to Berlin.
Any idea how to fix this?
]]>I have tried editing it via ‘wpcf7_additional_email’ filter which should fire directly before sending, but it is not removing the url
// below is find/replace for the domain and path to the file upload location
function customize_mail_2($additional_mail, $contact_form) {
$submission = WPCF7_Submission::get_instance();
$wpcf7 = WPCF7_ContactForm::get_current();
$additional_mail['mail_2']['body'] = str_replace('{domain}/wp-content/uploads/wp_dndcf7_uploads/wpcf7-files/', '', $additional_mail['mail_2']['body']);
return $additional_mail;
}
add_filter('wpcf7_additional_mail', 'customize_mail_2', 10, 2);
when I replace the line where it does the find/replace with an append, that works, so I know I am in the right area
// example
$additional_mail['mail_2']['body'] .= '...' // the "..." will show at end of email
any idea where i may be doing this wrong, or an idea on how to do it correctly?
]]>https://domain.org/wp-content/uploads//var/www/vhosts/domain.org/httpdocs/pdf/document-name.pdf
That is the URL used on inserting into a post.
Thank you for your work
]]>When I save/update the settings, the URL also gets HTTP added. So the URL looks like this:
https://https%3A%2F%2F….
How do I enter a valid URL for a site using the HTTPS protocol?
Thanks.
]]>I have created a feed for google merchant. That part all went well. When I go into Google MErchang to set up a feed I get to the scheduled fetch screen where it asks for the File URL and I enter the XML file URL that is generated by the plugin. When I hit enter it says that the URL is invalid. What am I doing wrong? Am I entering it in the wrong place?
]]>How can I achieve this?
TIA
]]>