Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23
  1. #21
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Simple template guide?

    in an image editor create a 1px by 1px tranparent image.

    Save it as logo.gif and upload it to includes -> templates -> YOUR_TEMPLATE -> images. This will replace the ZC Logo.

  2. #22
    Join Date
    Jun 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Simple template guide?

    Quote Originally Posted by clydejones
    in an image editor create a 1px by 1px tranparent image.

    Save it as logo.gif and upload it to includes -> templates -> YOUR_TEMPLATE -> images. This will replace the ZC Logo.
    Aha! Much obliged! Oh wise and wonderful Clyde, how does one also remove the TagLine Here text?

    Lastly, is there anywhere that says exactly what files are pulling from the CSS? (i.e. how a PHP newbie would read it?)

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

    Default Re: Simple template guide?

    How do I change the "sales message goes here"/"TagLine Here" text?

    In order to add your own "sales text", changes will have to be made in includes -> languages -> English (or YOUR LANGUAGE) -> header.php.
    Open the file in a text editor and find the following line of code:
    Code:
    define('HEADER_SALES_TEXT', 'TagLine Here');
    Make your changes to the text highlighted in red. Save the file and copy it to the includes -> languages -> English (or YOUR LANGUAGE) -> YOUR_TEMPLATE folder and upload it to your server.
    -----------------------------
    This is an excerpt from tpl_header.php.

    The portions in red are the IDs called from the stylesheet.css

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo">
    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
    </div>
    <div id="taglineWrapper">

    <?php
    if (HEADER_SALES_TEXT != '') {
    ?>
    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
    -----------------

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Simple Zen Template
    By RKB in forum Basic Configuration
    Replies: 10
    Last Post: 24 Dec 2009, 08:30 AM
  2. Simple template?
    By Inkbella in forum Addon Templates
    Replies: 1
    Last Post: 14 Apr 2008, 04:54 AM
  3. Simple Zen Template
    By RKB in forum Addon Templates
    Replies: 0
    Last Post: 25 Feb 2007, 11:08 PM

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