Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • seppo Friend
    #962375

    How can I delete the module position?
    I need the main menu to start from left, so I need to take away the category navigation from there. If I just unpublish the module, it still keeps the mainmenu to the right. If I select None for position in the template manager->layout->Module positions->wheel button, it has no effect on that. How can I delete that position, leaving only mainmenu there?

    Pankaj Sharma Moderator
    #962535

    Hi
    To delete this position go to /tpls/blocks/mainnav.php file , find and remove

    <?php if ($this->countModules('navbar-category')) : ?>
                    <div class="col-md-3 hidden-sm hidden-xs">
                        <!-- NAVBAR CATEGORY -->
                        <div class="wrap t3-navbar-category <?php $this->_c('navbar-category') ?> <?php if (!$this->countModules('t3-features-intro')) echo "category-dropdown"; ?>">
                                <jdoc:include type="modules" name="<?php $this->_p('navbar-category') ?>" style="T3xhtml" />
                        </div>
                        <!-- //NAVBAR CATEGORY -->
                    </div>
                <?php endif ?>

    take a backup of original file before apply changes .

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum