Zen Cart Logo
Forums / General Questions / Page Not Found - Custom 404 Error Page

Page Not Found - Custom 404 Error Page

Locked

Views: 4,888

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Mar 2008, 5:59 PM
#1
zoramilea avatar

zoramilea

New Zenner

Join Date:
Mar 2008
Posts:
9
Plugin Contributions:
0

Page Not Found - Custom 404 Error Page

I am a newbie to Zen Cart. Threw up a test page :beta: yesterday and have been working on it since then. I seemed to be learning quickly how to customize this cart. :clap:

http://tshirts.piratesbootyonline.com/
Zen Cart 1.3.8
Database Patch Level: 1.3.8

Everything was going fine. I didn't do anything except turn off 2 catagories.
:oops:
I went and turned them back on cause I was getting errors in the admin section when I tried to either edit a product or add a product. :cry: :dontgetit

When you try to view a product from the main page it gives:
Page Not Found
Custom 404 Error Page with Site Map Sample Text ...

what did I do. My eyes hurt from trying to read topics and find another post with this issue.

I would sooo like to finish fixing this so I can show the owner of the real site what his site will look like when all alterations are done. :lamo:

**On a side note.. where do I find the HEADING_TITLE font size?
I have viewed a few sites and see they have made the Greetings smaller and centered. How?????

Thank you for your help in advance :clap:

4 Mar 2008, 6:54 PM
#2
del avatar

del

New Zenner

Join Date:
Mar 2008
Location:
Lake Stevens WA
Posts:
14
Plugin Contributions:
0

Re: Page Not Found - Custom 404 Error Page

I changed my font, size and color in the Main CSS style sheet in
zencart/includes/templates/classic/css/stylesheet.ccs besure to copy this file to your own store files before changing the code.

Change the font-size and then refresh the page you will be able to see the different sizes

Be sure to read the CSS_read_me file in the zencart/includes/templates/classic/css/CSS_read_me before do any of the changes.

I always comment the old code with a /* before and a */ after the line I am changing then insert the new code.
Look at the code around the line beginning with

h1 {

h2 {
for the heading 1 and 2 code.

For example the code

h1 {
font-size: 5.5em;
color: #9a9a9a;
}
could be changed to

h1 {
/*
font-size: 5.5em;
*/
font-size: 4.5em:

color: #9a9a9a;
}

That will decrease the size of the font on the first heading line.

Good luck Hope that this helps

4 Mar 2008, 7:04 PM
#3
zoramilea avatar

zoramilea

New Zenner

Join Date:
Mar 2008
Posts:
9
Plugin Contributions:
0

Re: Page Not Found - Custom 404 Error Page

/smacks head... It's the H tags. goodness my brain is mush.

Thanks Del for helping me get the font size squared away.

Now only to fix that bloody 404 Error!

4 Mar 2008, 11:27 PM
#4
zoramilea avatar

zoramilea

New Zenner

Join Date:
Mar 2008
Posts:
9
Plugin Contributions:
0

Re: Page Not Found - Custom 404 Error Page

Solved the issue with the 404 error.

it was me being stupid and not return something I had forgotten I had changed back the way it was.

I got it all worked out.

Thank you to those who looked at this topic in hopes that they could help me.

Fixed the issue this way incase someone else does what I did.

Catalogs > Product Types > Edited Products - General >

I did not return the Handler Page: back to product.

I was playing with something I shouldn't have. I have learned my lesson. :)

15 Sep 2008, 10:39 PM
#5
jrf avatar

jrf

New Zenner

Join Date:
Jan 2007
Posts:
35
Plugin Contributions:
0

Re: Page Not Found - Custom 404 Error Page

Hi -
I'm getting the 404 error on the product info page for a new product and am wondering if you could detail a bit more on how you fixed it or what you did to make it occur, if you remember -
thank you