Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    help question What did I screw up???

    I was changing the titlesin my sidebox yesterday and I screwed something up in english php. Heres what my code looks like


    //whats_new box text in sideboxes/whats_new.php
    define('BOX_HEADING_NEW_IN_CLOSET', 'New In the Closet');
    define('CATEGORIES_BOX_HEADING_WHATS_NEW', 'New Product');

    define('BOX_HEADING_FEATURED_PRODUCTS', 'Featured');
    define('CATEGORIES_BOX_HEADING_FEATURED_PRODUCTS', 'Featured Products ...');
    define('TEXT_NO_FEATURED_PRODUCTS', 'More featured products will be added soon. Please check back later.');

    define('TEXT_NO_ALL_PRODUCTS', 'More products will be added soon. Please check back later.');
    define('CATEGORIES_BOX_HEADING_PRODUCTS_ALL', 'All Items ...');


    // reviews_ box text in sideboxes/reviews.php
    define('BOX_HEADING_ADVICE', 'Fashion Advice');
    define('BOX_REVIEWS_WRITE_REVIEW', 'No Advice');
    define('BOX_REVIEWS_NO_REVIEWS', 'Stay Tuned');
    define('BOX_REVIEWS_TEXT_OF_5_STARS', '%s of 5 Stars!');

    Here is my site link http://www.veryprrettythings.com
    I have no idea what is wrong
    thanks

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: What did I screw up???

    Unless you've created new sideboxes (which I don't think you have) it's because you've changed the define statements as well as the define statement content.
    Code:
    define('BOX_HEADING_NEW_IN_CLOSET', 'New In the Closet');
    should be

    Code:
    define('BOX_HEADING_WHATS_NEW', 'New In the Closet');
    and
    Code:
    define('BOX_HEADING_ADVICE', 'Fashion Advice');
    should be

    Code:
    define('BOX_HEADING_REVIEWS', 'Fashion Advice');
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  3. #3
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: What did I screw up???

    WOW you are a lifesaver thankyou. I was up till one trying to fix that. One more question for you. I have been trying to get the text in the side box to move in and align left like the rest. I just can't figure it out. I thought it had something to do with the html but I can't seem to find the file. Any Ideas????


    Thanks

  4. #4
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: What did I screw up???

    That's in your CSS - I'm not quite sure exactly what you're trying to do, but look in your stylesheet either at the sidebox settings or the navColumn settings
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  5. #5
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: What did I screw up???

    If your query is about the leakage from your left column... seeing how the left column is "invisible" over your background image, you'd have to adjust the actual column/sidebox widths in Admin-Configuration-Layout Settings to match the boundaries of the background image in place. As it stands, the column width/padding supercedes the column background image... hence the contents spilled out of the right side of the left column.

    I still think it's a bad idea to use the original "Classic" template for this modified layout.

 

 

Similar Threads

  1. v154 Ready to go live after fresh install rebuild/upgrade. Did I just screw up?
    By EC web in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 20 Jan 2016, 10:56 PM
  2. What did I do?
    By lrfowler in forum General Questions
    Replies: 1
    Last Post: 26 Mar 2012, 04:16 AM
  3. what did i do??
    By pumpkinpatch in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2011, 02:52 AM
  4. oh what did i do
    By bellaphile in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 18 Feb 2008, 08:39 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR