• nunosaraiva91

    (@nunosaraiva91)


    Hi!

    I’m struggling to make the plugin “Offload Media Lite” work with web-stories plugin when I need to set a “Poster Image” on a given story

    Steps to reproduce my error:
    – I upload a new image to the Poster Image
    – The image is successfully uploaded with the right CDN url:
    https://cdn.<my-domain>/uploads/2022/10/<image-name&gt;.jpg
    – The plugin now requires me to click on “Set as Poster Image”
    – It opens the Edit image dialog in order for me to cut the image to the right size
    – It generates a new cropped image with a wrong CDN url, by prefixing my local url with the CDN url:
    https://<my-domain>/app/uploads/s3euwest1://cdn.<my-domain>/uploads/2022/10/<image-name&gt;.jpeg

    This also happens to the “Publisher Logo” image uploads

    Here’s some of my “Offload Media Lite” settings:
    – Offload Media: yes
    – Remove Local Media: yes
    – Add Prefix to Bucket path: “uploads/”
    – Add year & Month to Bucket Path: Yes
    – Add Object version to Bucket Path: No
    – Deliver Offloaded media: Yes
    – Use Custom Domain Name (CNAME): cdn.<my-domain>
    – Force HTTPS: yes

    Versions:
    “WordPress”: 6.0
    “Offload Media Lite”: v3.0.2
    “Web-Stories”: 1.27.0

    Is there something that I’m missing?
    Is this something that already happened to someone?

    Thank you for your support!

Viewing 1 replies (of 1 total)
  • Plugin Author Delicious Brains

    (@deliciousbrains)

    Sounds like the Web Stories plugin does not work well with remote image URLs, and/or makes assumptions about image file paths without using standard WordPress functions.

    Probably best to contact the authors of the Web Stories plugin for support.

    -IJ

Viewing 1 replies (of 1 total)
  • The topic ‘Web-Stories Plugin incompatibility on Poster Images Crops’ is closed to new replies.