-
AuthorPosts
-
April 10, 2015 at 10:53 pm #205442
Hi,
I’m trying to disable or remove module position from a template. I have notice that some of the module positions have the “eye” icon that when clicked it hides the module. The specific one that I want to hide is the header-banner on tV- Video template.
please help,
thanks.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 11, 2015 at 6:12 am #566632Hi
Try in this way
Edit this file templatesja_teline_vtplsblocksheader-clean.php at bottom
<!-- HEADER RIGHT -->
<div class="col-md-7 header-right">
<div class="header-right-inner header-banner">
<jdoc:include type="modules" name="<?php $this->_p('header-banner') ?>" style="raw"/>
</div>
<!-- //HEADER RIGHT -->Change it to :
<!-- HEADER RIGHT -->
<div class="col-md-7 header-right">
<div class="container t3-sl t3-sl-1">
<?php $this->spotlight('spotlight-1', 'position-10, position-2, position-3, position-4') ?>
</div>
<!-- //HEADER RIGHT -->Then from your template manager edit JA Teline V – Videos layout edit positions enalbing or disabling them for various grids
April 13, 2015 at 10:00 pm #566825I will try it and let you know if this works, thanks.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by kaifanun 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Disable or remove module position
Viewing 3 posts - 1 through 3 (of 3 total)