Hi,
I'm using your SJ Hexagon template and the item navigation (prev and next arrows) doesn't work.
The file item.php is override in ".../templates/sj_hexagon/html/com_k2/templates/listing-style-two/item.php" and has the navigation disabled.
The code, in line 533, is commented:
<!-- Item navigation
<div class="itemNavigation">
<span class="itemNavigationTitle"><?php //echo JText::_('K2_MORE_IN_THIS_CATEGORY'); ?></span>
<?php //if(isset(//$this->item->previousLink)): ?>
<a class="itemPrevious" href="<?php echo $this->item->previousLink; ?>">
« <?//php echo $this->item->previousTitle; ?>
</a>
<?php //endif; ?>
<?php //if(isset($this->item->nextLink)): ?>
<a class="itemNext" href="<?php echo $this->item->nextLink; ?>">
<?php//echo $this->item->nextTitle; ?> »
</a>
<?php //endif; ?>
</div>
-->
I tried to uncomment the code but doesn't work.
¿Any suggestion?
Many thanks!!