Sito Lab Posted January 11, 2014 Share Posted January 11, 2014 (edited) I followed the guide vekia, slide to lock the module in the top position, I would like to know if it is possible to add 2 modules always on top, like the picture I hope I was clear enough on my question thanks Edited January 12, 2014 by lui1969 (see edit history) Link to comment Share on other sites More sharing options...
Sharak Posted January 11, 2014 Share Posted January 11, 2014 Technically you can move every module or block to hook top. All you need to do is adding some code in module's main .php public function hookDisplayTop($params) { return $this->hookRightColumn($params); } You just need to remember to use proper source for $params. In example above module's params are set in function hookRightColumn. After that you can reposition your module with admin's Modules -> Positions : Transplant a module Link to comment Share on other sites More sharing options...
Sito Lab Posted January 11, 2014 Author Share Posted January 11, 2014 thanks for your reply, I tried this method, but it does not work. maybe something wrong, so I asked for your help Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 hello i've noticed that this is a part of my guide. use this module: homeslider top html box free module allows to use it in top section, so there is no problem. just use correct css styles, both for slider and in html box to dispaly these modules inline Link to comment Share on other sites More sharing options...
Sito Lab Posted January 12, 2014 Author Share Posted January 12, 2014 (edited) Vekia you, I'll follow you forever, and are always on your website, they are also a fan of yours. I managed to make it work, but I can not put it like in the picture, that is, all 3 on a line just like in the picture. Use your html form box modification to homeslider has already been done following your guide without the module homeslider you described Edited January 12, 2014 by lui1969 (see edit history) Link to comment Share on other sites More sharing options...
Sito Lab Posted January 12, 2014 Author Share Posted January 12, 2014 (edited) I think it's a little too big for me this project. I'll do the tests, let's see if I can. thank you all last information, hooks, to put it all online: html box + slider menu + html box I have to insert the hooks in css and html? Edited January 12, 2014 by lui1969 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 you can't use html block in two positions at the same time, moreover, you can't use any other module in two positions in the same hook. it's impossible, this is how prestashop works. in this case you will have to use other module to insert contents if it is possible - please follow my suggestions, paste sample code to html box that you want to use and then - share url to your website i will do everything else Link to comment Share on other sites More sharing options...
Sito Lab Posted January 12, 2014 Author Share Posted January 12, 2014 ah, ok, I thought it could be done using html box on the right and left and homeslider in the middle, I did not think to do it only with html box, and I honestly do not know how to put homeslider the center and html box on the right and the left. using only html box how to insert an image slider in the middle? however, this is the website that I'm preparing for a client http://2sim.iotoscana.com Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 it will be much easier to use both: - modified homeslider (i pasted link above) - html box module then somewhere in global.css use these styles: .bx-wrapper { display:inline-block!important; float:left; width:580px!important; } .bx-window {width:580px!important;} effect: Link to comment Share on other sites More sharing options...
Sito Lab Posted January 12, 2014 Author Share Posted January 12, 2014 vekia wonderful, is just what I wanted to do, thank you thank you very much, I start to work immediately to test Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 if you want to add another module one the left hand side, it will be necessary to modify it to, but it will be easy with css styles only and switiching module position under modules > positions tab anyway, if you will need help, just let me know here Link to comment Share on other sites More sharing options...
Sito Lab Posted January 12, 2014 Author Share Posted January 12, 2014 thanks again Vekia, thanks to your intervention is just what I wanted to do. I wanted to ask just one last information, if in your form, html box, I would like to insert scrolling text with the latest arrivals? because I carry out the tests, entering the command marquee but everything goes bust Link to comment Share on other sites More sharing options...
Sharak Posted January 13, 2014 Share Posted January 13, 2014 Can you share url for this shop? I'm just curious how you do it Link to comment Share on other sites More sharing options...
Sito Lab Posted January 17, 2014 Author Share Posted January 17, 2014 Can you share url for this shop? I'm just curious how you do it hello, sorry for the delay in response, what you need to know, I'd be quite happy to give you the answers Link to comment Share on other sites More sharing options...
Sharak Posted January 17, 2014 Share Posted January 17, 2014 Just want to see how it looks Link to comment Share on other sites More sharing options...
Sito Lab Posted January 17, 2014 Author Share Posted January 17, 2014 http://2sim.iotoscana.com Link to comment Share on other sites More sharing options...
Sharak Posted January 17, 2014 Share Posted January 17, 2014 What about the second block on the left? Link to comment Share on other sites More sharing options...
Sito Lab Posted January 17, 2014 Author Share Posted January 17, 2014 the customer decided to leave it, did not want another block. The right one will be changed, the new products will be placed at random Link to comment Share on other sites More sharing options...
Recommended Posts