Are you using the latest version of this template from the downloads section?
Printable View
You can use this site to make buttons for you:
http://www.advancewebsoft.com/downlo...nerator-p.html
I'm not sure...that's where I got it from when I did get it. Check this page out...it really made me chuckle: http://www.modesty-matters.com/store...&products_id=3
I will get the latest version and try re-installing and report back :)
Amy
OK, I did it and it is much improved, but there is still a stair-step effect going on: http://www.modesty-matters.com/store...&products_id=3
Thanks! Amy
So i have reinstalled Zen cart and uploaded the includes folder. I put the includes folder in the root directory of my shopping cart. The files have uploaded and if I look in the templates directory it shows the Apple Zen Template.
when i login to zen cart and go the tools-template section. the template is not shown in the drop down list. I just dont know what I'm doing wrong. :frusty:
I am using Dreamweaver to upload the files. Could this be the problem?
I use Dreamweaver all the time, and don't have issues.
Are you on a windows system? Check your files and make sure you don't have something odd like another includes folder inside your includes folder. If you just dragged the includes folder from this template into the includes folder of your site, that may have been what happened?
I really hate to be a pest...the addition helped, but take a look now: http://www.modesty-matters.com/store...&products_id=3
Things are a bit jumbled at the bottom.
and here: http://www.modesty-matters.com/catal...&products_id=1
The text box with its heading are interrupted by "This product was added...blah blah blah" I could do without that text if it would make life easier.
There's an issue with some changes you've made with the stylesheet. When I paste the stylesheet that is in the download section (plus the change I mentioned in the post above) that issue goes away. I'll see if I can figure out what the issue is. Did you make some changes in the css to change something in that section?
Ah, I see the issue. When you tried to comment out this section, you did it incorrectly:
/*#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}/*
/*#logo img {
width:100%;
}/*
Just go ahead and delete that section. Or, if you prefer it to be commented out, it will work like this:
/*#logo {
width:19.1em To prevent the logo from resizing, simply delete or comment out this section
}
#logo img {
width:100%;
}*/