MILBUC Posted April 7, 2015 Share Posted April 7, 2015 (edited) Hi all, when i put the mouse on the left menu, it show the catgory descrption. How to stop that please? http://www.boutique-fumeurs.com/ i want to see the category description on the corresponding page. thks for your help Edited April 8, 2015 by MILBUC (see edit history) Link to comment Share on other sites More sharing options...
sandipchandela Posted April 8, 2015 Share Posted April 8, 2015 Go to modules/blockcategories and find following file. Go to themes/your_theme_directory/modules/blockcategories and find following file. Open this file "category-tree-branch.tpl" and find belowcode. <a href="{$node.link|escape:'html':'UTF-8'}" {if isset($currentCategoryId) && $node.id == $currentCategoryId} class="selected"{/if} title="{$node.desc|strip_tags|trim|escape:'html':'UTF-8'}"> {$node.name|escape:'html':'UTF-8'} </a> Replace upper showing code with mentioned below: After replacing clear your cache directory from main directory as well as theme directory. <a href="{$node.link|escape:'html':'UTF-8'}"{if isset($currentCategoryId) && $node.id == $currentCategoryId} class="selected"{/if} > {$node.name|escape:'html':'UTF-8'} </a> happy coding. Thanks Link to comment Share on other sites More sharing options...
MILBUC Posted April 8, 2015 Author Share Posted April 8, 2015 thank you very much sandipchandela, it works perfectly. have a good day Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now