Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #951299

    Hi
    Its defined in the language files , because the template having some language variable issue , this is reason its not showing on your site .
    Please try this fix below till the issue is fixed .
    Go to /tpls/blocks/mainnav.php file
    Find below code

      <div class="navbar-control hidden-lg"><i class="ion-ios-settings"></i><?php echo JText::_('TPL_SHOW_ICON_ONLY');?></div>

    and define the text directly

      <div class="navbar-control hidden-lg"><i class="ion-ios-settings"></i><?php echo "REPALCE TEXT HERE";?></div>
    jamjodesign Friend
    #952388

    Yes this resolved the issue. It would be nice if we could change this from the backend of joomla in the next release. Thanks

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

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

The topic ‘Vertical menu main icon has coded name showing after the icon’ is closed to new replies.