Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Mar 2010
    Posts
    15
    Plugin Contributions
    0

    Default Problems with a template

    Hi,
    I installed a few days ago the latest zen-cart, and today i have downloaded a free template for it.

    My problem is that it looks messed up, and i don't know what to do.

    Here's the link: www.revolutionman.com/shop

    I installed a hungarian language pack, and easy populate, before installing the template.

    Thank you for the support.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Problems with a template

    Try uploading the template again. It looks like a file may have been missed or gotten garbled in the upload.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Mar 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Problems with a template

    I uploaded the template again, and i get the same result.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Problems with a template

    The template is OK.

    You are seeing:

    * TOP_MENU_HOME
    * TOP_MENU_NEW_PRODUCTS
    * TOP_MENU_SPECIALS
    * TOP_MENU_FEATURED_PRODUCTS

    because of the language pack, but that is not a problem.

    You need to add DEFINES (labels) for the CONSTANTS above...

    https://www.zen-cart.com/tutorials/index.php?article=95
    20 years a Zencart User

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Problems with a template

    Here's what you need to do...


    In the Lite_Grey template, you will see a folder called languages.

    Inside that folder you will see one called english.

    Inside that, you will see one called lite_grey

    You now need to send THAT folder (lite_grey) to your HUNGARIAN language folder.

    So, on your SERVER, go via FTP to

    includes/languages/hungarian

    On your HOME computer, use the other FTP frame to go to:

    Lite_Grey_Template/includes/languages/english

    ... then, ftp the lite_grey folder to your hungarian language folder.

    You see... the template does not know that you are using Hungarian language pack. It provides for ENGLISH only, so you must send a COPY of what they provide for the English defines, for your Hungarian defines also.

    When you have competed the procedure (above) your menu will be in English (whether you choose english or hungarian), but you will now be able to write in hungarian words into the right place.
    20 years a Zencart User

  6. #6
    Join Date
    Mar 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Problems with a template

    Thank You, again, but this doesn't help, i still get the same results.
    I did exactly what you requested.
    And my only problem isn't that those menus APPEAR_LIKE_THIS, but the whole coloumn that should be on the left appears in the middle of the browser.

    I would really appreciate some further assistance.

    Thank You.

  7. #7
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Problems with a template

    I will be away for a few days, returning on Tuesday 6 April.

    You may require some specialized help, and I will only be able to offer that when I return.
    20 years a Zencart User

  8. #8
    Join Date
    Mar 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Problems with a template

    Hey, now i checked again, and it works.
    The question now i have is how do i change those menus(so i can write the menu names in hungarian)?

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Problems with a template

    Start with the menu headers...

    includes\languages\hungarian\lite_grey\header.php

    Open the file for EDITING using a good, plain text editor

    Code:
    // header text in includes/header.php
      define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
      define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
      define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
      define('HEADER_TITLE_CHECKOUT', 'Checkout');
      define('HEADER_TITLE_TOP', 'Top');
      define('HEADER_TITLE_CATALOG', 'Home');
      define('HEADER_TITLE_LOGOFF', 'Sign Out');
      define('HEADER_TITLE_LOGIN', 'Sign In');
      define('HEADER_TITLE_REGISTER', 'Register');
      define('HEADER_OR', 'or');
    Code:
      define('HEADER_TITLE_CREATE_ACCOUNT', 'Regisztráció');

    ... and so on...
    20 years a Zencart User

  10. #10
    Join Date
    Mar 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Problems with a template

    This works fine, the only things i have left to change are:

    "Your cart is empty"
    "search"
    "advanced search"
    and the logo "OnlineStore"

    Guess that's all.

    Thank You for your time and patience.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 8 Jan 2016, 11:54 PM
  2. problems with template
    By vinnyna in forum Addon Templates
    Replies: 11
    Last Post: 14 Dec 2011, 01:34 PM
  3. NOOB Having some layout problems with Template Monster template
    By cbhayes in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 May 2009, 04:23 PM
  4. Problems with future_zen template
    By bhuntsman in forum Addon Templates
    Replies: 1
    Last Post: 31 Jul 2006, 01:47 AM

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