Bratsaki Posted September 23, 2012 Share Posted September 23, 2012 (edited) Hello, I am new here and i just installed prestashop! I have to admit that it is good! I have two problems! Fist please check here: http://diachrongames...egory&id_lang=1 My right sidebar is stuck in the center collumn. Is there a way to fix it? Second problem: In order Summary ( http://diachrongames...ontroller=order ) i want to delete specific raws of the table like Total taxes and (tax excl.) Can you help me? Any ideas? Thanks in advance! Edited September 23, 2012 by Bratsaki (see edit history) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 23, 2012 Share Posted September 23, 2012 Is that theme not a 2 column theme? I think it is. If so, you don't have a RH column. You will either need to add one or revert back to the 2 column layout. Marty Shue Link to comment Share on other sites More sharing options...
Bratsaki Posted September 23, 2012 Author Share Posted September 23, 2012 I have the default Presta 1.5 theme edited! For a reason my right collumn is stuck in the middle! How to unstuck it? I searche the .tpl but nothing found Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 23, 2012 Share Posted September 23, 2012 I apologize I thought it was the alternate theme modified. In that case look in your footer.tpl and see if the following code has been removed. <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> Marty Shue Link to comment Share on other sites More sharing options...
Bratsaki Posted September 23, 2012 Author Share Posted September 23, 2012 Here is my footer.tpl {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> </div> <!-- Footer --> <div id="footer" class="grid_9 alpha omega clearfix"> {$HOOK_FOOTER} {if $PS_ALLOW_MOBILE_DEVICE} <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> {/if} </div> </div> {/if} </body> </html> Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 24, 2012 Share Posted September 24, 2012 Looking at the source of your page you have a div that is not closed. This is causing the RH column to be included in the center column. You will need to locate the div that isn't closed. I think once it is closed properly it will solve your problem. Marty Shue Link to comment Share on other sites More sharing options...
Bratsaki Posted September 24, 2012 Author Share Posted September 24, 2012 (edited) Where you propose to search? What module? Edited September 24, 2012 by Bratsaki (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts