Results 1 to 6 of 6
  1. #1
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Can someone help me with these small problems

    I'm putting together a store and I've encountered a few small things that have me completely stumped. Can someone suggest fixes.

    The first is a screenshot of the page in IE7.

    I've indicated the problems with red arrows.

    The second is a screenshot of the page in Safari 3.1

    Which has the added problem that the contents of the page overrun the main container.

    In Firefox, only Problem1 is an issue.

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Can someone help me with these small problems

    Without a link can only speculate that this is a broken link to an image

    Overrun most likely the image is too wide for the space available
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Can someone help me with these small problems

    Ok, here's a link. We haven't gone live yet.

    http://69.89.31.203/~sugargig/sugarcart/

    I looked through the source and I didn't see where there is an image at that location. But I may have missed something

    The overrun problem doesn't occur in Firefox or IE7 or even Konqueror. I've only seen it on Safari for Windows. So I'm assuming its a Safari problem.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Can someone help me with these small problems

    In your header the left image is 211px high and the right image is 155px high.

    You have transgressed outside of the default schema for your header with tables and these are not contained where they should be
    But you have left the logo div entry
    Code:
    <div id="logo"><a href="http://69.89.31.203/~sugargig/sugarcart/"><img src="includes/templates/CUSTOM/images/" alt="" /></a></div>
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Can someone help me with these small problems

    In your header the left image is 211px high and the right image is 155px high.
    They are in a table the first image is in a cell that spans 2 rows. This isn't a problem.

    You have transgressed outside of the default schema for your header with tables and these are not contained where they should be
    This again is by design. I was following what was done in
    http://www.zen-cart.com/forum/showthread.php?p=515370

    But you have left the logo div entry
    Right, there was an image tag in the empty logo div that was giving the empty image problem. I commented out the entire logo wrapper and that problem went away. Thanks.

    I'm left with the weird block at the right edge of the navigation bar.

  6. #6
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Can someone help me with these small problems

    Fixed the weird block problem.

    I had search turned off in the nav bar, but the div was still there. I commented out the line

    Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    and the little block went away.

    Cheers

 

 

Similar Threads

  1. Can someone tell me how to do these 3 things?
    By Dave19 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 Oct 2009, 05:30 PM
  2. can someone help please -- Problems with PDF Order Center
    By londoner1988 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Mar 2008, 03:45 AM
  3. Can you help with these error messages?
    By Twohogwild in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 6 Jan 2007, 07:29 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