kkoci Posted November 5, 2013 Share Posted November 5, 2013 (edited) I'm new to prestashop, and i'm designing a new template on photoshop (psd) I have experience making wordpress themes, and i know it's not the same on prestashop. However, i'm reading some tutorials, even found some posts having same issue as i have, but no results. Already commented HOOK_LEFT_COLUMN on my header.tpl {*<div id="left_column" class="column grid_2 alpha"> {$HOOK_LEFT_COLUMN} </div>*} Forced compilation on Performance->Smarty->Force compilation, and also disabled cache on it, but still no luck. A left white column still appears, even with no modules or hooks there. Also tried the css 'display:none' for left_column trick but didn't work either. I'm using latest prestashop cms. Anyone knows how to accomplish this? Thanks in advance! Edited November 5, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 it will be much easier if you will share url to your store can you please? Link to comment Share on other sites More sharing options...
kkoci Posted November 5, 2013 Author Share Posted November 5, 2013 (edited) Hi vekia, here it is http://www.taxco.com.ve/index.php Edited November 5, 2013 by kkoci (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 its a image, not page Link to comment Share on other sites More sharing options...
kkoci Posted November 5, 2013 Author Share Posted November 5, 2013 Yes, but what should i do to remove the left column there? I know what i'm doing, i'm just exploring hooks my way, to get a better understanding. That image will be sliced and then will be a theme. Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 but you haven't got left column in page source, it is hidden exactly as you've got in comments Link to comment Share on other sites More sharing options...
kkoci Posted November 5, 2013 Author Share Posted November 5, 2013 You don't see it? Uh weird, this is how i see it: There is a blank left column there Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 no, there is no left column in the code... Link to comment Share on other sites More sharing options...
kkoci Posted November 5, 2013 Author Share Posted November 5, 2013 Yes, but weird thing is this left blank column is still there, if i just delete all header.tpl code, all hooks, and left only image css code, then it shows properly, i mean without that left blank column. Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 but it's not column, it's a part of backgrund, you need to define different width for container, it has got 980px; width and you've got inside of it TABLE with width 1000+ Link to comment Share on other sites More sharing options...
kkoci Posted November 5, 2013 Author Share Posted November 5, 2013 Alright, changed on grid_prestashop.css .container_9 { margin:0 auto; width: 1360px; } and: /* Grid >> 9 Columns ----------------------------------------------------------------------------------------------------*/ .container_9 .grid_1 {width:91px;} .container_9 .grid_2 {width:202px;} .container_9 .grid_3 {width:313px;} .container_9 .grid_4 {width:424px;} .container_9 .grid_5 {width:535px;} .container_9 .grid_6 {width:646px;} .container_9 .grid_7 {width:757px;} .container_9 .grid_8 {width:868px;} .container_9 .grid_9 {width:1360px;} Worked perfectly! Thank you so much, you rock!! Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 glad to hear that i could help you a little in this case thread marked as [solved] best regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now