sjol2 Posted October 25, 2019 Share Posted October 25, 2019 Hi, I was just wondering if it would be possible to remove the navigation menu for non logged in users on this site: https://www.dynamicservers.co.uk/client-area/ ? All we are doing is linking to products from WordPress so all we need in the header is our Logo and Login/register links Many thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 26, 2019 Share Posted October 26, 2019 (edited) you basically have two options - edit the header.tpl template and wrap the menu block of code in an {if $loggedin} conditional statement, or you use an action hook to hide the menu with CSS - both methods are listed in the thread below... Edited October 26, 2019 by brian! 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.