Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Rustic Template

    Ok, I'm not sure what exactly I did, but i used to have my store name, Savage Custom Rods, show up on the tab above the site window, and now it's changed to META_TAG_TITLE. I don't remember changing it, and didn't want to, but I'd like to have it back and can't seem to find the file in which it is located, or what I'd change if I did find the file. Also, my logo pic is way bigger than I would like for it to be, and I've tried changing the px on the header.php file, but that has no effect on the size of the pic after I save and then upload it to the FTP site. Thanks for all your help.

  2. #12
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Customizing the Rustic Template

    Check your meta_tags.php file to make sure you didn't
    inadvertantly delete any single quotes.

    Code:
    // page title
    define('TITLE', 'Zen Cart!');
    
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
    This tutorial may help:
    https://www.zen-cart.com/tutorials/index.php?article=95
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  3. #13
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Rustic Template

    Hey TShooters,
    Thanks for the reply. I went back and checked out the meta_tags.php file, but it was fine and had all the single quotes intact. I looked over the tutorial, and will go back and check all the files I've changed recently.
    My next question, on my site, up in the header, how do I make the text larger and centered with a better background that makes it stand out? It's small and hard to read as it is. Thanks,
    Gary

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

    Default Re: Customizing the Rustic Template

    Quote Originally Posted by garys1157 View Post
    Hey TShooters,
    Thanks for the reply. I went back and checked out the meta_tags.php file, but it was fine and had all the single quotes intact. I looked over the tutorial, and will go back and check all the files I've changed recently.
    My next question, on my site, up in the header, how do I make the text larger and centered with a better background that makes it stand out? It's small and hard to read as it is. Thanks,
    Gary
    open includes/templates/rustic/css/stylesheet.css

    find the following declaration and change the font-size to your requirements

    #tagline {
    color: #6D0000;
    font-size: 1.2em;
    text-align : center;
    vertical-align: middle;
    font-weight: bold;
    }

    save the edited file and upload to your server.

  5. #15
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Rustic Template

    Ok, I did that and got the font about to the size I would like it to be, but now it is cutting off the bottom portion of the words, so how do I expand the box that contains the header? I'm sorry for so many questions.

  6. #16
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Rustic Template

    Ok, my only problem now is the META_TAG_TITLE description in the tag above the web window. It used to have my store name, I don't recall changing anything, but now it reads META_TAG_TITLE. I read the tutorial, and checked to see if all the quote marks were in place, they were! Now what? I can not believe this is giving me so much trouble. Everything else has been somewhat of an easy fix so far. PLEASE HELP!?

  7. #17
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Rustic Template

    Ok, I fixed the meta_tag_title, but now I've done something to my header. It only allows you to see the tops of the letters, as represented by the gray shaded area. How do I expand this to show the whole tagline in the header? I've checked all my settings, and nothing seems to have changed. Thanks again for all your help.

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

    Default Re: Customizing the Rustic Template

    Quote Originally Posted by garys1157 View Post
    Ok, I fixed the meta_tag_title, but now I've done something to my header. It only allows you to see the tops of the letters, as represented by the gray shaded area. How do I expand this to show the whole tagline in the header? I've checked all my settings, and nothing seems to have changed. Thanks again for all your help.
    open includes/templates/rustic/css/stylesheet.css

    Find the following declaration and make the adjustments as indicated by the highlighted portions

    #taglineWrapper {
    margin-left:135px;
    padding-top: 2px;/*adjust the padding until you see the entire line of text
    background: url(../images/callout_bg.gif) no-repeat;/*You can delete or comment this declaration out*/
    width:560px;
    }

  9. #19
    Join Date
    Aug 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Rustic Template

    Thanks for the response Clyde. I did what you suggested, but that kept pushing the text down until it was no longer in the header. It was as if the text was not in the tag line, as I had a huge tag line, but still only the top of the letters, as you'll see if you visit the site. Here are the settings for my header.

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Savage Custom Rods');
    define('HEADER_SALES_TEXT', 'Savage Custom Rods');
    define('HEADER_LOGO_WIDTH', '264px');
    define('HEADER_LOGO_HEIGHT', '200px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  2. Replies: 3
    Last Post: 19 Feb 2010, 05:51 AM
  3. Missing image file in my template - Rustic
    By cowinger in forum Addon Templates
    Replies: 6
    Last Post: 26 Dec 2008, 07:15 PM
  4. Question about template rustic!! help me please
    By netbahom in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Jul 2008, 06:37 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