21 comments found.
To some of my images watermark is not applied automatically and I can’t find a pattern. First thought its too small 512px but some others with same size are applying just fine. Help.
Hi. I’ve spent 2 days trying to find a way to make it work. Store has 5k+ images. I’m working on category/single product based. Its failing generating watermark. Help.
Presale Question: Is the Exclude WooCommerce downloadable images checked once for global settings or check with each new product. Just wondering?
That’s global settings. The watermarks template will follow that rule for all products old or new
Hello, can this plugin automatically watermark all existing images? And can it automatically watermark the loaded images when you save the settings?
Yes, the plugin has bulk watermarking feature, you can watermark all existing images.
It also has auto watermarking feature, you can apply watermarks automatically on new uploaded images.
Hi, I need to apply a watermark across the full width of the images. I tried using auto resize and setting the width percentage to 100%, but it didn’t work. How can I set a centered, non-repeated watermark with 100% width? I look forward to your reply. Thank you
Hi,
Please select the middle box in the position settings and
make sure you select the context too Bulk Watermarking / Auto watermarking like that.
https://prnt.sc/6xNbtFp7a6PKc97ae2ed-b5b7-41f3-b53a-8d997a458cea – 4 Dec 2024
Hello,
I would like to put a watermark only on the Woocommerce product page and on the Zoom.
I’ve created the Watermark template called ‘Watermarks’ and I’ve chosen in Bulk Apply‘’Select Images by posts’, but I don’t see any Watermark applied? Can you help me? My site isn’t online yet but I can give you temporary access following your reply. Thanks 
Please, contact us at services@grandplugins.com
ok thanks
Hello. does this plugin work on webp ? And can I only apply watermark to blog posts not woocommerce images?
Hello!
Yes, It works with WEBP. You can choose which post type to apply the watermarks on.
Hi,
Where can I download the 1.4.4 version? My WordPress alert me that it is available, but from codecanyon I can download the 1.4.3 only.
Hi, It should be available now.
Salve, con il vostro modulo come posso inserire la filigrana in tutte le immagini già caricate nel sito con una unica operazione senza dover selezionare manualmente ciascuna immagine dalla libreria? Grazie, aspetto vostre info.
Hi, with your module how can I insert the watermark into all the images already uploaded to the site with a single operation without having to manually select each image from the library? Thanks, I’m waiting for your info.
Hi, You can apply watermarks templates on image in bulk from “Watermarks -> Bulk Apply” page.
Docs: https://grandplugins.com/documentation/wp-watermark-images/
Hi. How can I position the watermark into the bottom left or bottom right corner, and offset 40px from the bottom of the image? Now if I set this like this: https://prnt.sc/BorbLTIWQXen
The watermark positioned wrong. See here: https://prnt.sc/r05yqd8ovNMw
I have different type of images (made by landscape or portrait mode)
And where can I find the documentation? There is wrong url in the downloadable file. 
Hi, The offset was being set by default from top left corner. A new version has been just added to select any of the four corners.
The documentation link has been updated too.
Please check again with the latest version.
Regards!
Thank you, it’s much better now.
Can I use it with this plugin? https://wordpress.org/plugins/image-regenerate-select-crop/
I want, that if I regenerate a thumbnail (or make bulk regeneration) it can auto apply watermark too. Now when I regenerate image, the watermark gone. 
So if there any hooks or something what I can use for this?
You can try to watermark images after regeneration. We will check that plugin, and if it’s doable we will consider compatibility with it in the upcoming updates.
Thank you. There is a hook after that plugin finish the image (sirsc_image_processed). But I can’t figure out, what function need to call in your plugin, to do watermark on image. Example snippet:
add_action( ‘sirsc_image_processed’, ‘watermark_regeneration’, 10, 2 );
function watermark_regeneration($attachment_id, $sizes) { //what function need to call? }
Hi again. Is there any wp cli support for this plugin? I have a lot of images (above 20k) that need to be watermark, and when I try bulk apply, it is stop after 5-10 minutes. No error log at all. Console log says: “Failed to load resource: the server responded with a status of 500 ()”
Hi, 20k is a huge number. This would be hit by limited server resources and results in a server timeout. try to bulk apply on batches.
Ok, I resolved it. Filtered posts by date.
Hi I just bought Watermark Images Plugin for Wordpress and Woocommerce.
Cost me 50 bucks after tax in UK – a lot of dosh.
However the plug in failed to install.
Can you help?
Ed
Hi. The watermark doesn’t get applied to product catalog images which are 300×300. Please advise.
Hi, please provide more details like screenshots of watermark template options, images example to support@grandplugins.com
Improvement suggestion: Allow the plugin to run on subdomains of the registered URL.
I create staging environments which are subdomains of my TLD and the plugin won’t work on those domains.
no problem. subdomains can be used now
Hi, I added the license to a staging site and now the license won’t work on my main site. How can I resolve this?
Hi, It’s resolved now. check again please.
Perfect! Thank you!
Great!
if you like the plugin, please kindly leave a review. it would be much appreciated.
Thanks!
Can we apply this watermark to products based on product attributes? E.g. if a product contains X attribute then apply the watermark.
Hi, Yes. You can set the auto apply settings for products based on attributes value
This Demo for auto-watermark uploaded images to variable products that have T-shirts Category https://grandplugins.com/wp-content/uploads/2021/10/auto-apply-woo-variable-tshirt.mp4 More Details in Docs: https://grandplugins.com/documentation/wp-watermark-images/Hello again!
The watermarks are centering very nicely on rectangular images (1920×1080, for example), but on other ratios (like 768×1080), they’re drifting quite a bit.
This one is 1200×1600, for example (the current watermark is the more centered one): https://imgur.com/a/jh3T1dt
I thought perhaps I could add multiple watermarks with different positioning depending on aspect ratio, but it looks it only allows that functionality with absolute min/max dimensions. Any ideas on how to get the watermark centered regardless of aspect ratio? I might play around with the calculate_watermark_position function when I have the time—I think there might be a way to implement universal centering with something like:
1. Find image exact center: centerX = (x1 + x2) / 2, centerY = (y1 + y2) / 2 2. Find 1/2 * $watermark[‘width’] and 1/2 * $watermark[‘height’] 3. Position watermark x and y start at $centerX – $halfWatermarkWidth, $centerY – $halfWatermarkHeight
I haven’t worked much with this sort of thing in PHP before so just speculation, but if something like that would work to center watermarks on all image ratios it’d be awesome!
Hi, The “relative to center” option is added for that purpose. It has a “new” icon next to it in the screenshot.
This option will center the watermark with Position “center” and offset: percentage : “50% 50%”.
Ah, that was the issue! I thought the “Relative to center” button would center the watermark by itself; I didn’t realize it needed the 50% 50% setting as well. I tried it with a few image size and it seems to be working better now, thanks!
Works great with WebP Express, thanks! Different issue: I’m trying to apply an image watermark to the center of every image on upload. However, the image watermark seems to jump around depending on the image size. I tweaked it to fit our most common general size (1800×1200) by setting left to -3% and top to 30%, but going a few hundred pixels up or down pushes the same watermark off-center.
Any way to make sure the image watermark is always centered, or do I need to create different watermarks for every possible image size?
Hi, an update is added for the image watermark offset.
The offset will be relative to image watermark’s center instead of the image watermark’s top-left corner.
The offset options like screenshot below would center the image watermark regardless the image size. https://prnt.sc/fD2ZfeuANI66please check and let me know the result.
That’s working, thanks so much!
Great!
if you please rate the plugin, it would be greatly appreciated.
thanks!
Does this plugin work with WebP? My site automatically converts all uploads to WebP and serves them that way, so the watermark would either need to be capable of applying to photos that are already in that format or somehow running before the automatic conversion process happens.
Hi, yes the plugin works with WebP. The watermarks are placed during the upload process before generating the sub-sizes. It should be working fine as long as the convertion process doesn’t exclude the WP core upload process.
specifically the ‘wp_handle_upload’ hook filter.
Thanks! I’ll probably give this a try then. I’m specifically using WebP Express. If this comment doesn’t get updated, assume it works 
Yes. It works with WebP Express.
Hi, Can I set the watermark only for specify size of images? e.g. Only showing watermarked images on full size or large size on frontend. Thanks
Hi, applying the watermark on images for specific sizes is available in manual modes ( single – bulk ). auto watermarks are applied on all image sizes. You can though choose to create a new copy of the image with the watermarks to display it in frontend and keep the original image as it is.
more details in the docs https://grandplugins.com/documentation/wp-watermark-images/
and you can test it in the demo https://demo.grandplugins.com/wp-watermark-images/wp-admin
Hello! Could I set watermark on photos automatically on upload? But not only admin, our roles too.
Hi, Yes. The watermark will be applied automatically for all users roles.
feel free to check the docs https://grandplugins.com/documentation/wp-watermark-images/
and you can test it in the demo https://demo.grandplugins.com/wp-watermark-images/wp-admin