Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
AudioFitness
I've turned everything off in the admin window but I'm still getting prompts for it on the page. Is there a step I'm missing?
These are the setting to turn off these particular fields:
admin -> configuration -> customer details
Email Salutation false
Date of Birth false
Company false
Fax Number false
admin -> configuration -> e-mail options
Display "Newsletter Unsubscribe" Link? false
If you don't want the telephone field to show download and install the telephone not required on signup MOD
Re: Cold Steel Template Support Thread
For some reason that just isn't working, I've set everything to false and it's still ignoring it.
Also, if you don't mind. I'd just like to simply change the order and name of pages on the menu. I don't want to screw any page orders up, so how should I go about moving and renaming the Information links?
I've included a picture to assist..
http://img5.imageshack.us/img5/83/helpmf.jpg
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
AudioFitness
For some reason that just isn't working, I've set everything to false and it's still ignoring it.
Also, if you don't mind. I'd just like to simply change the order and name of pages on the menu. I don't want to screw any page orders up, so how should I go about moving and renaming the Information links?
I've included a picture to assist..
http://img5.imageshack.us/img5/83/helpmf.jpg
open includes/modules/sideboxes/information.php
and
includes/modules/sideboxes/more_information.php
You can switch things around between the two files.
after you've finished the editing save both files to includes/modules/sideboxes/cold_steel/
and upload them to your server
You also might want to take a look through the Tutorials/FAQ section of the forum (link at the top of this page) There is lots of basic information such as this in there.
2 Attachment(s)
Re: Cold Steel Template Support Thread
Hi again,
I got the borders to work with what you told me :)
I just got 2 more questions for you.
Where would I have to insert that code to make the borders in the Previous Orders section as well? (Attached ques3.jpg)
Also, in the shopping cart how would I make the red area as attached in picture ques2.jpg darker so that the seperation of items is more noticable?
Thank you once again!
If you need the URL for the site it is www.reservoirsocks.com
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
HelpMeSell
Hi again,
I got the borders to work with what you told me :)
I just got 2 more questions for you.
Where would I have to insert that code to make the borders in the Previous Orders section as well? (Attached ques3.jpg)
Also, in the shopping cart how would I make the red area as attached in picture ques2.jpg darker so that the seperation of items is more noticable?
Thank you once again!
If you need the URL for the site it is
www.reservoirsocks.com
add this to the bottom of includes/templates/cold_steel/css/stylesheet.css
#prevOrders {
border: 1px solid #000;
}
Find the following:
.rowEven {
background-color: #f8f8f8;*/change this to whatever color you want*/
height: 1.5em;
vertical-align: top;
border:1px solid #000;
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
add this to the bottom of includes/templates/cold_steel/css/stylesheet.css
#prevOrders {
border: 1px solid #000;
}
Find the following:
.rowEven {
background-color: #f8f8f8;*/change this to whatever color you want*/
height: 1.5em;
vertical-align: top;
border:1px solid #000;
THANKS ONCE AGAIN!!:clap:
Re: Cold Steel Template Support Thread
Hi Clyde,
Great template, really like it.
Wondering if you can help me with installing the nav tabs. Downloaded the tab_nav_fix but I must have gone wrong somewhere because they are too high in the logowrapper div, instead of the navmainwrapper sitting underneath it.
This is at environmentalposters dot co dot uk slash index dot php
Thanks
powerdown
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
powerdown
Hi Clyde,
Great template, really like it.
Wondering if you can help me with installing the nav tabs. Downloaded the tab_nav_fix but I must have gone wrong somewhere because they are too high in the logowrapper div, instead of the navmainwrapper sitting underneath it.
This is at environmentalposters dot co dot uk slash index dot php
Thanks
powerdown
URL for your site?
Re: Cold Steel Template Support Thread
www.environmentalposters dot co dot uk / index.php
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
powerdown
Hi Clyde,
Great template, really like it.
Wondering if you can help me with installing the nav tabs. Downloaded the tab_nav_fix but I must have gone wrong somewhere because they are too high in the logowrapper div, instead of the navmainwrapper sitting underneath it.
This is at environmentalposters dot co dot uk slash index dot php
Thanks
powerdown
As far as I can tell, you have the navigation menu located inside the headerwrapper.
You need to move it to below the header wrapper.