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

WPML Fix returns false.

Open benoyd opened this issue 7 years ago • 2 comments

/* 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 domains are used. However, it seems like it's now doing the opposite. removed this and now it works fine. I'm using Wordpress 4.8.2, WPML 3.8.3, aq_resize 1.2.2.

benoyd avatar Oct 19 '17 11:10 benoyd

I've got the same problem. If your site has url like this: domain.com/en then Aqua resizer will return false.

steve231293 avatar Jan 24 '19 03:01 steve231293

Fixed with #116

Striffly avatar Jul 08 '20 10:07 Striffly