Media Converter + revslider
-
Hello,
I bought Media Converter but I see it has problem with working with RevSlider and Sike HotSpot. Can it be solved?
Adam WolakThe page I need help with: [log in to see the link]
-
Hi @adam_wolak,
Thank you for your message.
What is the problem? Please describe it in detail.
Best,
MateuszThank you your reply. It seems that it was my fault
Adam Wolak
@adam_wolak What happened? Please describe it – this knowledge may be useful to other users.
I had to comment out part of nginx configuration since it blocked
openssl s_client -connect bielskoclinic.pl:443
140439398704448:error:0200206E:system library:connect:Connection timed out:../crypto/bio/b_sock2.c:110:
140439398704448:error:2008A067:BIO routines:BIO_connect:connect error:../crypto/bio/b_sock2.c:111:
and made deletion of post impossible.
This is this part:
# Location block for converting media files # BEGIN Converter for Media
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/(?.+).(?jpe?g|png|gif|webp)$ { add_header Vary Accept; expires 30; try_files /wp-content/uploads-webpc/$path.$ext$ext_avif /wp-content/uploads-webpc/$path.$ext$ext_webp $uri =404; } # END Converter for MediaI changed /etc/host anf /etc/hostname and now ssl is OK.
But still in WordPress tools is TLS 1.2 Not Enabled.
More – I can not delete post. Maybe plugins conflict.@adam_wolak Thank you!
it was Rank Math SEO problem
Please give me part of site config responsible for Converter for Media@adam_wolak What do you mean?
OK. I found this few lines to add to site.conf on your page.
It working and converting except this info:- Dodatkowe informacje dotyczące procesu:
405 - Method Not Allowed (https://bielskoclinic.pl/wp-json/webp-converter/v1/regenerate) ["/var/www/skinclinic/wp-content/uploads/revslider/home-slider/bg_usta_wolumetria_2-100x100.webp", "/var/www/skinclinic/wp-content/uploads/revslider/home-slider/bg_radiofrekwencja_mikroiglowa.webp", "/var/www/skinclinic/wp-content/uploads/revslider/home-slider/bg_radiofrekwencja_mikroiglowa-768x322.webp"]
405 - Method Not Allowed (https://bielskoclinic.pl/wp-json/webp-converter/v1/regenerate) ["/var/www/skinclinic/wp-content/uploads/revslider/home-slider/bg_radiofrekwencja_mikroiglowa-760x428.webp", "/var/www/skinclinic/wp-content/uploads/revslider/home-slider/bg_radiofrekwencja_mikroiglowa-760x319.webp", "/var/www/skinclinic/wp-content/uploads/revslider/home-slider/bg_radiofrekwencja_mikroiglowa-570x530.webp"]
The topic ‘Media Converter + revslider’ is closed to new replies.