Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • citroen1968a Friend
    #199408

    Hi,

    Is it possible that when you hover on the off canvas menu you see a kind off altag so that people could see it is a menu
    something like you see when you use different languages

    How can I made that

    Adam M Moderator
    #541180

    Hi,

    Please open file root_foldertemplatesja_appoliotplsblocksoff-canvas.php and look for this code:

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

    then add attribute title as follows:

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

    Save your file and check again.

    citroen1968a Friend
    #541194

    Hi Adam,

    thanks problem solved

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

This topic contains 3 replies, has 2 voices, and was last updated by  citroen1968a 9 years, 11 months ago.

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