Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    14
    Plugin Contributions
    0

    Default a few problems with my site

    first of all hi

    i have a few probs with my website and was wondering can any of you help

    when i type in www.cathshandcrafts.com the little box at the bottom comes up title site something else instead of www.cathshandcrafts.com how do i change that

    also on the top of my website over my website logo there is a black box with a warning sign in it what happened there

    also when my customers go to put in there name for registering it says that there first name has to be seven letters can and how to i change this to a lower number

    thanks
    mags

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: a few problems with my site

    The words TITLE, SITE_TAGLINE are appearing because you've deleted the defines for those constants in your language file meta_tags.php. YOu should restore them so they read something like:
    Code:
    // page title
    define('TITLE', 'Cath\'s Hand Crafts');
    
    // Site Tagline
    define('SITE_TAGLINE', 'Your store tagline');
    (note the use of the backslash to 'escape' any apostrophes in your text - that's important.)

    If you scroll across that black box at the top, you'll see a bnuch of text that is basically telling you to change the permissions on the file includes/configure.php so it is read-only.

    Change the minimum number of letters for the customers name at Admin > Configuration > Minimum Values
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: a few problems with my site

    black box warning on top is regarding your configure.php file located in includes folder , you need to secure that by changing permission to 644 or 444 . change background warning color so you can read the text.


    locate following in your css.

    .messageStackWarning, .messageStackError {stylesheet.css (line 165)
    background-color:#000000;
    color:#000000;
    }

    change background color to something else , like original zc red color

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: a few problems with my site

    also you may want to read this part ..


    https://www.zen-cart.com/tutorials/index.php?article=73

  5. #5
    Join Date
    Aug 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: a few problems with my site

    thanks a million guys tony-sar once again you seem to have come to my rescue

    thanks
    mags

  6. #6
    Join Date
    Aug 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: a few problems with my site

    Quote Originally Posted by bunyip View Post
    The words TITLE, SITE_TAGLINE are appearing because you've deleted the defines for those constants in your language file meta_tags.php. YOu should restore them so they read something like:
    Code:
    // page title
    define('TITLE', 'Cath\'s Hand Crafts');
    
    // Site Tagline
    define('SITE_TAGLINE', 'Your store tagline');
    (note the use of the backslash to 'escape' any apostrophes in your text - that's important.)

    If you scroll across that black box at the top, you'll see a bnuch of text that is basically telling you to change the permissions on the file includes/configure.php so it is read-only.

    Change the minimum number of letters for the customers name at Admin > Configuration > Minimum Values
    hi i cant find this in my meta tags could you please tell me more

    thanks
    mags

  7. #7
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: a few problems with my site

    Those lines should have been in the origingal includes/languages/english/meta_tags.php

    If you have an override copy of that file, it should be includes/languages/english/YOUR_TEMPLATE/meta_tags.php

    Check those files for the presence of the define statements for TITLE and SITE_TAGLINE - from your site, it doesn't look like those defines exist at all, so you need to add them into your override file
    Neville
    An assumption is what you arrive at when you get tired of thinking...

 

 

Similar Threads

  1. v151 Help With A Few Items on Site
    By Dlauth in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Jan 2014, 03:03 PM
  2. A Few problems setting up my site.
    By philip24 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 8 Jan 2008, 03:59 PM
  3. A few problems I need help with
    By DatinBridal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Oct 2007, 01:57 PM

Posting Permissions

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