Hello my friends,
I have ja_lens in my site and have bad problem with custom position.
I add my custom position with in index.php and xml file all thnings is correct but this position is unconditional.
I just selected slideshow module in home page but module is seen in all page.
I use this code:
<?php if( $this->countModules(‘hamid’) ) {?>
<div class=”ja-box ja-box<?php echo $botsl[‘hamid’][‘class’]; ?>” style=”width: <?php echo $botsl[‘hamid’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”hamid” style=”xhtml” />
</div>
<?php } ?>
What is problem?