I’ve used this plugin several times. Works great!
Except for this one situation where the captions don’t appear on the large image.
The client has three product pages that are summarized with ditto on the main product page. The individual product pages contain an image where the title & alt tag work correctly and you can see the text when you mouse over the image. So far so good. . .
However, on the ditto summary, the direct resize does not display the caption.
The highslide.config.php does include the title placeholder.
<a href="[+dr.bigPath+]" class="highslide" onclick="return hs.expand(this, {captionId: 'caption[+dr.id+]'})">
<img src="[+dr.thumbPath+]" class="[+dr.class+]" width="[+dr.thumbWidth+]" height="[+dr.thumbHeight+]" alt="[+dr.alt+]" /></a>
<div class="highslide-caption" id="caption[+dr.id+]">
[+dr.title+]
</div>
The ditto output contains the caption div but there is no content.
</div> <div id="ditto_item_22" class="ditto_item clearfix" >
<div class="ditto_item_info">
<a href="assets/drgalleries/15/big_IroningBoardIron.jpg" class="highslide" onclick="return hs.expand(this, {captionId: 'caption3'})">
<img src="assets/drgalleries/15/thumb_IroningBoardIron.jpg" class="" width="150" height="112" alt="" /></a>
<div class="highslide-caption" id="caption3">
</div>
Can someone help me sort this out?
Thank you!