Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: [Help Needed] - Changing Store Banner (LogoWrapper)

    without see actual code

    easiest way would be:

    in /includes/templates/classic/common/tpl_header.php

    find:
    PHP Code:
    <div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>
    change to:
    PHP Code:
    <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 id=twitter><?php echo zen_image(DIR_WS_TEMPLATE.'images/twitter.png')?></div>
    <div id=facebook><?php echo zen_image(DIR_WS_TEMPLATE.'images/facebook.png')?></div></div>
    rename twitter.png & facebook.png to YOUR IMAGE NAMES

    upload images to /includes/templates/YOUR_TEMPLATE/images folder

    CSS

    add to div#logo
    position:relative;
    z-index:98;


    add
    div#twitter {
    position:absolute;
    top:XXpx;
    right:XXpx;
    z-index:99;
    }

    add
    div#facebook {
    position:absolute;
    top:XXpx;
    right:XXpx;
    z-index:99;
    }

    that should give you an idea

  2. #2
    Join Date
    Oct 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: [Help Needed] - Changing Store Banner (LogoWrapper)

    Quote Originally Posted by rbarbour View Post
    without see actual code

    easiest way would be:

    in /includes/templates/classic/common/tpl_header.php

    find:
    PHP Code:
    <div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>
    change to:
    PHP Code:
    <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 id=twitter><?php echo zen_image(DIR_WS_TEMPLATE.'images/twitter.png')?></div>
    <div id=facebook><?php echo zen_image(DIR_WS_TEMPLATE.'images/facebook.png')?></div></div>
    rename twitter.png & facebook.png to YOUR IMAGE NAMES

    upload images to /includes/templates/YOUR_TEMPLATE/images folder

    CSS

    add to div#logo
    position:relative;
    z-index:98;


    add
    div#twitter {
    position:absolute;
    top:XXpx;
    right:XXpx;
    z-index:99;
    }

    add
    div#facebook {
    position:absolute;
    top:XXpx;
    right:XXpx;
    z-index:99;
    }

    that should give you an idea
    Thanks man. That helped a lot!

  3. #3
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: [Help Needed] - Changing Store Banner (LogoWrapper)

    glad I could help!

    Looks good btw

  4. #4
    Join Date
    Oct 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: [Help Needed] - Changing Store Banner (LogoWrapper)

    Quote Originally Posted by rbarbour View Post
    glad I could help!

    Looks good btw
    Yea I am actually going to need to make a few changes on the banner lol, to get rid of some of the pixelation around the twitter logo and the optical illusion in the text. At least now I know where to find my place in the script.

    Thanks again


 

 

Similar Threads

  1. Replies: 0
    Last Post: 10 Dec 2009, 10:53 PM
  2. Header Banner help needed, can't find in search...
    By Zook25 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Aug 2009, 06:52 PM
  3. Changing width of wrapper changes logowrapper
    By mw4kids in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 25 Jun 2009, 01:29 PM
  4. Help needed changing banner color
    By Richeoblivion in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 26 May 2009, 05:21 PM
  5. HELP NEEDED - Product banner Size
    By sgallasch in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Jan 2008, 01:54 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