Giedriucha7 Posted April 15, 2013 Share Posted April 15, 2013 (edited) Hello, I want to change minic slider position that it would show in the midle of page (Homepage content), but in module >> positions I cant transplant module, It's not allowed. Do anybody have a solution? **I have a new problem, how to make the slide corectly in the midle ? Edited April 15, 2013 by Giedriucha7 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted April 15, 2013 Share Posted April 15, 2013 Hi. That means the module can not be transplanted in the homepage hook. You'll have to ask someone to modify the code and add the new hook for you (or do it yourself if you know PHP) Link to comment Share on other sites More sharing options...
EngkusKusnadi Posted April 15, 2013 Share Posted April 15, 2013 Hello, I want to change minic slider position that it would show in the midle of page (Homepage content), but in module >> positions I cant transplant module, It's not allowed. Do anybody have a solution? **I have a new problem, how to make the slide corectly in the midle ? you can try add this code : public function hookDisplayHome() { return $this->hookHome('displayHome'); } after code : public function hookDisplayTop() { return $this->hookHome('top'); } at minicslider.php Link to comment Share on other sites More sharing options...
Giedriucha7 Posted April 15, 2013 Author Share Posted April 15, 2013 Thanks for help, but not working :/ Maybe is possible to chose custom height for slide, for example 300px, in minic slider setings this funcion not working. Or maybe there is other easy slider's for prestashop 1.5 wich fit in the middle on page and someone could recomend for me ? Link to comment Share on other sites More sharing options...
NemoPS Posted April 15, 2013 Share Posted April 15, 2013 Those functions look weird to me (no $params is passed). Could you please copy your hookTop function here? Link to comment Share on other sites More sharing options...
Recommended Posts