Is it possible to remove the header ( Home | Login ) until the customer logs in?
I have side boxes and ez-page footer links that take the place of both of those links, and I'm trying to reduce clutter.
Much Thanks
Is it possible to remove the header ( Home | Login ) until the customer logs in?
I have side boxes and ez-page footer links that take the place of both of those links, and I'm trying to reduce clutter.
Much Thanks
In the header.php file you can try commenting out the nav bar lines and I do not think that you will get an error. all from BOF to EOF for the nav entries.
Zen-Venom Get Bitten
Will that still allow the toolbar to appear when the customer is logged in?
No...This removes this code from processing...You stated that you have this in your sidebox and footer...
Zen-Venom Get Bitten
Oh yeah. Durf.
I need to start being more specific.
I wanted to make it vanish until the customer logged in, but I just realized that I have sideboxes that replace the other options except the "account information".
Is there a sidebox that I'm missing?
I do not recall a sidebox that takes all of these functions as being native. One would have to create this type of sidebox function.
Zen-Venom Get Bitten
Maybe a blank sidebox with the links to the 'Account Information' in it?
Can you configure EZ-Pages to display only when certain criteria is met?
Like don't display "Account" information until there is an account that exists?
I am pretty terrible at php coding, but this sounds doable for one who knows how to code.
Zen-Venom Get Bitten
Cool! I don't know PHP, but I can usually tinker around without doing too much damange.
If anyone knows PHP and wants to take a stab at this, feel free. Otherwise if I find something that works I'll post it here.