Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2008
    Posts
    9
    Plugin Contributions
    0

    application error Page Not Found - Custom 404 Error Page

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

    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.

    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.

    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.

    **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
    Last edited by Zoramilea; 4 Mar 2008 at 07:02 PM. Reason: forgot to add link to site with issues

  2. #2
    Join Date
    Mar 2008
    Location
    Lake Stevens WA
    Posts
    14
    Plugin Contributions
    0

    Default 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

  3. #3
    Join Date
    Mar 2008
    Posts
    9
    Plugin Contributions
    0

    Default 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. #4
    Join Date
    Mar 2008
    Posts
    9
    Plugin Contributions
    0

    Default Solved!

    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. :)

  5. #5
    Join Date
    Jan 2007
    Posts
    35
    Plugin Contributions
    0

    Default 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

 

 

Similar Threads

  1. Page Not Found Error
    By WETStyles in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 30 Jan 2008, 10:47 PM
  2. Error Message...Page not found
    By friends1976 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Jan 2007, 06:36 PM
  3. 404 Page Not Found Error
    By jacque427 in forum General Questions
    Replies: 7
    Last Post: 7 Jun 2006, 08:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •