Is it possible?
]]>To the wonderful people of WordPress. Thank you for your interest in WP Image Protect.
Over 22,000 downloads later, I have taken the decision to discontinue development and support of the plugin. I am moving on to pastures new.
This was a great project and thanks for those that offered support and words of wisdom.
It will remain on the repository for the time being, but I suggest you try other plugins for the same functionality. I will not be answering any support queries from now on.
All the best,
Richard
]]>Hallo,
Using wp-image-protect plugin ( https://www.ads-software.com/plugins/wp-image-protect/ ) I want next :
In woocommerce products show image of products with watermark which I set in wp-image-protect plugin settings.
But I want not to show this watermark in “Order Details” page when the order is Completed.
For this I added action like:
add_action( 'woocommerce_order_status_completed', 'displo_woocommerce_order_status_completed' );
function displo_woocommerce_order_status_completed($order_id) {
$ret= add_metadata('post', $order_id, 'wpipp_exclude_from_watermark', false);
...
I found this code in code of wp-image-protect plugin in function :
/**
* Save the exclude watermark field
*/
function wpipp_add_exclude_watermark_field_save( $post, $attachment ) {
if( isset( $attachment['wpipp_exclude_from_watermark'] ) ) {
update_post_meta( $post['ID'], 'wpipp_exclude_from_watermark', $attachment['wpipp_exclude_from_watermark'] );
} else {
update_post_meta( $post['ID'], 'wpipp_exclude_from_watermark', false );
}
return $post;
}
As I set this meta post value with key ‘wpipp_exclude_from_watermark’ key.
Sorry but I did not understand what is last 4th parameter “false” or “$attachment[‘wpipp_exclude_from_watermark’]” ?
How it works?
After calling my code I see row in postmeta table with post_id= Newly created order, meta_key= ‘wpipp_exclude_from_watermark’ and meta_value= ”
But the thing is that Watermark is visible anywhay on “Order Details” page when the order is Completed. I hoped as this Order (row in post table)
has row in postmeta with meta_key= ‘wpipp_exclude_from_watermark’ and meta_value= ” this image would be without watermar.
I tried to debug code of this template and did not find how this ‘wpipp_exclude_from_watermark’ works at all.
Is it break or this plugin or I did something wrong ?
After I installed and set up a text watermark with your plugin, one of my sliders can not find the images (the one on my client’s homepage so it is the most important one).
The sliders I have created for internal pages still work though I haven’t been able to find the difference that is breaking the homepage slider.
Any thoughts on what I should look for? This is urgent to me since it is a live site with the homepage slider broken.
Thank you!
Tracy
]]>Hi there
I have downloaded and installed the plugin, activated it and entered my required settings, but the watermark is not applied to any images on my site.
Here’s a screenshot of the plugin settings, minimum height for a watermark is 100px – https://www.dropbox.com/s/zdyloe7f9m1kmmw/plugin-settings.png?dl=0
And here’s an image 300px x 299px, with no watermark applied – https://www.dropbox.com/s/1npz7udqgwuwc5f/Image-300x299px.png?dl=0
I have the latest version of WordPress = 4.2.2 (self hosted, multisite), and the plugin = 2.7.1, and have also confirmed that I have GD Library version 2.0 or higher with FreeType, PNG and JPG support enabled.
Is there a way I can debug the problem somehow? WordPress debug mode doesnt report any problems, and I am not sure what the Debug tick mark in the plugin settings does.
Thank you
Ciaran
]]>Hello, Just paid for and installed the premium version that allows watermarking with an image. It did great with existing posts, but after creating the first new one I’ve come up with a problem. When an image is uploaded it adds a watermark, then if I need to rotate the image it adds a second watermark once rotated without removing the first. I tried clicking the checkbox to exclude from watermark for this image before rotating, and now have it checked on the final rotated image, and yet there are two watermarks. Post in question: https://www.pitgarden.com/plants-growing/
]]>Hi,
I’m interesting in purchasing a watermark plugin for my photography site. I’ve been looking at all the plugins, and your seems to have the most options.
I’m curious if it can ADD the watermark ONLY when the image is SELECTED/VIEWED.
For example – on my development website https://dev.juntangphotography.com/actor-headshots-gallery-carousel/ when I display only ONE image at a time, it’s ‘looks’ okay with the watermark.
However, when I use the masonry gallery as seen here https://dev.juntangphotography.com/actor-headshots/ Having ALL those images with water mark seems like I’m narcissistic. And I’m curious if the plugin has the option to only appear when you SELECT an image and it open in lightbox WITH the watermark. Otherwise, when the image is in the masonry gallery or the background, you don’t see ALL those images with ALL the watermark. Just seems TOO MUCH.
If your plugin can do that, or if that is a future update, I’m definitely interested.
Thanks
]]>Hello,
This is a great plugin but it have an issue: it show watermark even on the website logo. Is there a way to ignore it?
Best regards
I transferred the image on the subdomain. I had lost all watermarks. Can I set up a job posting images on the subdomain. subdomain and main domain are on the same server
]]>The plugin seems to work very well and I’m looking into getting the PRO version.
On testing the LITE, I noticed the plugin also watermarks thumbnail images. Is there a way to disable thumbnail watermarks?
Most importantly, do you know if there are any conflicts with the WP Retina 2x plugin?
FYI, WP Retina 2x plugin generates two images from the original image: one image for regular displays and another (@2x) for retina displays.
]]>Hi!
I’m wondering if someone was able to make this great plugin working with nginx. I’ve try rewriting the rewrite rule written for apache configuration:
RewriteRule ^(.*)wp-content/gallery/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/gallery/$2 [QSA,L]
RewriteRule ^(.*)wp-content/uploads/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/uploads/$2 [QSA,L]
In this:
rewrite ^/(.*)wp-content/gallery/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/gallery/$2 break;
rewrite ^/(.*)wp-content/uploads/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/uploads/$2 break;
But I had no success… Images are not displayed anymore. Thanks!
]]>I need my site name to show up on the images in google.
Will this ‘overlay’ do the job or do I need to really have the ‘watermark’ in the picuter edited?
I would love to use your plugin when it will work in Google!
]]>Hi.
Using the text watermark, recently updated my site to use front to back https:// and the watermark doesn’t work any longer.
My htaccess looks like such:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*)
RewriteRule ^.*$ https://%1/$1 [R=301,L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^(.*)wp-content/gallery/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/gallery/$2 [QSA,L]
RewriteRule ^(.*)wp-content/uploads/((.*)\.(jpe?g|gif|png))$ /$1wp-content/plugins/wp-image-protect/php/wpipp-image-manager.php?src=wp-content/uploads/$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I don’t see a reason why it wouldn’t work. I’ve tried uninstalling and re-downloading the plugin and installing it, still no success. Domain is damcomarine.com
]]>I am trying to insert an image watermark, but it works just the default image? There are dimensions to be respected? which is the size of the image?
thank you
]]>The basic plugin works fine yet, but before going pro I need to know:
Is it possible to assign different text- or picture-watermarks to specific users, for example:
watermark-john.png is used for all pictures uploaded by john,
watermark-sandy.png is used for all pictures uploaded by sandy etc.
Thanks in advance for this useful information ??
]]>Have just changed a single WordPress site to Multisite and
Watermark WP Image Protect Premiom does not work
https://www.valour-for-all.com
I just unstall 2.7 version on my website https://www.setdr.org.
But Watermarks not show i clear all cache and i not use CDN.
Please advice me how i fix this problem.
best regards,
]]>Hi,
Is this plugin can be used with MaxCDN?
Thanks.
Regards,
Darnin
I would like the watermark to be in a different location so as not to disrupt the image.
Is this possible?
if so, then I cannot find how to do it on your tutorial.
how is it done, if possible?
thanks
I would like to use my own font for this watermark, is this possible?
if so, how?
thanks
]]>I would like people to be able to click on the watermark so they can go directly to my website.
is this possible?
if so, how?
thanks
Hi, i would like to know if you can watermark the users name on a picture to know who is responsable por copying your photo, can your plug-in do this? if so i will go premium.
]]>Unchecking exclude from watermark not working:
https://dianekingzett.com/about/
Looking into premium but would like to know if image prOtect will work with word press photo album plus. I am Using dynamix theme.
What I would like to do is not watermark pictures on a certain page.
I am inserting my photos with WPPA+ using short codes on one my dynamix pages and rather not water mark them. I do have choice to watermark my photos using the WPPA+ plugin but does not offer the ability to remove the water mark.
are you able to let me know if your plugin will work to custom watermark certain photos using WPPA+ and its short codes
Thanks for your time
]]>If you upload any image in the media library, by default it gets automatically watermarked. Inserting the image in a post and checking “Exclude”, doesn’t really help then.
]]>I downloaded the 2.6 version, I performed the installation correctly then I changed the settings in the SETTINGS — —— WP IMAGE PROTECT SETTING —
but it does not work … the images are as before! do I do?!?!
view: https://arcadecabinetmachine.com/
I have been in the settings for some time now and wanting to get my smaller photos of 270×160 pixels to show the water mark. ( I set the minimum pixel lower for this ) the Watermark works on full size images
I am using Dynamix Slide sets and these sets show the image pixel of 270×160.
I want the premium package for the extra protection and wondering if this plugin works with the Slide sets.
If you have any way to get around this I would be interested
Site: https://www.wendlandmasonry.com
under the name projects in the header click there and you will see the smaller photos. I am Using the grid style through dynamix on this page
projects
Ive tried dumping the cache etc.
This problem developed sometime in the last 2 months. Nothing was changed on my site, MyCoolGuitars.com
If you go to the site, you see some images display, some don’t. Sometimes, if you refresh the screen, more images will display. If I deactivate the plugin, everything displays.
What could be the problem?
It appears random – some days more images display than other days.
I have the latest version of your WP Image Protect Lite and WP Image Protect Premium plugins installed and activated.
When I attempt to upload a PNG watermark image I get the pop-up windows as expected and go through the whole process finally choosing the “use as watermark” button. The pop-up goes away but the image is not uploaded to the site. I am shown a broken image icon instead.
https://gator4153.hostgator.com/~angelat/
Thanks
John
]]>See here for example:
https://fruit-powered.com/fruit-powered-quote-of-the-week/
I changed the view to transparent bcg but still I see white rectangle and if i go to my media gallery I see the image has this white box too!
HELP me to remove it!
]]>