Thread: Logo Issue

Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32
  1. #31
    Join Date
    Jun 2012
    Location
    Los Angeles, CA
    Posts
    6
    Plugin Contributions
    0

    Default Re: Logo Issue

    Hey, Nice fix :)

    --Rich

  2. #32
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,134
    Plugin Contributions
    11

    Default Re: Logo Issue

    OOPS! I forgot to return with the final that got included into 1.5.6. The above works but, this is a lot cleaner thanks to DrByte.
    includes/templates/template_default/common/tpl_header.php
    includes/templates/responsive_classic/common/tpl_header.php
    includes/templates/YOUR_TEMPLATE/common/tpl_header.php
    This occurs on different lines in each of the documents. You only need to change the one that effects your current cart. It will be replaced in all instances in 1.5.6 and later.
    Code:
    <!--bof branding display-->
    <div id="logoWrapper" class="group onerow-fluid">
        <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, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">
    <?php
      if (HEADER_SALES_TEXT != '') {
    ?>
          <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
    <?php
      }
    ?>
    <?php
      if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
        if ($banner->RecordCount() > 0) {
    ?>
      <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
        }
      }
    ?>
      </div>
    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
      </div>
    </div>
    
    
    <!--eof branding display-->
    Furthermore, what I discovered is that the height seems to not be used BUT has to be a value in the header.php and a call in this file. Prior to this change, the logo image HAD to be sized outside the system. If you needed a 900px x 450px image, you could not use an 1800px x 900px image and tell the header.php to resize it to 900px x 450px.
    After this patch, you can use any original size image and tell the header.php to increase or decrease the logo's size by changing the width. Changing the height has no effect.
    The good news is that the image is resized proportionately. IOW, if you put 1350px for the width of the image that is a size 1800px x 900px, the system will automatically adjust the height to 675px.
    Just make sure you don't pixelate the image in the process.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Logo issue
    By brad073 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Oct 2010, 09:52 PM
  2. logo overlap issue
    By tomintulsa in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Jun 2009, 10:57 PM
  3. logo issue
    By louisapple in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 1 May 2009, 06:51 AM
  4. logo issue
    By MachaNeko in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Jul 2008, 07:47 PM
  5. Logo Issue
    By imperialis in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Apr 2008, 05:45 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