Aqua-Resizer icon indicating copy to clipboard operation
Aqua-Resizer copied to clipboard

Resize WordPress images on the fly

Results 58 Aqua-Resizer issues
Sort by recently updated
recently updated
newest added

I have a wordpress website running on AWS. However, on a specific page, it keeps giving me the below error. I didn't manually configure $url parameter. All the images on...

Hi, after update wordpress, my website has gone in white screen of death with above debugging message. below code is in theme.php at line 2241. Please help. 'page_news' => array(...

hello i am WordPress developer this function not working in php 8 please make it compatible with php 8 it really helps us

I am getting this error on my site. Notice: Trying to access array offset on value of type bool in /homepages/6/d22556011/htdocs/clickandbuilds/HomeOfficeToGo/wp-content/themes/configurator/framework/plugins/aq_resizer.php on line 115 Notice: Trying to access array offset...

When an image is deleted via the wp-admin media library, all the sizes generated by WordPress are deleted, but not the sizes generated by the Aqua-Resizer. This leaves a whole...

add the process of saving the resize result path, and delete the resized result file when do action delete_attachment save in option, and will deleted

There is the problem when "domain per language" option is selected in WPML. ex. domain.local and en.domain.local. In that case function is returning "false".

The code snippet set for use with WPML is no longer necessary, and now have the opposite effect.

`/* WPML Fix */ if ( defined( 'ICL_SITEPRESS_VERSION' ) ){ global $sitepress; $url = $sitepress->convert_url( $url, $sitepress->get_default_language() ); }` This part is supposed to fix the WPML issue when different...

Hi! Any filenames with the extension in it are being stripped out from this line: https://github.com/syamilmj/Aqua-Resizer/blob/57fe7e7877381483c0d7bf90cd34951066d8b5f3/aq_resizer.php#L128 And thus, fails this check here: https://github.com/syamilmj/Aqua-Resizer/blob/57fe7e7877381483c0d7bf90cd34951066d8b5f3/aq_resizer.php#L136 E.g. `/2019/01/filename.jpg-hello.jpg-test-name.jpg`, where all occurrences of `jpg`...