shindigDADA Posted August 1, 2009 Share Posted August 1, 2009 if you rollover the category names, you get the description as a tootip in firefox. is it possible to setuse_desc_for_title=0 <=== that's how you would do it in wordpressor something like that somewhere in the code?or maybe set it to use only the short description? Link to comment Share on other sites More sharing options...
rocky Posted August 2, 2009 Share Posted August 2, 2009 There is no option in the Back Office to hide tooltips. To remove the tooltips from the categories block, you will need to change line 2 of modules/blockcategories/category-tree-branch.tpl from: {$node.name|escape:htmlall:'UTF-8'} to: {$node.name|escape:htmlall:'UTF-8'} To limit the length of the tooltip, change the line to: {$node.name|escape:htmlall:'UTF-8'} where 35 is the maximum number of characters before it is truncated and ... is added. Link to comment Share on other sites More sharing options...
shindigDADA Posted September 15, 2009 Author Share Posted September 15, 2009 cheers! Link to comment Share on other sites More sharing options...
Kinghousse Posted June 22, 2011 Share Posted June 22, 2011 HelloI have the same probleme due to the integration about prestacategorie module. I have try your solution but still the same problem.Do you have another solution ?Thks Link to comment Share on other sites More sharing options...
Didrik70 Posted October 9, 2011 Share Posted October 9, 2011 There is no option in the Back Office to hide tooltips. To remove the tooltips from the categories block, you will need to change line 2 of modules/blockcategories/category-tree-branch.tpl from: [url="{$node.link|escape:htmlall:"]{$node.name|escape:htmlall:'UTF-8'}[/url] to: [url="{$node.link|escape:htmlall:"]{$node.name|escape:htmlall:'UTF-8'}[/url] To limit the length of the tooltip, change the line to: [url="{$node.link|escape:htmlall:"]{$node.name|escape:htmlall:'UTF-8'}[/url] where 35 is the maximum number of characters before it is truncated and ... is added. They all look the same to me... ? Link to comment Share on other sites More sharing options...
DaggaTora Posted October 18, 2011 Share Posted October 18, 2011 yep.. i see the same code in all of them.. could you repeat please? Link to comment Share on other sites More sharing options...
Alexander-A Posted October 28, 2011 Share Posted October 28, 2011 Just change title="{$node.desc|escape:htmlall:'UTF-8'}" to title="{$node.name|escape:htmlall:'UTF-8'}" Link to comment Share on other sites More sharing options...
Didrik70 Posted October 31, 2011 Share Posted October 31, 2011 Tried this in version 1.4.5.1 and it didn't work for me. Link to comment Share on other sites More sharing options...
cankart Posted November 24, 2011 Share Posted November 24, 2011 Hi have you find the solution? and if we remove it doe sit effect the SEO ? Link to comment Share on other sites More sharing options...
Didrik70 Posted December 6, 2011 Share Posted December 6, 2011 Hi have you find the solution? and if we remove it doe sit effect the SEO ? No solution yet that I know of. Probably have to wait for the PrestaShop crowd to come out with a solution. Link to comment Share on other sites More sharing options...
Recommended Posts