visionpro Posted March 7, 2014 Share Posted March 7, 2014 Right collum won't remove.using this tuturial. http://mypresta.eu/en/art/developer/one-column-homepage.html Only the product list and page have a right banner. Link to comment Share on other sites More sharing options...
NemoPS Posted March 7, 2014 Share Posted March 7, 2014 Can you share the site's url? Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 Can you share the site's url? http://www.cardocumentation.net/prestashop/index.php Link to comment Share on other sites More sharing options...
NemoPS Posted March 7, 2014 Share Posted March 7, 2014 Which steps did you apply? Can you try going to preferences-=> performance and set prestashop to force recompile? Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 Which steps did you apply? Can you try going to preferences-=> performance and set prestashop to force recompile? Its on Link to comment Share on other sites More sharing options...
NemoPS Posted March 7, 2014 Share Posted March 7, 2014 Okay, but which steps did you follow exactly? can you show us your tpl? Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 Which steps did you apply? Can you try going to preferences-=> performance and set prestashop to force recompile? http://mypresta.eu/en/art/developer/two-columns-default-template-prestashop.html http://mypresta.eu/en/art/developer/one-column-homepage.html Link to comment Share on other sites More sharing options...
NemoPS Posted March 7, 2014 Share Posted March 7, 2014 yes, but we need to see your tpl file to troubleshoot Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 yes, but we need to see your tpl file to troubleshoot footer.tpl <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> </div> header.tpl <div id="columns" class="grid_9 alpha omega clearfix"> <!-- Left --> {if $page_name !='index'} <div id="left_column" class="column grid_2 alpha"> {$HOOK_LEFT_COLUMN} </div> {/if} <!-- Center --> <div id="center_column" class="{if $page_name !='index'}grid_5{else}grid_9{/if}"> {/if} Link to comment Share on other sites More sharing options...
NemoPS Posted March 7, 2014 Share Posted March 7, 2014 I see. Well if you want to get rid of the right column you can simply erase that, then extend the center one You can have a look at my tut as well: http://nemops.com/columns-for-each-prestashop-page/ Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 I see. Well if you want to get rid of the right column you can simply erase that, then extend the center one You can have a look at my tut as well: http://nemops.com/columns-for-each-prestashop-page/ erase this <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> </div> Link to comment Share on other sites More sharing options...
NemoPS Posted March 7, 2014 Share Posted March 7, 2014 No, leave the last closing div or everything will break. Only this: <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 No, leave the last closing div or everything will break. Only this: <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> now i have http://www.cardocumentation.net/prestashop/index.php?id_category=3&controller=category&id_lang=7 Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 now i have http://www.cardocumentation.net/prestashop/index.php?id_category=3&controller=category&id_lang=7 i used the tuturial non workink tried everything i think http://www.cardocumentation.net/prestashop2/index.php?id_category=3&controller=category header <!-- Left --> {if $page_name != 'index'} <div id="left_column" class="column grid_2 alpha"> {$HOOK_LEFT_COLUMN} </div> {/if} <!-- Center --> <div id="center_column" class="{if $page_name == 'index'}grid_9{elseif $page_name == 'cms'}grid_7 omega{else}grid_6{/if}"> footer <!-- Right --> </div> Link to comment Share on other sites More sharing options...
vekia Posted March 7, 2014 Share Posted March 7, 2014 i don't see there right column, in addition, you said that you followed mypresta guide, and then pasted code without changes suggested on mypresta sounds strange, but make sure that you followed guide Link to comment Share on other sites More sharing options...
visionpro Posted March 7, 2014 Author Share Posted March 7, 2014 i don't see there right column, in addition, you said that you followed mypresta guide, and then pasted code without changes suggested on mypresta sounds strange, but make sure that you followed guide what I really want is this http://www.prestashop.com/forums/topic/313346-two-columns-default-prestashop-modification/ 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