• Resolved adam_wolak

    (@adam_wolak)


    Hello,
    I bought Media Converter but I see it has problem with working with RevSlider and Sike HotSpot. Can it be solved?
    Adam Wolak

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hi @adam_wolak,

    Thank you for your message.

    What is the problem? Please describe it in detail.

    Best,
    Mateusz

    Thread Starter adam_wolak

    (@adam_wolak)

    Thank you your reply. It seems that it was my fault

    Adam Wolak

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @adam_wolak What happened? Please describe it – this knowledge may be useful to other users.

    Thread Starter adam_wolak

    (@adam_wolak)

    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 Media
    Thread Starter adam_wolak

    (@adam_wolak)

    I 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.

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @adam_wolak Thank you!

    Thread Starter adam_wolak

    (@adam_wolak)

    it was Rank Math SEO problem
    Please give me part of site config responsible for Converter for Media

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @adam_wolak What do you mean?

    Thread Starter adam_wolak

    (@adam_wolak)

    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"]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Media Converter + revslider’ is closed to new replies.