niemie Posted August 3, 2009 Share Posted August 3, 2009 I am guessing the 'footer.tpl' file from the /portal directory is the same sidenav that is used in the order forms. How can I remove the sidenav from the order form but keep it every place else? 0 Quote Link to comment Share on other sites More sharing options...
DedicatedPros Posted August 3, 2009 Share Posted August 3, 2009 Yes that's the footer you need to edit, here's how; Fine this line: <div id="side_menu"> And change it to: {if !$pagetitle=="Shopping Cart"} <div id="side_menu"> Now at the bottom of the same page you should see: </form> {/if} Edit that to: </form> {/if} {/if} 0 Quote Link to comment Share on other sites More sharing options...
niemie Posted August 3, 2009 Author Share Posted August 3, 2009 Sweet! Thanks for that. One more question - since the footer is gone off the order form, how do I expand the white space (content area) across to the right side (where the footer / sidenav used to be)? Thanks again! 0 Quote Link to comment Share on other sites More sharing options...
niemie Posted August 3, 2009 Author Share Posted August 3, 2009 Actually no, wait - that removed the sidenav from the portal as well..... Just to be clear what I am trying to do is remove it form the order form pages only. 0 Quote Link to comment Share on other sites More sharing options...
niemie Posted August 8, 2009 Author Share Posted August 8, 2009 Anyone else been able to successfully remove the sidebar from the order form only, but not have it affect the portal? 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted August 8, 2009 Share Posted August 8, 2009 Use conditionals! 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted August 8, 2009 Share Posted August 8, 2009 Just to correct what DedicatedPros wrote! It should be: {if $pagetitle != 'Shopping Cart'} <div id="side_menu"> 0 Quote Link to comment Share on other sites More sharing options...
blogstarta Posted December 3, 2010 Share Posted December 3, 2010 Just to correct what DedicatedPros wrote! It should be: {if $pagetitle != 'Shopping Cart'} <div id="side_menu"> An exclamation mark means so much when you code 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted December 3, 2010 Share Posted December 3, 2010 An exclamation mark means so much when you code It certainly does. Thanks for digging this up, it gave me some good ideas to explore. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.