Nicolas Juen
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Image Sizes] No notification of thumbnail generation endHi !
One other solution is to deactivate all the php errors on your website ( this is very recommended on production ).
However I will add this @ for people on your case :).Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Regeneration freezes at png imageHi,
I only trigger the WordPress functions to regenerate the image sizes, i do not make any custom function for this.
So this can only be a WordPress problem or one of your other plugin.Forum: Plugins
In reply to: [Simple Image Sizes] Does deleting size delete previously generated images?Hi,
The images are not removed by WordPress in the uploads folder and the plugin only register the right image sizes and allow you to regenerate themForum: Plugins
In reply to: [Simple Image Sizes] regenerate 5000 imagesHi !
5000 medias is really big, so if you have acess to the php CLI use this script :
https://github.com/herewithme/wordpress-cli-tools/blob/master/rebuild-thumbs.php
With the Wp_Thumb plugin 😉Forum: Plugins
In reply to: [Simple Image Sizes] Show in Post Insertion not showing correct sizeHi !
I just tested on a WordPress 3.5.1 fresh install and added a big image with a custom size bigger than the large size and it worked.
WordPress shrink the image to fill in the editor but the rendering is normally the full size.
Maybe the theme you use or some plugin filter the output image like a plugin for responsive images.
Try to deactivate all your plugin and just have wordpress + this plugin and check if there is a bug.
Or just change the theme for a native WordPress theme and check this too :).Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] FAQ or User Manual documentationHi,
There is no documentation for this plugin but I can add it on the plugin faq page 😉
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Regeneration freezes at png imageHi,
This is a WordPress issue so I recommend you to go the WordPress tracker and make an issue :).
http://core.trac.wordpress.org/
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Can't Delete Custom SizesHi !
Just click on delete size and wait a moment.
Then refresh the page( without saving ), is the size gone ?
If you have added the sizes with add_image_size then they will always appear here.Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] bug at line 608Hi !
Thank you!
This will be corrected on next version 🙂Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] bug at line 53 class.admin.phpHi !
Thank you!
This will be corrected on next version 🙂Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Stuck at "Reading Attachments"Hi !
If you have this amount of images and lot of sizes then I do not recommand you to use the WordPress API with the add_image_size function.
At each upload the images a generated on every sizes, even the one you never use :/.So my recommandation is to use a plugin like WP Thumb.
Do not use the add_image_sizee function but read the documentation or WP_Thumb, the plugin will generate the size at the moment you will need it :).
But if you still need to regenerate all the image sizes, use the CLi command with a file like this :
https://github.com/herewithme/wordpress-cli-tools/blob/master/rebuild-thumbs.phpAt the end your problem is you have too many medias to regenerate and your server send you an error before having them all, so the script cannot continue..
I hope this will help !
Rahe.Hi,
Yes this will be supported by the core 🙂
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Regenerating FixHi !
Thank ou for your contribution :).
I will integrate this modification on next version.Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] What does "crop?" function do?Hi,
You can look in the codex : http://codex.wordpress.org/Function_Reference/add_image_size
At the title Crop Mode, this is quite well explained 😉Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Regenerate images failedHi,
I’m glad you found a solution, good luck for editing all your posts ;).
Rahe