Number 1 in the Category

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Apr 08, 2013 9:34 pm
Reply with quote
Report this post
I'm having problem in K2 + + Joomla Template News!

Notice that the number 1 appears before the text of the introduction. I've tried everything, but the problem persists!

[url]rm760.com.br/portal2/politica.html[/url]

Can anyone help me?

thank you
User avatar
Junior Boarder

Konrad M
Tue Apr 09, 2013 6:34 am
Reply with quote
Report this post
Hi,
please try go to htm/com_k2/templates/default/category_item.php and find:
Code: Select all
<?php if($this->item->params->get('catItemIntroText')): ?>
                  <div class="itemIntroText"> <?php echo $this->item->introtext; ?> </div>
                  <?php endif; ?>

and check if you don't have '1' before this code. If yes just remove it.
User avatar

GK User
Tue Apr 09, 2013 1:24 pm
Reply with quote
Report this post
No.. Unfortunately no number 1...

<img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
</a>
</span>
<div class="clr"></div>
</div>
<?php endif; ?>

<?php if($this->item->params->get('catItemIntroText')): ?>
<!-- Item introtext -->
<div class="catItemIntroText">
<?php echo $this->item->introtext; ?>
</div>
User avatar
Junior Boarder

Konrad M
Tue Apr 09, 2013 1:28 pm
Reply with quote
Report this post
Please send me Private Message with ftp details. And remember to add link to this topic too.
User avatar

GK User
Tue Apr 09, 2013 2:47 pm
Reply with quote
Report this post
I sent...
User avatar
Junior Boarder

GK User
Tue Apr 09, 2013 4:48 pm
Reply with quote
Report this post
The problem was not in the K2 or the Gavick Template but the plugin Ijoomla ... Tks
User avatar
Junior Boarder


cron