Nicolas Juen
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Image Sizes] Plugin Update BrokenYes, and i’m not willing to support under 5.6 PHP versions 😉
Forum: Plugins
In reply to: [Simple Image Sizes] Plugin Update BrokenHello,
Don’t forget performance and security : http://php.net/supported-versions.php
PHP 5.3 is not event listed here, 5.4 and 5.5 dead.
5.6 dead in one year, even 7.0 is dead before 5.6.Rahe,
Forum: Plugins
In reply to: [Simple Image Sizes] Plugin Update BrokenHello,
The minimum version of PHP for this plugin is PHP5.6, I use array syntax introduced in PHP5.4.
What is your PHP version ?Forum: Plugins
In reply to: [Simple Image Sizes] PHP 7.1 problemHello,
I just tested out with PHP7.1 and there is no missing feature or blank page in my case.
Rahe,
Forum: Plugins
In reply to: [Optimus - WordPress Image Optimizer] WPCLI integration and featuresI’m glad you are considering theses improvements :)!
Forum: Plugins
In reply to: [Simple Image Sizes] Two bugs in the attachment queriesHi,
Thank you for the detailled report, with it only yes it seems that checking is_admin on file inclusion is not compatible with ManageWP.
If you want to debug it quickly i recommend you to move the lines :
https://github.com/Rahe/Simple-image-sizes/blob/master/simple_image_sizes.php#L48Into the init_sis function, but I recommend to you to contact the ManageWP team, maybe this is an edge case. I have never encounter such a problem ^^.
Regards,
RaheHello,
The PR is created, I hope this is the format you were waiting for.
Cheers,
RaheForum: Plugins
In reply to: [Simple Image Sizes] Cannot change Child Theme image sizeHey,
Have you checked this ticket ? : https://wordpress.org/support/topic/resizing-doesnt-work?replies=5
Maybe you have a problem with the $content_width global too.
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Resizing doesn't workHello,
I’m glad you found a solution to your problem 🙂
Rahe
Hello,
I had this moved to a simple link and here is the code for removing it programmatically :
https://gist.github.com/Rahe/4538e43d37dd6e81bed86fc8f9b05979Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Resizing doesn't workHello,
I’m not rehproducing you bug, I have made the same path an no problems :/
Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Compatibility issue with Beaver BuilderHi,
I’m sorry but beaver builder doesn’t have a free version so I can check owhere is the issue 🙁
You will have more chances by contacting the beaver builder support team.
I have pinged them on Twitter : https://twitter.com/Raherian/status/723817584215359488Rahe.
Hi,
This was a user request yes, but you’re right the size of the button is way too much important. Maybe a simple link as the featured image is efficient enough.
I will change this in next release 🙂Rahe
Forum: Plugins
In reply to: [Simple Image Sizes] Doesn't add item under Settings in navigationHi,
It’s int Settings > Media 😉
Checkout the installation tab 🙂
Rahe.
Forum: Plugins
In reply to: [Simple Image Sizes] How many defined sizes is recommended?Hi,
I will recommend the minimum of image sizes in WordPress to generation purposes. This have much more a hard drive impact than a DB impact.
But sometimes you need much more image sizes, then you can use WP Thumb to dynamically create image sizes and not store them in the DB.