@greenspangroup – There appears to be some sort of JavaScript/jQuery conflict going on … have you tried looking into if there is a conflict with another active plugin?
– Cais.
Thanks Cais, I have tried disabling them one by one and checking but it hasn’t helped…
@greenspangroup – Looking at that page again I can see there are three JavaScript errors … two are pointing to WordPress core files than cannot be found and the third, although a NextGEN Gallery script, requires one of the first two files to be available (and it is not currently used so I doubt it is affecting the issue at hand).
As to the missing images, looking at the page source there is no image URL being specified in the <img> tags so the “placeholder” can be expected at a minimum but definitely no image will be displayed. What are you using to generate those image links / image list?
– Cais.
I’m not sure how the developer did it and we can’t contact him anymore. When editing the page its either blank or its just has ‘
‘
I think it must have something to do with page templates where a list style template calls up child pages and spits them out as a list… see excerpt below. I have checked the “ProductImageSmall” and they are still all there… makes me wonder if the template requires a script…
<div class=”list-image”>ID); ?>” title=”View <?php echo $pageChild->post_title; ?> In Detail”><img src=”<?php $values = get_post_custom_values(“ProductImageSmall”); echo $values[0]; ?>” height=”63″ width=”100″ alt=”<?php echo $pageChild->post_title; ?>” /></div>
<div class=”list-content”><h4>ID); ?>” title=”View <?php echo $pageChild->post_title; ?> In Detail”><?php echo $pageChild->post_title; ?></h4>
<?php $values = get_post_custom_values(“ProductIntroText”); echo $values[0]; ?> ID); ?>” title=”View <?php echo $pageChild->post_title; ?> In Detail”>» View In Detail</div>
</div>
<? endforeach; endif; ?>
</div>
</div>
<?php get_footer(); ?>
@greenspangroup – Do these issue(s) persist if you temporarily switch to a default WordPress Twenty series theme?
– Cais.
Thanks Cais, just tried that and no images show if I switch. Doesn’t mean that it isn’t the theme though. Where would I find the missing WordPress core files under twenty series to copy them across to my theme?
@greenspangroup – You can either check you site for the Twenty series theme you want to copy from; or search the WordPress Themes repository for the Twenty series theme you are looking for if it is not already installed on your site under /wp-content/theme/
– Cais.
thanks Cais, just tried copying across files but no luck. any other ideas on what may doing it? is there anyway we can rollback to a previous version of wordpress?
@greenspangroup – This article will help with details on how to roll back to a previous version (although it is not really recommended if possible to avoid): http://www.nextgen-gallery.com/how-to-rollback-a-version/
You might want to consider submitting a Bug Report (http://www.nextgen-gallery.com/report-bug/) with your site specifics so we can have a look under the page. We will need log in (and FTP) credentials for your WordPress installation. Please include those with your Bug Report.
Thanks!
– Cais.