New Zenner
- Join Date:
- Jul 2009
- Location:
- The Netherlands
- Posts:
- 3
- Plugin Contributions:
- 0
Comstock Template
Another question :blush:
Where can I devine HEADER_EXTRA_TEXT?
Thanx again for your help.
Views: 132,193
New Zenner
Another question :blush:
Where can I devine HEADER_EXTRA_TEXT?
Thanx again for your help.
Deceased
schep:
Another question :blush:
Where can I devine HEADER_EXTRA_TEXT?
Thanx again for your help.
includes/languages/english/comstock/header.php
New Zenner
i have a couple questions
#1 how do i get my catagories to be listed in the middle
#2 how do i get welcome to sound destroyer mat removed i can not remember how i did it on the main page
#3 when i do a back up i get a error if you go to my other post you will see it
#4 how do i get the bars at the top and bottom even with the site
website is https://www.sounddestroyermat.com
thank you
Deceased
jlcaudio:
i have a couple questions
#1 how do i get my catagories to be listed in the middle
#2 how do i get welcome to sound destroyer mat removed i can not remember how i did it on the main page
#3 when i do a back up i get a error if you go to my other post you will see it
#4 how do i get the bars at the top and bottom even with the site
website is https://www.sounddestroyermat.com
thank you
1> From the comstock readme file:
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 declarations:
/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/
2> includes/languages/english/comstock/header.php
3>This is not template specific
4>This should take care of the problem
just unzip and upload the entire includes folder to your server.
New Zenner
im sorry for the catagories i ment that they would be right above my products in the middle like this site http://www.dashtrimkits.net/ and also when you look at my site are some of the title cut in half like wher it says new products in the gray area and do you know how to fix the backup area or tell me where to go please
New Zenner
clydejones:
1> From the comstock readme file:
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 declarations:
/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/2> includes/languages/english/comstock/header.php
3>This is not template specific
4>This should take care of the problem
just unzip and upload the entire includes folder to your server.
i did what you said to remove welcome to sound destroyer mat and it is still there
New Zenner
clydejones:
1> From the comstock readme file:
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 declarations:
/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/2> includes/languages/english/comstock/header.php
3>This is not template specific
4>This should take care of the problem
just unzip and upload the entire includes folder to your server.
i did the zip file and it did not work sir
Deceased
jlcaudio:
im sorry for the catagories i ment that they would be right above my products in the middle like this site http://www.dashtrimkits.net/ and also when you look at my site are some of the title cut in half like wher it says new products in the gray area and do you know how to fix the backup area or tell me where to go please
admin -> configuration -> layout settings -> Categories - Always Show on Main Page (set to 1)
Deceased
jlcaudio:
i did the zip file and it did not work sir
Here's a screenshot of your site (looks like it worked just fine)
[Attachment no longer available]
New Zenner
clydejones:
1> From the comstock readme file:
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 declarations:
/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/2> includes/languages/english/comstock/header.php
3>This is not template specific
4>This should take care of the problem
just unzip and upload the entire includes folder to your server.
to let you know i was working on this site with the regular zincart for awhile then i upgraded to your templete if that matters for my number 2 problem
Deceased
jlcaudio:
i did what you said to remove welcome to sound destroyer mat and it is still there
Sorry, my bad.
includes/languages/english/comstock/index.php
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
change both instances
New Zenner
clydejones:
1> From the comstock readme file:
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 declarations:
/* #navCatTabsWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
font-weight: bold;
color: #ffffff;
}*/2> includes/languages/english/comstock/header.php
3>This is not template specific
4>This should take care of the problem
just unzip and upload the entire includes folder to your server.
clydejones:
Here's a screenshot of your site (looks like it worked just fine)
[Attachment no longer available]
how do i do a screen shot ill show you and also the red lines at the top and the grey line at the bottom
Deceased
jlcaudio:
how do i do a screen shot ill show you and also the red lines at the top and the grey line at the bottom
make sure you've cleared your browser cache.
New Zenner
clydejones:
Sorry, my bad.
includes/languages/english/comstock/index.php
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/change both instances
where i added welcome to sound destroyer mat is not in there and i wanted to remove it because when i go to define main page and put info in there it is to close together if i knew how to space them out i would just leave that title
New Zenner
clydejones:
make sure you've cleared your browser cache.
i cleard the cookies and still nothing
Deceased
jlcaudio:
i cleard the cookies and still nothing
What browser are you using?
Deceased
jlcaudio:
i cleard the cookies and still nothing
jlcaudio:
where i added welcome to sound destroyer mat is not in there and i wanted to remove it because when i go to define main page and put info in there it is to close together if i knew how to space them out i would just leave that title
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
The highlighted portions are what you need to change or edit.
New Zenner
i cant save my picture here i took a screen shot do you have a email address and ill send it to you please
New Zenner
clydejones:
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/The highlighted portions are what you need to change or edit.
ok but why isnt in there listed because it is on the website now all i want to do is delete it from my website
New Zenner
jlcaudio:
where i added welcome to sound destroyer mat is not in there and i wanted to remove it because when i go to define main page and put info in there it is to close together if i knew how to space them out i would just leave that title
ok i got it my bad sir im sorry ok how do i remove the rest of it just take out STORE_NAME and it will be removed
Fields marked required must be completed.
Tell staff why this post should be reviewed.