Jump to content

Move homeslider and change homefeatured size


Recommended Posts

Hi!

 

 

I'm having some trouble to change the position of my homeslider. I'm using the deafault theme for prestashop 1.5 (I'm using the latest stable version of prestashop 1.5.3.1). I tryied this tutorial but it's not working.

 

Also, I want to remove the right column and change the width of the homefeatured block to 5 columns, I tried some tutorials, but nothing works.

 

Thank you for the help.

Link to comment
Share on other sites

This is a great tutorial and it should work, did you turn force compile on and cache off after making the changes?

Did you clear your browser cache and prestashop cache folders?

 

Do you want to remove the right column completely or just from certain pages?

I think if you remove the modules from the right column it will not show on pages, but if not you can just go to global.css and look for #right_column and change to: #right_column {display: none;}

if you want from specific pages just add the page id before like: #category #right_column {display: none;} or #index #right_column {display:none;}

 

Good luck

Link to comment
Share on other sites

I just tested it on 1.5.3.1 and seems to work just fine,

where exactly are you stuck.

1. did you manage to edit homeslider.php?

2. did you manage to transplant (hook) the image slider module to displaytop?

3. did you modified css in case you want to stretch the slider width?

 

are you getting any error at some step

Link to comment
Share on other sites

×
×
  • Create New...