Page 1 of 2 12 LastLast
Results 1 to 10 of 24

Hybrid View

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

    Default Re: urgent!! Strange problem with css

    Quote Originally Posted by kiirababy View Post
    ok, I found that.. what do I need to change it to...

    (thanks for your help and sorry I am such a dunce at this )
    #logoWrapper {
    width:600px;
    height:205px;
    background-image:url(../images/weblogo2.jpg);
    background-repeat:no-repeat;
    background-position: center;
    }
    add the highlighted portion and see if that helps

  2. #2
    Join Date
    May 2007
    Location
    Virginia
    Posts
    108
    Plugin Contributions
    0

    Default Re: urgent!! Strange problem with css

    where is the part that I had commented out?
    [FONT=Century Gothic]unique and earth friendly baby products[/FONT]

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

    Default Re: urgent!! Strange problem with css

    Quote Originally Posted by kiirababy View Post
    where is the part that I had commented out?
    That will be in:

    includes/templates/YOUR_TEMPLATE/common/tpl_header.php

    <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>

  4. #4
    Join Date
    May 2007
    Location
    Virginia
    Posts
    108
    Plugin Contributions
    0

    Default Re: urgent!! Strange problem with css

    sweet, thanks
    [FONT=Century Gothic]unique and earth friendly baby products[/FONT]

  5. #5
    Join Date
    May 2007
    Location
    Virginia
    Posts
    108
    Plugin Contributions
    0

    Default Re: urgent!! Strange problem with css

    now how do I enter the image.... i thought I found it but no...
    Last edited by thecatinthetree; 12 Sep 2007 at 05:15 PM.
    [FONT=Century Gothic]unique and earth friendly baby products[/FONT]

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

    Default Re: urgent!! Strange problem with css

    Quote Originally Posted by kiirababy View Post
    ok where do I enter the image name for the logo?
    includes/languages/english/YOUR_TEMPLATE/header.php

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
    define('HEADER_SALES_TEXT', 'TagLine Here');
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

  7. #7
    Join Date
    May 2007
    Location
    Virginia
    Posts
    108
    Plugin Contributions
    0

    Default Re: urgent!! Strange problem with css

    that's what I thought, but it doesn't seem to work....
    [FONT=Century Gothic]unique and earth friendly baby products[/FONT]

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

    Default Re: urgent!! Strange problem with css

    Quote Originally Posted by kiirababy View Post
    that's what I thought, but it doesn't seem to work....
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    Make sure the highlighted portion has the same name as your logo image.

    also make sure you've uploaded the logo image to:

    includes/templates/YOUR_TEMPLATE/images

  9. #9
    Join Date
    May 2007
    Location
    Virginia
    Posts
    108
    Plugin Contributions
    0

    Default Re: urgent!! Strange problem with css

    how do I add an image to the index.php
    [FONT=Century Gothic]unique and earth friendly baby products[/FONT]

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

    Default Re: urgent!! Strange problem with css

    Quote Originally Posted by kiirababy View Post
    how do I add an image to the index.php
    Where exactly do you want to add it.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Very strange problem (urgent!) - 404 not found -- SEO Url mod
    By orenrosenthal in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Jan 2011, 12:26 PM
  2. Help with Strange CSS
    By limelites in forum General Questions
    Replies: 1
    Last Post: 18 Jul 2009, 02:53 PM
  3. strange problem with css and modification of tpl_main_page.php
    By sartzsche in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 May 2006, 09:21 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