Delaroute Posted January 24, 2018 Share Posted January 24, 2018 Hi all, I'm running Prestashop 1.6.1.17 (Default bootstrap) and my "Image Slider For Your Homepage"-module only shows on my homepage, as it is supposed to I guess. Any idea on how I could permanently show it on every page ? Link to comment Share on other sites More sharing options...
Rhobur Posted January 28, 2018 Share Posted January 28, 2018 It is called for Homepage because it is design to show there only. But you can add in the module's class, a new custom hook (reinstall the module or manually add the hook in PS), then add that hook on every page you want the slider displayed. 1 Link to comment Share on other sites More sharing options...
Delaroute Posted January 28, 2018 Author Share Posted January 28, 2018 Thanks Rho_Bur for helping me out ! Link to comment Share on other sites More sharing options...
apelissetti Posted June 15, 2018 Share Posted June 15, 2018 I am novice with prestashop Can you explain me better how to add "Image Slider For Your Homepage" in every pages? Many thanks Link to comment Share on other sites More sharing options...
Rhobur Posted June 17, 2018 Share Posted June 17, 2018 (edited) @apelisseti : You'll find the information spread on forum, just search for it. Basically, this means to override the module's class by adding a public function hookDisplayTop which returns the hookDisplayHome one from the class. Then simply reset and configure the module in BO and add it to the DisplayTop hook. If you do not add the new hook in the class install function then you need to add the hook manually to PS DB. If these pointers are not clear enough for you maybe you shouldn't do this, it'll mean you lack the basic programming skill, just read more first. Edited June 17, 2018 by Rho_Bur (see edit history) 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