Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • Saguaros Moderator
    #566351

    Pls give me more time, I will check and be back to you asap

    zakladadadic Friend
    #567238

    I see that you did it. What was the problem?

    Saguaros Moderator
    #567239

    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

Viewing 3 posts - 16 through 18 (of 18 total)

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