Pls give me more time, I will check and be back to you asap
1 user says Thank You to Saguaros for this useful post
I see that you did it. What was the problem?
This problem is weird and I must change the some code in above file:
<?php echo JLayoutHelper::render('joomla.content.fulltext_image_blog1', array('item' => $this->item, 'params' => $params)); ?>
To:
<?php if (isset($images->image_fulltext) && !empty($images->image_fulltext)) : ?>
<?php $imgfloat = (empty($images->float_fulltext)) ? $params->get('float_fulltext') : $images->float_fulltext; ?>
<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image"> <img
<?php if ($images->image_fulltext_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_fulltext_caption) . '"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>" itemprop="image"/> </div>
<?php endif; ?>
and it works now
This topic contains 18 replies, has 3 voices, and was last updated by Saguaros 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum