DARKF3D3 Posted July 9, 2018 Share Posted July 9, 2018 (edited) Inspecting code i noticed that font information of category description are wrote directly into a p element: <div id="category-description" class="text-muted"><p>my category description text</p></div> But into category.tpl if don't find them: <div id="category-description" class="text-muted">{$category.description nofilter}</div> From where they are added and where I should edit them? I'm using Prestashop 1.7.4 Edited July 30, 2018 by DARKF3D3 (see edit history) Link to comment Share on other sites More sharing options...
DARKF3D3 Posted July 30, 2018 Author Share Posted July 30, 2018 I haven't yet figured our where the paragraph it's "created", using {$category|var_dump} to see the content of $category i saw that into the description there's no <p> tag but only the category description. ["description"]=> string(605) "This is the text of my category description" ["description"]=> string(605) "This is the text of my category description" <div id="category-description footer2" class="text-muted collapse in">{$category.description nofilter}</div> So if no paragraph in it, and also no paragraph in tpl file, from where it comes from? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted August 12, 2018 Author Share Posted August 12, 2018 Any help? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted September 2, 2018 Author Share Posted September 2, 2018 No one know where I can find the <p> that contain the category description? I need to add a class on it. 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