• Hello, some images are not being watermarked neither manually not automatically. The full size images are always watermarked. I am not sure what causes this. There is no error in the error log. Thank you!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter apexdigitalro

    (@apexdigitalro)

    Is anyone here still active?

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Maybe your theme use some custom image sizes, plugin can regenerate only registered image sizes, if theme or some plugin use custom resize method, then it will be not registered.

    Please try to use some thumbnail regeneration plugin to update all images.

    Regards,
    Oleg

    Thread Starter apexdigitalro

    (@apexdigitalro)

    Hello, thank you for your reply!

    I have used a plugin to regenrate thumbnails, and this fixed the issue for some images. However, the watermarks are not not applied to other products, and I am not sure why.

    Almost of the watermarks work on mobile either. Can you help me troubleshoot this?

    tahagov.ro

    Here is some of the bits of code that I am using to resize images on the website. Could these interfere with some of the images?

    TIA

    FOR MOBILE:

        .attachment-shop_single {
        max-height: 550px;
        max-width: 225px;
        }
        div .content-product{
            min-height: 191px;
        }
        .content-product .product-content-image img{
            min-height: 163px;
            min-width: 163px;
        }

    FOR DESKTOP

        .attachment-shop_single {
        max-height: 550px;
        max-width: 550px;
        }
        .content-product .product-content-image img {
        max-height: 250px;
        max-width: 250px;
        width: auto;
        height:auto;
        }
    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Provided code only describe how image styled on frontend with CSS code, but what image size loaded you can check only in PHP code.

    After thumbnail regeneration all images must work correct, maybe images was cached in browser. Please try to clear browser cache or check in other browser.

    Regards,
    Oleg

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some images and image sizes are not receiving watermarks’ is closed to new replies.