savvi
Forum Replies Created
-
Hi @vanyukov
I’ve manually stripped the w para off of the end of the url with php and then add my custom ones on to the new URL:$url = explode(‘/’, $image[‘url’]);
array_pop($url);
$newUrl = implode(‘/’, $url);
<img src=”<?php echo $newUrl; ?>/w=500,h=300,fit=cover” alt=”<?php echo esc_attr($image[‘alt’]); ?>” />
This seems to work for now but yes would be great if could just turn this off with a setting.
I’ll try the “keep library structure” settings tonight and see where I get.
Thanks for the reply and suggestions!!Hi
I’m confused this post is supposed to be about Media File Renamer Auto but the links you’ve posted are for Media Cleaner? The advanced options its suggests aren’t available in the plugin as far as I can see…
Hi think might be having a similar problem. We have around 7500 images on the site. We set the plugin going and initially it ticks through the images fairly quickly then it just stops and doesn’t move for hours. It’s gets stuck on around 600 to 700 images. Each time I’ve stopped it and restarted. Even left it over night and it got no further that. Any ideas?
non of these seem to work for me
thank you.
Is there a catch all for the opengraph tags as well?
“wpseo_output_opengraph” didn’t work so is there one or do i have to specify each tag I want to turn off.