-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with WPML #61
Comments
Is there any chance you could look into that? We can help if needed. |
tbh this doesn't make much sense |
@senlin Issue is still present, but it is caused by a bug in WPML. The problem is because of not handling wp_upload_dir() & content_url() functions. |
@vukvukovich Have you opened a bug report with WPML? Usually they are very cooperative when you file a report with detailed information so they can reproduce the issue. |
@senlin - @vukvukovich is a WPML developer. He is referring to an inner ticket we have waiting to be fixed for one of our next WPML releases. |
@webifish thanks for the disclosure :) As WPML just released new versions, may I ask for which version this bug is scheduled to be squashed? |
It could be in next major one. |
I'm sorry, but that really is a super vague answer. You'd better say "I have no idea if it will ever be addressed; don't count on it", so we can move on... |
Sorry, but I cannot give you precise answer at the moment. It will be definitely fixed. I will update here as soon as I have more precise information. |
ok thanks @vukvukovich |
This patch works with Domain per language setting. In aq_resizer-1x.php add following lines at the beginning of sf_aq_resize function.
|
@syamilmj Can you please confirm, if the code works for you, If yes, can you please add it in aq_resizer-1x.php file, So its compatible with WPML. As we got the client back, after updating the theme, which has resizer plugin installed, The new updates didn't work, May be the code is not added yet. |
Add my personal 50 cents to notify this bugifx not working if the website use WPML but not in "domain mode".
|
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 text was updated successfully, but these errors were encountered: