sbs2012 Posted January 5, 2013 Share Posted January 5, 2013 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 More sharing options...
yaniv14 Posted January 5, 2013 Share Posted January 5, 2013 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 More sharing options...
gauravmsgn Posted January 6, 2013 Share Posted January 6, 2013 (edited) Hi Guys currently i m new to Prestashop and i m learning Prestashop but have some problems like how to change default slider, I want to remove toppanel and for all those i want to know there file paths. Please help me guys. Edited January 6, 2013 by gauravmsgn (see edit history) Link to comment Share on other sites More sharing options...
sbs2012 Posted January 8, 2013 Author Share Posted January 8, 2013 I'm still trying to move my homeslider and it's not working... Link to comment Share on other sites More sharing options...
yaniv14 Posted January 8, 2013 Share Posted January 8, 2013 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 More sharing options...
sbs2012 Posted January 8, 2013 Author Share Posted January 8, 2013 It's working now =) Thanks for the help. I think the problem is my browser cache... It wans't showing the changes... Link to comment Share on other sites More sharing options...
sbs2012 Posted January 9, 2013 Author Share Posted January 9, 2013 The homeslider is working, but the menu above it's not. It seems there is some problem when you transplant homeslider block... Here is my store: http://www.secretboxshop.com.br/sbs Link to comment Share on other sites More sharing options...
yaniv14 Posted January 9, 2013 Share Posted January 9, 2013 you forgot to close the height in your bx_styles.css line: 11 --> height: 300px; <---- you forgot " ; " Link to comment Share on other sites More sharing options...
sbs2012 Posted January 9, 2013 Author Share Posted January 9, 2013 Oh thank you! It's everything fine now. Link to comment Share on other sites More sharing options...
Recommended Posts