here is that problem again. When something is hidden, it hides another option.
Case 1: K2 article has Introtext and Fulltext.
When Introtext is set to hidden it only hides the Introtext. Everything works fine.
Case 1: K2 article has only Fulltext.
When Introtext is set to hidden it only hides the Introtext AND Fulltext. The item is empty.
Here is a link but I'm not sure if you can see anything from it.
http://www.gorast.com/eusnov/mk/krediti ... it-instant
I think there is something wrong with this code:
- Code: Select all
<?php if(!empty($this->item->fulltext)): ?>
<?php if($params->get('itemIntroText')): ?>
<div class="itemIntroText"> <?php echo $this->item->introtext; ?> </div>
<?php endif; ?>
<?php endif; ?>
<?php if($params->get('itemFullText')): ?>
<div class="itemFullText">
Please help me, the website is about to go live.
Thanks,
Gorast