-
AuthorPosts
-
whiteman43 Friend
whiteman43
- Join date:
- May 2011
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
June 7, 2011 at 5:26 pm #164945thangnn1510 Friend
thangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 8, 2011 at 4:40 am #395169Please copy blog.php from modulesmod_janewsprotmpllinear to templatesja_teline_ivhtmlmod_janewsprolinear and then open templatesja_teline_ivhtmlmod_janewsprolinearblog.php. Remove these code:
<!-- Subcategories List-->
<?php $categories = $helper->_categories_org[$secid];?>
<?php if($categories){?><div id="ja-cats-slide-mainwrap-<?php echo $moduleid?>-<?php echo $secid?>" class="ja-cats-slide-mainwrap clearfix">
<!-- Control Buttons -->
<div class="ja-newspro-control" style="display: none">
<a href="javascript:void(0)" class="ja-newspro-control-prev prev">
<span><?php echo JText::_('Prev')?></span>
</a>
<a href="javascript:void(0)" class="ja-newspro-control-next next">
<span><?php echo JText::_('Next')?></span>
</a>
</div><div class="subcats-selection-wrap">
<ul class="subcats-selection">
<li class="active">
<a href="<?php echo $helper->cat_link[$secid]?>" onclick="return false" rel="<?php echo $secid?>" class="subcat-title" title="<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>">
<span><?php echo JText::_('All')?></span>
</a>
<a href="<?php echo $helper->cat_link[$secid]?>" class="subcat-more"><span><?php echo JText::_('More')?></span></a>
</li>
<?php foreach( $categories as $cat ): ?>
<li>
<a href="<?php echo $cat->link?>" onclick="return false" rel="<?php echo $cat->id?>" class="subcat-title" title="<?php echo trim(strip_tags($cat->description));?>">
<span><?php echo $cat->title?></span>
</a>
<a href="<?php echo $cat->link?>" class="subcat-more"><span><?php echo JText::_('More')?></span></a>
</li>
<?php endforeach; ?>
</ul>
</div>
</div>
<?php }?>
<!-- End -->Hope this helps you :).
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by
thangnn1510 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove submenu from liner layout of newspro
Viewing 2 posts - 1 through 2 (of 2 total)
