teitbite wrote:Hi
Please tell me which content component are You using ? I mean if it's K2 or default joomla article component.
<?php if($params->get('itemTitle')): ?>
<div class="item-title-wrap">
<h1 class="item-title" data-sr="enter bottom and move 50px">
<?php echo $this->item->title; ?>
<?php if($params->get('itemFeaturedNotice') && $this->item->featured): ?>
<sup><i class="gkicon-star"></i></sup>
<?php endif; ?>
</h1>
<?php if($this->item->params->get('itemDateCreated')): ?>
<span class="item-category" data-sr="enter bottom and move 50px and wait .2s">
<time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>"> <?php echo JHTML::_('date', $this->item->created, 'l, j F Y'); ?> </time>
</span>
<?php endif; ?>
</div>
<?php endif; ?>
<div class="item-body"> <?php echo $this->item->event->BeforeDisplayContent; ?> <?php echo $this->item->event->K2BeforeDisplayContent; ?>