![]() |
|
watermark in full image - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: watermark in full image (/thread-10010.html) |
watermark in full image - vincent3569 - 2012-05-23 Hi I used zenpage theme, with colorbox option, and colorbox slideshow with full image. In all case, I don't have watermark displayed. Is it an issue or I missed something ? watermark in full image - acrylian - 2012-05-23 You have to use protected full image links to see a watermark. By default the colorbox uses the full image directly and unprotected. But colorbox does not really like that so you need either to change the jquery define for it (we had this lots of times on the forum) or use the iFrame method to display (as the protected view is basically a page). watermark in full image - vincent3569 - 2012-05-23 acrylian : you said can you explain how should I do that ? watermark in full image - fretzl - 2012-05-23 Please read: http://www.zenphoto.org/support/topic.php?id=8741 watermark in full image - acrylian - 2012-05-23 That's what I meant. Thanks for digging out that topic (I could swear we had that recently, too) watermark in full image - vincent3569 - 2012-05-23 ok thanks fretzl and acrylian in option, I set "protected view" in Full Image protection. and no watermark appears, neither if I open the image in colorbox, neither in the slide show. I checked the code, and colorbox is well defined (photo: true) on slideshow instance of colorbox. so I don't really understand where the problem is. watermark in full image - acrylian - 2012-05-23 You need to use the right image function as well. There are several for the full image, including one for unprotected full images that naturally does not care about any setting. The Zenpage theme uses that one if I recall right. watermark in full image - vincent3569 - 2012-05-23 there is the code of image page of zenpage theme ` watermark in full image - vincent3569 - 2012-05-23 I have explored the core code. in slideshow.php, in printSlideShowLink function, there is this code
watermark in full image - sbillard - 2012-05-23 Do watermarks show if you do not use colorbox? Have you chosen to cache the full image? watermark in full image - vincent3569 - 2012-05-24 I tried slideshow with jquery cycle. watermark in full image - acrylian - 2012-05-24 There is a fix from sbillard in the svn regarding full images so this might have been a bug. Please try the trunk nightly. watermark in full image - vincent3569 - 2012-06-03 hi I tried Zenphoto version 1.4.3-BETA [10224]. I can see watermark on full image, but nothing changes on slideshow. watermark in full image - sbillard - 2012-06-04 The jQuery Cycle code does not execute the statement you quote above. That code is in the "colorbox" path. So far as I can tell, jQuery Cycle does not use the full image, it uses the default sized image. And if that image is watermarked, the slideshow does include a watermark. watermark in full image - vincent3569 - 2012-06-04 the watermark on protected full image is not displayed, both with cycle and colorbox slideshow. but, with zenpage theme, if colorbox is checked to display the full image (not the slideshow), there is the watermark. watermark in full image - acrylian - 2012-06-04
watermark in full image - vincent3569 - 2012-06-04 With colorbox, the full watermarked image is displayed, but in the slideshow with colorbox, the full watermarked image is not displayed (either if watermark on image is selected or not). have a look here : http://dev.vincentbourganel.fr/20101111-voyage-marseille/img_4400.jpg.html watermark in full image - acrylian - 2012-06-04 I understand. It is indeed coded that way. We will soon fix that. |