ecsell Posted June 28, 2014 Share Posted June 28, 2014 I would like to remove the navigation bar & logo div from the ordering pages but retain them when the user logs in to view there payments etc. Can anybody help me with this please? thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted June 28, 2014 Share Posted June 28, 2014 you need the easy way or the hard way?? ok the easy way as follow, put the following code between <head></head> tag in your header.tpl file: {if ($filename=='cart' && !$loggedin)} <style type="text/css"> .navbar.navbar-fixed-top { display: none; } #whmcsheader { display: none; } </style> {/if} this will hide your logo and nav menu when you are in order page and when no client logged in 0 Quote Link to comment Share on other sites More sharing options...
ecsell Posted June 30, 2014 Author Share Posted June 30, 2014 thanks a million will try this later! I am planning on embedding the form via an iframe unless there is a better way to do it? thanks again 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.