Nicolas Juen
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Image Sizes] Crop position errorhi,
Normally this is fixed on the 3.0.3 version.
If this is not, make me an update 🙂Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] The new size disappear after deactivate the pluginHi,
The image is still generated but you have to add extra code for displaying it on the image insertion.
You can follow this tutorial :
http://premium.wpmudev.org/blog/adding-custom-images-sizes-to-the-wordpress-media-library/And use the ‘In-Post’ image size you have created.
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Suggestion: Add option to see each size availableHi,
This is a good idea, thank you for the submit 🙂
Forum: Plugins
In reply to: [Simple Image Sizes] feature request: Only regenerate featured imagesHi,
This can be added to the feature list, thank you for the idea 🙂
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Fixed image sizeHi !
I use the WordPress core functions only for the images, this functions does not allow to upscale the image. The main purpose of this plugin is to give a way to test image sizes and how WordPress will handle it.
Sorry about this,
RaheForum: Plugins
In reply to: [Simple Image Sizes] wrong conceptionHi,
The plugin only use the API of WordPress so there is no wrong conception. WordPress by conception generate all the image sizes so if you don’t want to have this case of 1000*8 images, then you have to use WP_Thumb + a plugin witch only allow generation for the images inserted in the content.
But I can add to the description a disclaimer to remind the user that WordPress work in a way. I do not use more than the core API.
Forum: Plugins
In reply to: [TimeSpan] Bug on RSSHi !
Not a problem 🙂
Thanks for the patch !Forum: Plugins
In reply to: [Simple Image Sizes] Crop position gone?Hi,
The code is in the source code but he tag does not have it, I have to make a new tag for this.
I will make this soon.
If you have to get this feature, then copy/paste this function :
https://github.com/Rahe/Simple-image-sizes/blob/master/classes/admin/main.php#L149On the right file and this will be fixed 🙂
Forum: Fixing WordPress
In reply to: Can I safely remove generated thumbs?1) Can WP-Thumb deal with this?
The array seems to select the first image version that exists. Wont that be problematic?Yes, WP_Thumb will work too here.
2) Can I go about this the other way?
Meaning I just completely disable the .php array for image generation. Then use script X to loadup the exact function for just the picture I need. Is it hard to call a function from the admin panel somewhere?If you want you can use something like this :
the_post_thumbnail(array( "width" =>1280, "height" => 400, "crop_from_position" => 'center,top' ))You’re welcome 🙂
Forum: Plugins
In reply to: [Simple Image Sizes] minimal thumbnail for specific categoryHi,
You have to change the theme for handling this kind of behaviour. Like having a special size on categories.
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] How to add new sizes to mobileYou’re welcome
Forum: Plugins
In reply to: [Simple Image Sizes] Fatal errorThis is fixed on the 3.0.1 ! Thanks !
Forum: Plugins
In reply to: [Simple Image Sizes] How to add new sizes to mobileHi !
This is a tricky question because if the site is just responsive, then you cannot detect by PHP the resolution of the device and give the right resolution.
The right solution is to use another plugin for the responsives images like https://wordpress.org/plugins/hammy/, the plugin generate the pictures HTML structure and have responsive images.
Rahe.
Forum: Plugins
In reply to: [Simple Image Sizes] Two bugs in the attachment queriesHi,
Thank you, this will be merged on the 3.0.1 wich will be released soon 🙂
Rahe.