Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter amishpatel

    (@amishpatel)

    Ok so now I am confused. When I view source on the example gallery URL, the thumbnail links are all going through the CDN and WORK correctly when I directly access the link.

    When I inspect element on the first broken thumbnail, I see it is this bit and the background URL that is incorrect and linking wrongly:

    <div style="width: 100px; height: 100px; background: url(https://wrestling-edge.com/wordpress/wordpress/wp-content/gallery/photos-of-mika-rotunda-sister-of-bray-wyatt-and-bo-dallas/thumbs/thumbs_10009765_10202582723027331_1691779728_n.jpg>) no-repeat center;"></div>

    Plugin Contributor photocrati

    (@photocrati)

    @amishpatel – I would start with using the Reset Option under Gallery > Other Options … it appears you have wordpress/ twice in the “broken” paths, the Reset Option should help to clear that up.

    You may need to clear the image cache under Gallery > Other Options > Miscellaneous afterward as well.

    Also, what are you using to display the images as it does not appear to be a standard display type used by NextGEN Gallery?

    Thanks!

    – Cais.

    Thread Starter amishpatel

    (@amishpatel)

    Hi Cais

    Slight problem now. I reset options as you suggested, but that has screwed up the look of all my galleries. I believe it was custom styling / css in place…

    I’ve restored a previous version of the NextGen plugin but that didn’t fix the issue, so my question from this is what file or files does resetting options affect? I guess they aren’t within the nextgen plugin….

    ??

    Plugin Contributor photocrati

    (@photocrati)

    @amishpatel – If you were using templates and shortcode structures you may need to re-set the template under Gallery > Gallery Settings.

    If you had specific custom CSS, check under Gallery > Other Options > Styles to ensure you are using the correct one.

    Aside from those two items there is essentially nothing that would affect CSS in the Reset Option.

    – Cais.

    Thread Starter amishpatel

    (@amishpatel)

    Damn. I am totally stuck.

    I have no idea what the settings were in either of those parts because I didn’t develop the site, and the people that did are long gone.

    Any other ideas how to get it back to the look it was? The galleries display as they should on archive.org if I go back and look, but I’m not sure I could get anything from that!

    Thread Starter amishpatel

    (@amishpatel)

    nevermind, fixed the look… it’s back to the original problem now. Thumbnails still don’t work.

    Plugin Contributor photocrati

    (@photocrati)

    @amishpatel – If the Reset Option corrected the images then you might look at noting all of the settings currently in place and trying again.

    Also, I’m not recognizing the display you are using, if this is customized it may need to be addressed (especially since there are no <img> tags being used in the carousel).

    – Cais.

    Thread Starter amishpatel

    (@amishpatel)

    hmm yeah I give up. I tried to reset but to no avail. Still linked incorrectly. I have looked in the template file being used and found a line relating to the background image which is causing the issue:

    <div style="width: 100px; height: 100px; background: url(<?php echo get_nexgen_thumb_from_url($image->imageURL, TRUE ); ?>) no-repeat center;"></div>

    Don’t suppose anything is wrong with that?

    Plugin Contributor photocrati

    (@photocrati)

    @amishpatel – What specific layout / template are you using to display the images? Maybe we need to start there?

    – Cais.

    Thread Starter amishpatel

    (@amishpatel)

    Hi Cais,

    The template that is being called through gallery settings is named gallery-templatename.php stored at: nggallery/gallery-templatename.php

    Is this what you mean? If not, if you can tell me how to find this out I can do so….

    Plugin Contributor photocrati

    (@photocrati)

    @amishpatelgallery-templatename.php is not a bundled NextGEN Legacy template we provide and within its code (if that is the actual name?) may be the issue(s) you are trying to resolve.

    – Cais.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘NextGen Thumbnails not appearing, pointing to wrong URL’ is closed to new replies.