Results 1 to 10 of 166

Hybrid View

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

    Default Re: Eliminating wrap-arounds

    #productImageWrapper {
    float: left;
    width: 120px;
    }

    If you need 380px of margin to clear your main image, limiting the image wrapper to 120px is likely to cause problems.

  2. #2
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Eliminating wrap-arounds

    Quote Originally Posted by gjh42 View Post
    #productimagewrapper {
    float: Left;
    width: 120px;
    }

    if you need 380px of margin to clear your main image, limiting the image wrapper to 120px is likely to cause problems.
    welcome back!!

  3. #3
    Join Date
    Sep 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Eliminating wrap-arounds

    Hi,

    I installed this mod but my product description fall below the pics in IE how can I fix that. Here is the preview page:

    http://localautonj.com/zencart/index...&products_id=6

  4. #4
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Eliminating wrap-arounds

    Quote Originally Posted by kpeer410 View Post
    Hi,

    I installed this mod but my product description fall below the pics in IE how can I fix that. Here is the preview page:

    http://localautonj.com/zencart/index...&products_id=6
    Try commenting out line 72 of tpl_product_info_display.php, like so:
    /* <br class="clearBoth" /> */
    Let me know the outcome, please.
    There's another one on line 113, try that one too.
    Last edited by ckosloff; 27 Sep 2008 at 12:44 AM.

  5. #5
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Eliminating wrap-arounds

    One more thing: I am pulling the class "clearboth" from the main stylesheet; if you tweaked the stylesheet, and the class isn't there, it won't work.
    You might want to use HTML instead, like so:
    <br clear="both" />

  6. #6
    Join Date
    Sep 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Eliminating wrap-arounds

    I commented out both lines and still the same.

  7. #7
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Eliminating wrap-arounds

    Quote Originally Posted by kpeer410 View Post
    I commented out both lines and still the same.
    The only thing that can cause that effect is the <br /> tag, discussed above.
    Try using the html version, or reuploading the template to your site, maybe it got corrupt over ftp transfer.
    Please post your main CSS, additional images CSS, and template you are using in a zip file here, so I might take a look.
    Thanks.

  8. #8
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Eliminating wrap-arounds

    I haven't used this Mod but in checking code for the page mentioned, I can see there are coding errors in the UL that should be corrected.

    Incorrect
    <ul><br /><li>Vehicle Make: Ford<br /><li>Vehicle Model: Explorer<br /><li> ...

    Correct
    <ul><li>Vehicle Make: Ford</li><li>Vehicle Model: Explorer</li><li> ...


    After that, if IE is still giving you problems, see if you can make the width of your id="productDescription" DIV smaller. Right now it is 320px which might be too wide for IE. Try 300px and see what happens.

 

 

Similar Threads

  1. Eliminating Meta Tags
    By Jay Gee in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Oct 2009, 10:43 PM
  2. Eliminating subcategory listing page
    By threddies.com in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 May 2009, 06:31 PM
  3. Any mods or work-arounds for drop-shipping?
    By JackA in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 16 Dec 2007, 05:57 PM
  4. Eliminating certain sidebox borders
    By Tig in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Nov 2007, 03:09 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