Takis Bouyouris
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Brand Attribute strange behaviourThank you for your help, it was a custom filter pagination that caused the issue.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] not working on new serverSure, no problem!
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] not working on new serverHello, Thomas,
Thank you for the update, I am glad this was finally resolved!
If you think the solution might benefit others we would love it if you could share your findings.
Cheers,
TakisForum: Plugins
In reply to: [Advanced AJAX Product Filters] Brand Attribute strange behaviourHello,
We use wp-all import for import products
Forum: Plugins
In reply to: [Adaptive Images for WordPress] not working on new serverHello, Thomas,
Thank you for being a long time Adaptive Images user, we appreciate it!
Since you changed server and possibly the internal urls and paths have changed as well, have tried saving the Adaptive Images settings anew to make sure that the new urls and paths are saved in the plugin settings?
Also, thank you for setting up a test environment for us. In that environment the Adaptive Images plugin seems to be active and working, but when a smaller image is indeed requested that request fails with a 500 server error. This might be due to a missing PHP module although this should have been detected by the plugin itself and reported to the admin in the dashboard.
Here is a url to test this https://wp-tests.de/wp-content/uploads/2017/05/A1-Uta-1200×1800.jpg?resolution=320,1. It requests an image as if that image was requested by a 320px wide device with a pixel density of 1. Since this produces a 500 error, if the server debug is on, you should be able to see some relevant message in the error_log or the debug.log. Could you copy and paste that message for us here, so we can check it out?
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Is this plugin still active?Nginx is indeed trickier than Apache because its configuration file is not editable, unlike the htaccess file of Apache. Can you confirm that the serverβs configuration file has been manually configured to add this stanza:
location / {
rewrite .(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;
}Of course the correct version of it might be slightly different depending on your actual setup!
- This reply was modified 1 year, 11 months ago by Takis Bouyouris.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Is this plugin still active?Hello, @mikeacevedo, thank you for reaching out!
The plugin is indeed under development although we cannot catch up with the pace of the core updates. However the API that we are basing our code on has not changed much during the years. We are working on a new version though, indeed!
Are you using Apache (or an Apache compatible like Litespeed) server? Or are you using NginX?
Forum: Plugins
In reply to: [Performant Translations] Meta generator tag changedThanks!
Forum: Plugins
In reply to: [Performant Translations] Meta generator tag changedWell, why would it do that? It is not the “generator” of the website, it’s just one small portion of it. Can we remove it?
Forum: Plugins
In reply to: [Adaptive Images for WordPress] How does it work vs. srcset?And a correction: the Adaptive Images plugin does take into account browser window size dynamically.
Is there a support question I can help with?
Forum: Plugins
In reply to: [Adaptive Images for WordPress] How does it work vs. srcset?Hello, again, indeed our plugin was initially based on the original adaptive-images.com solution, as we state in the FAQ and in the credits. Of, course the original solution was not a WordPress plugin and, in any case, our solution has come a long way since that point with lots of added implementation details and features.
As far as CDNs are concerned, your explanation pretty much sums up what we know and is the reason why CDN support is still a feature we are working on. In that direction we have developed a special, yet still experimental mode, called CDN Support, which one can find in the plugin settings. We are still working on this, though!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] How does it work vs. srcset?Hello there, my friend, you are always welcome to dig into the plugin’s code to find more about the details.
However, the main idea of the plugin is to work transparently and independently of any application-specific details like the srcset. What it actually does is read the size of the device on the client level via Javascript and then set this in a cookie that is always read by the server. So the server knows what size of image to use.
This also gives more flexibility, because not all srcsets are defined correctly and not all srcsets are close to all device sizes.
And the tests show that, well, it works and without posing much load on the server side.
Hope this helps! π
Forum: Reviews
In reply to: [Adaptive Images for WordPress] Outstanding!!Instant results was indeed part of the idea, thank for saying so @kgbgrafix, we appreciate it!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] How to configure with LiteSpeed cacheHello, my friend, thank you for reaching out!
Cache and performance plugins oftentimes offer too many features in their effort to provide a more complete service. I believe Litespeed has a whole special section dedicated to images. You need to disable that section altogether, so that Litespeed will stop manipulating image requests to your website.
Let me know if I can help any further!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Does not work an does not create a cacheHello, my friend,
Thank for reaching out!
I took a look at your test website and it seems that there is some service or plugin which intervenes and catches image requests and transforms them to webp format on the fly. If that is the case then that solution cannot work together with the Adaptive Images plugin. Only one of them will get the chance to handle image requests at each time.
Let me know if I can help any further!
Cheers,
Takis