Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37
  1. #31
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Two logo's on header

    /shop/includes/languages/english/classic/header.php

  2. #32
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Two logo's on header

    You still don't have the edited tpl_header.php saved in the right place. There is no trace of the edited code; even if the image was missing, some of its HTML would show in view source.

    Make sure that it actually saved what you think it did.

  3. #33
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Two logo's on header

    HELP !
    I see also when view source that logo2 is not shown in the code under branding something.
    To check this I edited again tpl_header.php and add *** in the branding remark.
    Viewed source again and the *** remarkds are there ! and no sign for logo2 code !!!
    HOW COULD IT BE ???

  4. #34
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Two logo's on header

    Yep, I see the
    <!--bof-branding display***-->
    and no sign of any logo2 code. Weird.
    That file still had the logo2 code in it after you added the ***, right?

  5. #35
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Two logo's on header

    Of course.
    I asked someone in the real life :) and he advised me that he thinks that if the code is with error the source will not
    show it as it is an error. so maybe I have an error on the logo2 code ?

  6. #36
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Two logo's on header

    I was focused on looking for errors in the code, and overlooked this:
    PHP Code:
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET2))) { ?>
    If you have set HEADER_SALES_TEXT to blank '', and have no banners set for that position, the following code will not execute. Move the logo2 code like this:
    PHP Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGE) ; ?></div>

    <div id="logo2"><?php echo zen_image($template->get_template_dir(HEADER_LOGO2_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO2_IMAGE) ; ?></div>

    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET2))) { ?>


    <div id="taglineWrapper">

  7. #37
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Two logo's on header

    gjh42 - YOU ARE A GENIUS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!


    THANK U , THANK U, THANK U !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. v150 Two Logo's?
    By Serious in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Oct 2013, 02:49 AM
  2. Can't reszie the logo header in my template to fit logo image
    By signify in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 1 May 2011, 06:57 PM
  3. Two Different Header two languages
    By PaulaSinner in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Mar 2009, 10:04 PM
  4. Logo with link... Two pages to change?
    By imagehorizons in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2008, 03:02 PM
  5. Space Between Logo-header and EZ-Pages Header
    By Tig in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jul 2008, 07:17 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