Jump to content

changing module position


Recommended Posts

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 ?

post-538480-0-42184000-1366012395_thumb.png

Edited by Giedriucha7 (see edit history)
Link to comment
Share on other sites

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

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

×
×
  • Create New...