Using T3 Frameworks version 2.1.0 for my template
K2 Version 2.6.7
I imported all my previous Joomla articles to K2 and have begun replacing the images using K2's Media Manager. First, I tried using the existing path, then I tried uploading a new version of the photo through the Image tab.
When viewing in Category view the photo shows up just fine and in the proper width, but when I go to the item itself there is nothing but a caption where the photo should be. I've checked the source code and it reads:
<div class="itemImageBlock">
<span class="itemImage">
<a class="modal" title="Click to preview image" href="/media/k2/items/cache/c10c64c27e0606d1654b81b9bb482558_XL.jpg" rel="{handler: 'image'}"></a>
</span>
<!--
Image caption
-->
<span class="itemImageCaption"></span>
<div class="clr"></div>
</div>
I followed the path using my ftp program and the image exists.
I've checked all the Parameters in the global settings, the category settings and even in the item settings and every button regarding images is set to "Yes." (Maybe I missed one??)
See for yourself at: http://newsite.foxterrierrescue.net/index.php/k2-catblog and click either Nancy or Peter Pan's articles.
Finally, I disabled all the CSS and I could see the image, and when I tried the front end using a different template, I could see the image. So the problem is somewhere in the guts of T3, but I just can't find it (there's so much to wade through).
Any help would be greatly appreciated.