Hi,
Thanks for your quick reply. That was the first thing I thought of too (good to know that I’m not the only one wondering why it’s not working!).... Anyway, here is a copy of the html for the thumbnails on the picture I posted above:
http://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-1_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-2_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-3_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-4_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-5_thumb.jpg
The html seems ok to me and the image source etc. is the same as it was before the update. The image sources listed exactly match the names of the thumbs on the server.
Sorry this post is going to be a bit long, but here’s a copy of what’s in my template for these pages:
<!— :: gallery —>
<div class=“gal”>
{exp:gallery:entries gallery="{gallery_name}” }
<div class=“gal_104”>
{if c_code == "EN"}{custom_field_three}{/if}
{if c_code == "DE"}{custom_field_four}{/if}
</div>
{if c_code == "EN"}
{exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Previous Image |{/exp:gallery:prev_entry}
{exp:gallery:next_entry gallery="{gallery_name}”} Next Image ››{/exp:gallery:next_entry}
{/if}
{if c_code == "DE"}
{exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Vorheriges Bild |{/exp:gallery:prev_entry}
{exp:gallery:next_entry gallery="{gallery_name}”} Nächstes Bild ››{/exp:gallery:next_entry}
{/if}
<div class=“gal_title”>
{if c_code == "EN"}{title}{/if}
{if c_code == "DE"}{custom_field_one}{/if}
</div>
<div class=“gal_caption”>
{if c_code == "EN"}{caption}{/if}
{if c_code == "DE"}{custom_field_two}{/if}
</div>
{if c_code == "EN"}{image_url}{/if}
{if c_code == "DE"}{image_url}{/if}
<div class=“gal_title”>
{if c_code == "EN"}{title}{/if}
{if c_code == "DE"}{custom_field_one}{/if}
</div>
{if c_code == "EN"}
{exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Previous Image |{/exp:gallery:prev_entry}
{exp:gallery:next_entry gallery="{gallery_name}”} Next Image ››{/exp:gallery:next_entry}
{/if}
{if c_code == "DE"}
{exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Vorheriges Bild |{/exp:gallery:prev_entry}
{exp:gallery:next_entry gallery="{gallery_name}”} Nächstes Bild ››{/exp:gallery:next_entry}
{/if}
{/exp:gallery:entries}
</div>
<!— gallery :: —>
I’m definitely no html expert but this seems ok to me. Custom fields three and four refer to the thumbnail URLs and images in German and English as I listed them above.
Any ideas??
Thanks in advance!