Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Comment out and un-comment

Comment out and un-comment

Locked

Views: 1,959

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
29 Sep 2009, 9:42 PM
#1
evvano avatar

evvano

New Zenner

Join Date:
Sep 2009
Posts:
24
Plugin Contributions:
0

Comment out and un-comment

This is my site: http://kakse.net/zencart

The original template is here

I'm missing the horizontal category navigation, and the instructions on how to get it is below, but i'm not sure how to do it, can somone explain, show me how to comment-out and un-comment this code? When I tried it didn't show up :\

Instructions -->

STYLESHEET SETTINGS:
The top horizontal category navigation, and the footer IP address are set to display none by default.
To use comment out this declaration:

#navCatTabsWrapper {
display: none;
}
#siteinfoIP {
display: none;
}

and un-comment the following two declarations:<br />

/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/

29 Sep 2009, 9:46 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Comment out and un-comment

To uncomment, remove the /* and / at the beginning and end of the statement. Placing / at the beginning and */ at the end of a stylesheet statement makes it 'invisible' to the browser.

To comment out, add those characters, or just remove the 'display:none;'.

29 Sep 2009, 10:31 PM
#3
evvano avatar

evvano

New Zenner

Join Date:
Sep 2009
Posts:
24
Plugin Contributions:
0

Re: Comment out and un-comment

stevesh:

To uncomment, remove the /* and / at the beginning and end of the statement. Placing / at the beginning and */ at the end of a stylesheet statement makes it 'invisible' to the browser.

To comment out, add those characters, or just remove the 'display:none;'.

Thanks, it worked but it looked totaly different, and the links didn't show up, if you look at the original template you will see how it should look. What do I have to do?

Great support forum btw :)

29 Sep 2009, 10:49 PM
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comment out and un-comment

evvano:

Thanks, it worked but it looked totaly different, and the links didn't show up, if you look at the original template you will see how it should look. What do I have to do?

Great support forum btw :)

You need to turn on the ez-pages header

admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - HeaderBar (set to 1)

For links to show, you will have to create them in ez pages you can create either external or internal links

admin -> tools -> EZ-Pages

30 Sep 2009, 1:20 AM
#5
evvano avatar

evvano

New Zenner

Join Date:
Sep 2009
Posts:
24
Plugin Contributions:
0

Re: Comment out and un-comment

still dossent work :(

changed the url to www.kakse.net

30 Sep 2009, 2:10 AM
#6
evvano avatar

evvano

New Zenner

Join Date:
Sep 2009
Posts:
24
Plugin Contributions:
0

Re: Comment out and un-comment

I replaced the stylesheet.css from the template on the web but it still dossen't work. I dont get it, there must be some settings that is set wrong right? anyone know?

30 Sep 2009, 2:22 AM
#7
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comment out and un-comment

evvano:

still dossent work :(

changed the url to www.kakse.net

evvano:

I replaced the stylesheet.css from the template on the web but it still dossen't work. I dont get it, there must be some settings that is set wrong right? anyone know?

There a lot of answers to various questions in the cold steel template support thread.

30 Sep 2009, 3:27 AM
#8
evvano avatar

evvano

New Zenner

Join Date:
Sep 2009
Posts:
24
Plugin Contributions:
0

Re: Comment out and un-comment

Ah, didn't see it before now. Thank you :)