Joomla 3.2
T3_blank v1.4.3
T3_blank v2.0.0.
T3_blank v2.0.0 bs3
When adding an img including link in article AND include a caption & title option, the “a href” tag is not working. This is due to the fact that the “a href” is wrongly positioned..
With class=”caption” title=”tessie”:
<section class=”article-intro clearfix”>
<div class=”img_caption none” style=”float: none; width: 234px;”><img class=”caption” title=”tessie” src=”/images/banners/white.png” alt=””>
<p class=”img_caption”>tessie</p>
</div>
<a href=”http://www.example.com” target=”_blank”></a>
</section>
Without class=”caption” title=”tessie”:
<section class=”article-content clearfix”>
<a href=”http://www.example.com” target=”_blank”>
<img src=”/images/banners/white.png” alt=””></a>
</section>
This is not the problem of T3 or template. It’s the problem of the caption.js script from Joomla 3.2. The issue is reported to Joomla here:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=32751
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32458&start=0