Nicolas Juen
Forum Replies Created
-
Hi,
I’m glad you have found a solution !
I will implement on the next version a contextual button on the media list for regenerating the selected medias on the list.
And maybe a safe mode in the medias settings page, generating the arry of ids in javascript in the header directly.Good luck for the next,
Rahe.No problem,
If you have problems with this plugin too and if you know the CLI, you can use this :
https://github.com/herewithme/wordpress-cli-tools
There is a file for regenerating the medias from the server console directly, this is faster than the webbrowser 🙂Rahe
Hi,
The response was totaly empty or there where an 0 in it ?
If the response was empty maybe the PHP got an timeout and the server did not display this error so you got a blank response.
I do not have solution for you now, sorry !
Try this plugin instead :
http://wordpress.org/extend/plugins/regenerate-thumbnails/
Working the same but do not make the first query to get the attachment ids by ajax ;).Rahe
Hum… weird, have you some notices on your server ? If the plugin respond “no media to regenerate” there is a chance that the json response is corrupted. Or the json object can be so gigantic ( i get only the id of the medias but it can be this… ) and the browser cannot handle it and say it’s empty…
If you can ( and know ) check the response of the ajax query on the browser console, if there is some php error on it so this is it !The crop button is when you specify the image size, if you check it WordPress will make a hard crop and cut into your image for making the thumbnail. If you do not check it the image will be resized based on the closest width.
There is an ( better ) explanation in the codex :
http://codex.wordpress.org/Function_Reference/add_image_size#Crop_ModeHi,
Have you tried to regenerate just one media in the media list ?Hi,
you have to check the box ‘show in post insertion’ if not already done in the media settings page.Resolved ? 🙂
Rahe
Hi,
Thank you ! 🙂
It’s normal you can’t edit the original size file because wordPress use it for generating the other sizes. The editor show you the last edited image for the editing.
I you want to edit each size of your image you can use :
http://wordpress.org/extend/plugins/post-thumbnail-editor/Hi,
Sorry for this, I will remove the pointer, it’s useless for my plugin :).
It will be correct in the next update, soon !Rahe
I’m glad your problem is solved !
Sometimes the server just don’t want to ! ^^Rahe
If the file is bigger than 990px width the size is created, so there is a problem in plugin or in your hosting… Maybe try an another regeneration image plugin.. maybe i do something wrong :/
Hi,
this is weird, have you tried to regenerate one media by the medias list ? I have added an link in quick actions. If in this case the file is regenerated so I have a script problem. If the file is not regenerated I have no other solution for you ;-(.
Hi,
Sorry for the technical vocabulary…
Some times there is errors in the php that broke the rsponse of the regeneration.
The plugin have already worked in your server ?
I think the message is just wrong because i display the same message for not founded files and files not regenerated because alreay exists…
Go on your ftp and check if there is other files with the same name but with strings like this at the end of the file name “yourfilename-12×25.jpg”. This is the redimmensionned file.Rahe
Hello,
Look on the xhr reponse and check if there is no other characters than json. If the json is broken then you have this message.
Rahe
Hi,
i’m glad your problem is solved !
But i have discovered that the message was maybe wrong, i will take a look soon :).Rahe
Hi,
When there is this message, the file does not exists because the file_exists or the path of the file given by WordPress are at false.
So maybe the path of the file given by WordPress is not right, you maybe have a filter on the file path made by one other plugin or something.
Are you on multisite ? Maybe the path is filtered by WordPress and give a rewritted path.Rahe