Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sky Friend
    #1025855

    How to add a 3rd party menu module here?
    see admin section

    Pankaj Sharma Moderator
    #1026100

    Hi
    You can enable the off-canvas sidebar from the template options > Add-ons tab.
    And publish a module on off-canvas position.
    Save and check.

    Regards

    sky Friend
    #1029231
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1029233

    Hi
    You can use the position navbar-category.
    But if you want to get the same style you need to customise the module and the position code i the tpls/blocks/mainnav.php
    Find `
    <?php if ($this->countModules(‘navbar-category’)) : ?>
    <div class="col-md-3 hidden-sm hidden-xs">

                    <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 ?>
    
    
    And customise it based on your 3rd party module.
    
    Regards
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 4 months ago.

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