Hello,
WHen i first have done a website i had the same issue with the uber template.
I have this code :
<?php $introImage = JLayoutHelper::render('joomla.content.intro_image', array('images'=>$this->item->images, 'params'=>$this->item->params, 'url'=>$link)); ?>
<?php if(trim($introImage) !=''): ?>
<div class="col-sm-4 item-image-box">
<?php echo $introImage; ?>
</div>
<div class="col-sm-8 item-content-box">
<?php else: ?>
<div class="col-sm-12 item-content-box">
<?php endif; ?>
That i should put in a file in the ftp folder, the problem is i don't remember where i should put this.
Can anyone help me please ?
Thanks