![]() |
getting rid of tabs in upper right hand corner
Can anyone advise me of how to get rid of the 3 tabs in the upper right hand corner of X-cart. I have tried to use {* *} but if that is correct I am not doing it in the right page because its not working.
Thank you!!!! |
I head.tpl you will see the line:
Code:
{include file="customer/top_menu.tpl"} on or about line 8. Either delete this line, or comment it out like this: Code:
{* {include file="customer/top_menu.tpl"} *} |
Some other ways of getting rid of the speed bar:
1. Log in to your admin 2. go to "speed bar" link under Administration section 3. uncheck all the speed bar links 4. Click apply ~~~~~~~~~~ You can also go to top_menu.tpl and comment out Quote:
Or like telafirma said, if you want to get rid of the whole top_menu.tpl, comment it out. Carrie |
head.tpl not letting me make changes
Hi,
I tried commenting the fields out but upon clicking save I receive a permission denied error-file not saved. If I try to make any changes to the head.tpl file I get this error. Does anyone have any ideas of what is happening here??? Angie |
It sounds like who ever installed your X-Cart changed all the file permissions so that you can not write to them.
The file permissions for your templates should be set to either 644 or 666. i would set them to 644 first and see if that will let you write to them. If you are unsure how, then contact the individual that installed your X-Cart, or your hosting company. |
Server Permissions
The file you are trying to save is not writable by your web-server (i.e. apache).
In *nix you need to set the permissions of the file using the 'chmod' and ownership using the 'chown' commands. See your webmaster for details. (most likely something like 'chown apache:www skin1/customer/*.tpl' and 'chmod 664 skin1/customer/*.tpl' will do). If you're running on windows, you'll have to ask someone else. |
All times are GMT -8. The time now is 03:24 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.