laballo
Forum Replies Created
-
Hi Mateus,
yes I have set the mime:types
image/webp .webp
image/avif .avif
image/avif-sequence .avifs
on my server settingsThe Support from my Server can’t find a solution how to get it work.
when I put this in my configuration
# BEGIN WebP Converter for Media set $ext_avif ".avif"; if ($http_accept !~* "image/avif") { set $ext_avif ""; } ......
it didn′t work
when I remove the above code it works with Brave Browser, Firefox and I can see the loading of avif images.
I try to find anyone who can make it correct for me
Thank youHi Mateusz, sorry for the late feedback. I have written to the server support again. I know the problem is not with the plugin but one more question and that is the Nginx statement from the FAQ server {
# BEGIN WebP Converter
set $ext_avif “.avif”; …..
have to be set up for it to work?I hope, since I have seen that many requests have something to do with the server settings and not with the plugin, that you can help me there.
Thank you
Hi- Great thanks for response!
by chance I discovered the following – I have the Pro version and in the backend under the selection conversion method is automatically activated Remote server. And if I now under the NGINX statement, the suggested statement from the FAQs# BEGIN WebP Converter set $ext_avif ".avif"; if ($http_accept !~* "image/avif") { set $ext_avif ""; } set $ext_webp ".webp"; if ($http_accept !~* "image/webp") { set $ext_webp ""; } location ~ /wp-content/(?<path>.+)\.(?<ext>jpe?g|png|gif|webp)$ { add_header Vary Accept; add_header Cache-Control "private" always; expires 365d; try_files /wp-content/uploads-webpc/$path.$ext$ext_avif /wp-content/uploads-webpc/$path.$ext$ext_webp $uri =404; } # END WebP Converter
removable!
so I take out the recommended NGINX presence, everything works and the avif file type is displayed.is it because of this that I don’t need an additional NGINX statement that it runs over remote server?
Hello thank you very much for the quick support- thank you. I have already been in contact with the support – unfortunately no quick solution can be found from there. Maybe one more question- if I change the NGINX instructions do I have to convert all images again?
Forum: Plugins
In reply to: [Germanized for WooCommerce] Schnittstelle zu sevDesk?Hallo, würde mich auch sehr interessieren wann es soweit ist.
Danke
Forum: Plugins
In reply to: [WP-PostRatings] Solution for Cache Plugin Cache Enabler (KeyCDN)hi Lester, thanks for answer (you have the fastest Support!!!) Thank you
Forum: Plugins
In reply to: [WP-PostRatings] Use Schema.org for LocalBusinessHi Lester,
thanks for answer. i found a solution to do this, i modify the wp-postratings and it works when i test it on google- but look for a dev so he can make it per functions.php – than its not override after update.Thank you Lester for your fast support!!!
Forum: Plugins
In reply to: [WP-PostRatings] Change itemprop description with WPSEO descriptionthank you lester,
and thanks for the great plugin!Forum: Plugins
In reply to: [WP-PostRatings] Change itemprop description with WPSEO descriptionHi Lester- thats the fastest support!!!!!,
thank you for answer. So i change $post_excerpt to $post_content ?thank you lester
Forum: Plugins
In reply to: [WooCommerce] Anchor link within Product PageHi Mike Moore,
lieben Dank für diesen Tipp!
Thank you