Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kaifanun Friend
    #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 Moderator
    #566632

    Hi

    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


    1. Screenshot_2
    kaifanun Friend
    #566825

    I will try it and let you know if this works, thanks.

Viewing 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