Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
You should upload the entire includes folder to the where you have zen cart installed on your server.
IT DOES NOT GO in admin/includes
You might also want to note that Zen Cart does not work well using iframes. (do a forum search for iframes)
I moved it to the same folder that Zen Cart is in, not inside the Zen Cart folder itself. Is that what you meant? I was unclear as to which you wanted me to do. Regardless, it's still not working. :frusty:
Thank you for the point about the iFrame. If I have a site like the one at http://www.templateaccess.com/demos/scrolllist-cuber/, how can I customize the banner and nav to match the site so the customer doesn't feel like they are leaving my site to go to the store?
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
aggrable
I moved it to the same folder that Zen Cart is in, not inside the Zen Cart folder itself. Is that what you meant? I was unclear as to which you wanted me to do. Regardless, it's still not working. :frusty:
Thank you for the point about the iFrame. If I have a site like the one at
http://www.templateaccess.com/demos/scrolllist-cuber/, how can I customize the banner and nav to match the site so the customer doesn't feel like they are leaving my site to go to the store?
You haven't indicated where your zen cart files are located on your server.
If they are located in the root then just uploadFTP the entire includes folder.
if they are located in another directory on your server ( /shop ), then upload/FTP the entire includes folder to that directory.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
You haven't indicated where your zen cart files are located on your server.
If they are located in the root then just uploadFTP the entire includes folder.
if they are located in another directory on your server ( /shop ), then upload/FTP the entire includes folder to that directory.
My store is at www.mysportsmouse.com/zencart.
Are you telling me that I should upload it inside the "zencart" folder or to the root folder?
I really appreciate your time and information. This is (obviously) my first time at this.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
aggrable
My store is at
www.mysportsmouse.com/zencart.
Are you telling me that I should upload it inside the "zencart" folder or to the root folder?
I really appreciate your time and information. This is (obviously) my first time at this.
upload the includes folder from the mod to your zencart directory.
Re: Cold Steel Template Support Thread
I just installed this awesome template, and I love it. I am in the process of tweaking it so it will better suit my needs, but I have ran into 2 problems.
I have edited plenty of CSS, and I am currently a web development student, but for some reason I cannot seem to change the main background to an image; I don't want it just plain white.
I am also having an issue with the center column. I have edited the .centercolum (stylesheet.css) to a much smaller size, but I am still getting an overlap. Am I doing something wrong?
I know these are simple, maybe even stupid questions, but I would appreciate any help.
Thanks!
I am using 1.3.9c
Image Handler 2 *Installed Error Free*
Sales Report *Installed Error Free*
Admin Activity Report *Installed Error Free*
Paypal Verified Sidebox *Installed Error Free*
Admin Profile 1.1 Beta *Installed Error Free*
My url is www.angelbabyscraps.com/store
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
AngelBabyScraps
I just installed this awesome template, and I love it. I am in the process of tweaking it so it will better suit my needs, but I have ran into 2 problems.
I have edited plenty of CSS, and I am currently a web development student, but for some reason I cannot seem to change the main background to an image; I don't want it just plain white.
I am also having an issue with the center column. I have edited the .centercolum (stylesheet.css) to a much smaller size, but I am still getting an overlap. Am I doing something wrong?
I know these are simple, maybe even stupid questions, but I would appreciate any help.
Thanks!
I am using 1.3.9c
Image Handler 2 *Installed Error Free*
Sales Report *Installed Error Free*
Admin Activity Report *Installed Error Free*
Paypal Verified Sidebox *Installed Error Free*
Admin Profile 1.1 Beta *Installed Error Free*
My url is
www.angelbabyscraps.com/store
add the highlighted portion to the following declaration in the stylesheet.css
body {
margin: 3px 0;
padding:0;
background: url(../images/YOUR_BACKGROUND_IMAGE.jpg);
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000;
}
try setting the .centercolumn width to 640px
Re: Cold Steel Template Support Thread
Thank you very much for your help. I think I have just been working too long LOL. I appreciate your help and the time you took to make the template!
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
AngelBabyScraps
Thank you very much for your help. I think I have just been working too long LOL. I appreciate your help and the time you took to make the template!
glad to help
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
upload the includes folder from the mod to your zencart directory.
Thanks for taking the time to educate a "noob" :cool:
It works (and looks) great! :flex:
Grable Graphics
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
aggrable
Thanks for taking the time to educate a "noob" :cool:
It works (and looks) great! :flex:
Grable Graphics
don't forget
admin -> tools -> layout boxes controller
Scroll to the bottom of the page and click the "reset button"
or you will have no sideboxes showing on the site.