ok, so i am a newbie to zen cart. i downloaded the firefox web developer add-on. i applied my stylesheet to my index on my cart. it worked through the web developer add-on. i uploaded the style sheet...and it does nothing. what am i doing wrong?
ok, so i am a newbie to zen cart. i downloaded the firefox web developer add-on. i applied my stylesheet to my index on my cart. it worked through the web developer add-on. i uploaded the style sheet...and it does nothing. what am i doing wrong?
Ok. What in the page did you change?
Did you put the CSS back in the right spot?
Is it named the same as the original?
Did the Chmod change? It must be 644.
Try clearing your cache and re-trying.
Cheers!
v2.2.1
i figured it out. i didnt realize i was uploading a backup i had of the original stylesheet. got it fixed. i am having a um..funtime trying to figure out how to configure the shopping cart. quick ?..since it wasnt answered earlier..i added my logo...but its not showing up. i went to the online faq..i uploaded the image to my template/images directory. i dont know what to put in the header.php. i put in images/logo.gif i tried /images/logo.gif....i am confused on how to get the logo to show up. all it did was get rid of the default and leave a blank spot.
Go into your template image folder and see what the logo.gif looks like in a image editor (Photoshop).
Create a logo in a size similar to the original 300 x 75 etc and upload it.
Then you can see if you need an even larger one.
Just uploading text or logo with a transparent background won't suffice because a visitor resizing your window could make the logo.gif run off the header unless you add a minimum width value to your CSS page.
body
{
min-width: 800px;
}
Cheers!
v2.2.1
gif is not transparent. i set the width to it and height in the header file. its a huge logo..professionally done. i resized it down to like 275x275 or something close to that...then uploaded it. i just think it has something to do with how im typing it into the header file..because when i put in the full url..it didnt change. when i put images/logo.gif...it disappeared. i tried it with /images/logo.gif...still nada. dont know what happened.
oh i figured it out. i took off the images/ and it worked. for some reason i thought i needed the images/ because it was in that folder under templates. silly me. im new to this. not computer illiterate but new to css and php stuff.
I was using logo.gif because that was what was included in the Gloss_Black template that I used.
I'm glad it worked for you.
Cheers!
v2.2.1