• drjoe435

    (@drjoe435)


    I updated the images in my FooGallery (added watermark). On the main gallery page you can see the watermark in the lower right corner. However, when I click on an image to open it in FooBox, it displays the old un-watermarked image. What am I doing wrong?

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    hi @drjoe435

    You need to make sure the full-size attachment images are also watermarked, as that is what FooGallery points to for each thumbnail, which is then picked up by FooBox.

    I had a look at your page, and some of the full-size images are showing with a watermark in FooBox, so it looks like you have resolved the issue?

    Thread Starter drjoe435

    (@drjoe435)

    Thanks for your response. I’m wondering what image FooGallery is actually pulling from? I used East Watermark plugin to watermark these files, and I set it to mark all sizes from thumbnail to full size. In fact, below is a direct link to the full size attachment page of the first photo in the nightscapes gallery I entered above which clearly shows the watermark, yet FooGallery must be pulling from somewhere else?

    https://www.drjoephoto.com/wp-content/uploads/2021/02/YellowstoneFallsPanoFinal-2.jpg

    Thanks

    Plugin Author bradvin

    (@bradvin)

    FooGallery uses the built-in WP function to get back the full size image for an attachment. Specifically, we call wp_get_attachment_image_src passing in ‘full’ as the size argument.

    https://developer.www.ads-software.com/reference/functions/wp_get_attachment_image_src/

    So FooGallery is pulling from the correct place. Perhaps the easy watermark plugin is creating a new version of the full size image

    Thread Starter drjoe435

    (@drjoe435)

    Well, looks like I’ve hit a dead end. In FooGallery (and in my media files) it shows the URL link to the full size image which is the link I gave above, and that file definitely has the watermark. Does the WP get_attachment_image function not use the image URL?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘FooBox Free displayed old images’ is closed to new replies.