leffrey Posted December 21, 2015 Share Posted December 21, 2015 I am using the newest default template of the newest Prestashop. I was looking for a way to add a category menu on the left side of the page. I saw a SOLVED post recommending Preference/Themes/Advanced and then enabling index. 1. It worked, but just from the home page and not for other pages. Any ideas how to get this on category and product pages too? 2. It also added below the categories: Manufacturers, Stores and Supplier. I previously removed these same 3 links from the footer and need a way to remove them from this index. Link to comment Share on other sites More sharing options...
gabdara Posted December 21, 2015 Share Posted December 21, 2015 Go to BO > Modules and Services > Positions and search for hook displayLeftColumn. Click Edit button for module Categories block and if there are some pages listed in the field Exceptions, remove them in order to see the module on all the pages. Same for the other modules that don't appear. Link to comment Share on other sites More sharing options...
leffrey Posted December 21, 2015 Author Share Posted December 21, 2015 I found that page and the category page in the list of exceptions. I am not seeing how to remove it. Link to comment Share on other sites More sharing options...
leffrey Posted December 21, 2015 Author Share Posted December 21, 2015 This is what I am seeing: https://db.tt/MDFII4o9 Link to comment Share on other sites More sharing options...
gabdara Posted December 21, 2015 Share Posted December 21, 2015 For categories I see that there are no exceptions set. You should also check for the modules manufacturers and suppliers. For categories it might be the case that the subcategories don't have their own subcategories to display so the module is not showed. To change this behavior you can go to BO > Modules and Services > Category block, click Configure and change the option of Category root. Link to comment Share on other sites More sharing options...
leffrey Posted December 21, 2015 Author Share Posted December 21, 2015 Thanks. I am not using subcategories. But it is less critical than the #2 in my original post. Maybe you can help with that. I will copy it below: 2. Adding that index also added below the categories: Manufacturers, Stores and Supplier. I previously removed these same 3 links from the footer and need a way to remove them from this index. Can you tell me how to remove those links. Even if not all 3, each one that I can remove helps a little. Link to comment Share on other sites More sharing options...
gabdara Posted December 21, 2015 Share Posted December 21, 2015 You can hide the modules by going to Positions and on the displayLeftColumn hook click Edit on the module you don't want to show on the homepage and add index into field Exceptions. http://doc.prestashop.com/display/PS16/Front+office+Positions#FrontofficePositions-Editinganattachedmodule Link to comment Share on other sites More sharing options...
leffrey Posted December 21, 2015 Author Share Posted December 21, 2015 That did it! Thanks. One last thing, is there anyway to get rid of the "Call us now:" link at the top of every page? Link to comment Share on other sites More sharing options...
gabdara Posted December 21, 2015 Share Posted December 21, 2015 Edit file YOUR_PRESTASHOP/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css on line 2 add display: none; Link to comment Share on other sites More sharing options...
leffrey Posted December 21, 2015 Author Share Posted December 21, 2015 Thank you so much! 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