Page 1 of 2 12 LastLast
Results 1 to 10 of 321

Hybrid View

  1. #1

    Default Re: Rustic Template Support Thread

    I have not read this whole thread, but I have searched it and didn't see an answer to my problem, so here goes.

    Someone please take a look at my site. www.ncmodularhomesales.com (I realize it's not rendering quite right. I have been testing using Firefox, and a friend just pointed out the issues with IE. But that's not my issue.)

    Notice that on the Index page, manufacturer listing, and category listing, in the heading, the greeting looks fine, but go to any other pages and it says "TEXT_GREETING_GUEST" or "TEXT_GREETING_PERSONAL"

    I'm driving myself nuts, can someone help me? I'm using the "rustic" template. I just installed it last night. Thanks in advance y'all.

    (I am new to Zen-Cart, so please try not to talk over my head.)

    It would not bother me to take the greeting off of all the pages except the index page, whatever makes it easier to fix quickly.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    I have not read this whole thread, but I have searched it and didn't see an answer to my problem, so here goes.

    Someone please take a look at my site. www.ncmodularhomesales.com (I realize it's not rendering quite right. I have been testing using Firefox, and a friend just pointed out the issues with IE. But that's not my issue.)

    Notice that on the Index page, manufacturer listing, and category listing, in the heading, the greeting looks fine, but go to any other pages and it says "TEXT_GREETING_GUEST" or "TEXT_GREETING_PERSONAL"

    I'm driving myself nuts, can someone help me? I'm using the "rustic" template. I just installed it last night. Thanks in advance y'all.

    (I am new to Zen-Cart, so please try not to talk over my head.)

    It would not bother me to take the greeting off of all the pages except the index page, whatever makes it easier to fix quickly.
    Can you post the contents of:

    includes/languages/english/rustic/header.php

  3. #3

    Default Re: Rustic Template Support Thread

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // 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', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Integrity Mountain Custom Homes');
    define('HEADER_SALES_TEXT', '<strong>Custom Homes</strong>');

    define('HEADER_LOGO_WIDTH', ' ');
    define('HEADER_LOGO_HEIGHT', ' ');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>
    Thank you!

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    Thank you!
    You've apparently deleted several lines of code from this file.

    Add the highlighted portion and that will correct the problem.

    You should also add the height and width for your logo.gif

    Code:
    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */
    
    // 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', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');
    
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Integrity Mountain Custom Homes');
    define('HEADER_SALES_TEXT', '<strong>Custom Homes</strong>');
    
    define('HEADER_LOGO_WIDTH', ' ');
    define('HEADER_LOGO_HEIGHT', ' ');
    define('HEADER_LOGO_IMAGE', 'logo.gif');
    
    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');
    
    // Showcase vs Store
    if (STORE_STATUS == '0') {
      define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
    } else {
      define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
    }
    
    define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
    
    
    
    ?>

  5. #5

    Default Re: Rustic Template Support Thread

    You're the best man! I can't thank you enough, and thanks for putting up with this n00b!

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    You're the best man! I can't thank you enough, and thanks for putting up with this n00b!
    Glad to help

  7. #7

    Default Re: Rustic Template Support Thread

    I would like to know if this is possible - I basically don't want to waste my time pursuing it if it's going to be too complicated.

    My site again is ncmodularhomesales.com

    Since we are marketing modular homes, of course, customers can't actually purchase on our site. I would like to know if I can change everywhere it says "Shopping Cart" to "Wish List." And can I get the price to disappear? I've changed the cart status to "showcase with no prices" but the price still shows up in the cart and in the heading. It is most important to me to get the dollar amount out of the heading.

    Thanks!

  8. #8
    Join Date
    Nov 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Hello,

    I just started customizing this template. I made it a smaller width - 800 px for now.

    I'm finding that the only page that didn't reduce in width. I think it's cause the message box is too large.

    Anyone know how to fix this?

    thanks!
    My site: http://creationsremembered.com/index...age=contact_us

    If you click on the other pages you'll see that they are smaller. (i know its in mainenance mode but you can still get the picture.)

    Thanks!

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by xtreme-exhibits View Post
    Hello,

    I just started customizing this template. I made it a smaller width - 800 px for now.

    I'm finding that the only page that didn't reduce in width. I think it's cause the message box is too large.

    Anyone know how to fix this?

    thanks!
    My site: http://creationsremembered.com/index...age=contact_us

    If you click on the other pages you'll see that they are smaller. (i know its in mainenance mode but you can still get the picture.)

    Thanks!
    Open includes/templates/rustic/css/stylesheet.css

    find the following declaration and change the width as indicated by the highlight. currently the width is set to 800px (the same width as the rest of the site.

    TEXTAREA {
    /* float: left;*/
    margin: auto;
    display: block;
    width: auto;
    }

  10. #10
    Join Date
    Nov 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    You're so helpful! thanks so much!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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