Jump to content

Removing Description Tooltip on Category Side Bar


Recommended Posts

Hi guys,

 

I got a long category description, so when people move the cursor to that particular category on the side bar, the tooltip showings the description is way too long & doesn't look nice.

 

Is there any ways to remove the tooltip on Category Side Bar? Thank you.

Link to comment
Share on other sites

edit the tpl of the categories module, and you can find the title attribute

 

title=

 

you can remove it, but is bad for seo. you can reduce the size with the truncate function of smarty like

{$category.description|truncate:30}

that reduce the characters to 30

  • Like 1
Link to comment
Share on other sites

  • 4 months later...

edit the tpl of the categories module, and you can find the title attribute

 

title=

 

you can remove it, but is bad for seo. you can reduce the size with the truncate function of smarty like

{$category.description|truncate:30}

that reduce the characters to 30

 

Thanks, Shacker! Found it in category-tree-branch.tpl inside blockcategory in themes folder  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...