Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #934787

    Hi

    I edited this file /templates/ja_moviemax/tpls/blocks/off-canvas.php
    from

    <button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?>" type="button" data-pos="left" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
    </span><i class="fa fa-bars"></i>
    </button>

    TO:

    <button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?>" type="button" data-pos="left" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
      <span><?php echo JText::_( 'TPL_MENU' ); ?></span><i class="fa fa-bars"></i>
    </button>

    Then i added from languages override value for TPL_MENU string as menu

    Check your website

    Best regards


    1. Screenshot_9-7
    filamento Friend
    #934820

    Thanks Pavit, I am very happy with the customer service.

    Just an observation. The menu text is very near the three horizontal white stripes. (see home.jpg)

    Attached image of how it should be. (see home-menu-ok.jpg)

    Thank you friend. 🙂


    1. home-1
    2. home-menu-ok
    pavit Moderator
    #934827

    Hi there

    I added a 8px margin left to the fa-class

    <i class="fa fa-bars"style="margin-left:8px;"></i>

    Check now

    filamento Friend
    #934836

    Thanks Pavit, you’re the best.

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

This topic contains 4 replies, has 2 voices, and was last updated by  filamento 8 years, 6 months ago.

The topic ‘Add menu text on burger menu’ is closed to new replies.