• Resolved gsfergusson

    (@gsfergusson)


    After upgrading to 3.52, inserting an image into a post or page results in a broken thumbnail image. Here’s what’s being inserted that results in a broken thumbnail image:

    <p><a class="ngg-fancybox" title="November 2023"  rel="" data-image-id="2327" data-src="https://clarylake.org/wp-content/gallery/2023-water-level-charts/Clary-Lake-Water-Level-November-2023.png" data-thumbnail="https://clarylake.org/wp-content/gallery/2023-water-level-charts/thumbs/thumbs_Clary-Lake-Water-Level-November-2023.png" data-title="11 Clary-Lake-Water-Level-November-2023" data-description="November 2023"><img class="ngg-singlepic ngg-none" alt="11 Clary-Lake-Water-Level-November-2023"></a></p>

    Here’s what needs to be inserted to prevent a broken thumbnail image (I’ve bolded the missing link):

    <p><a class="ngg-fancybox" title="November 2023"  rel="" data-image-id="2327" data-src="https://clarylake.org/wp-content/gallery/2023-water-level-charts/Clary-Lake-Water-Level-November-2023.png" data-thumbnail="https://clarylake.org/wp-content/gallery/2023-water-level-charts/thumbs/thumbs_Clary-Lake-Water-Level-November-2023.png" data-title="11 Clary-Lake-Water-Level-November-2023" data-description="November 2023"><img class="ngg-singlepic ngg-none alignleft" src="https://clarylake.org/wp-content/gallery/2023-water-level-charts/thumbs/thumbs_Clary-Lake-Water-Level-November-2023.png" alt="11 Clary-Lake-Water-Level-November-2023"></a></p>

    Should be an easy fix guys!

    George-

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter gsfergusson

    (@gsfergusson)

    It appears the problem started with version 3.50. I rolled back to version 3.41 and everything is working.

    Benjamin

    (@benjaminowens)

    Thanks for letting us know @gsfergusson! This will be fixed with NextGEN 3.55.

    i just upgraded to 3.55 and it has not fixed it for me. The html is still missing the src for the thumbnail.

    Thread Starter gsfergusson

    (@gsfergusson)

    That’s a disappointment. Thanks for the heads up @ngardens!

    Benjamin

    (@benjaminowens)

    Sorry everyone, 3.55 was a hotfix release with only one change. This will be resolved with the 3.56 release, which will probably be in early January. My apologies for the inconvenience!

    Thread Starter gsfergusson

    (@gsfergusson)

    Well, 3.56 came out today and the problem is partially but not fully fixed. The changelog says “Fixed: Inserting NextGEN singlepic from the Add Media popup was creating an without a src attribute.” True, inserting a singlepic (or full size pic) works, but inserting a thumbnail actually inserts a full sized pic, not a thumbnail.

    I’ll stay with version 3.56 even if this problem isn’t fully fixed. The full sized pic can be resized, but it’s still not a thumbnail.

    Thanks Guys! Keep trying!

    Thread Starter gsfergusson

    (@gsfergusson)

    I just updated to 3.58, and inserting a thumbnail into a post is still broken. A full sized image is inserted instead. The only way to get the thumbnail in the post is to copy the url of the thumb prior to insertion and replacing the url in the post. Tedious, but it works. Would really like to have the old original behavior back again!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Missing Thumbnail Link In Posts & Pages’ is closed to new replies.