Ben90 Posted July 2, 2015 Share Posted July 2, 2015 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 More sharing options...
shacker Posted July 3, 2015 Share Posted July 3, 2015 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 1 Link to comment Share on other sites More sharing options...
Ben90 Posted November 17, 2015 Author Share Posted November 17, 2015 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 More sharing options...
shacker Posted November 17, 2015 Share Posted November 17, 2015 iu welcome 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