Page 10 of 17 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 166
  1. #91
    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

  2. #92
    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.

  3. #93
    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" />

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

    Default Re: Eliminating wrap-arounds

    I commented out both lines and still the same.

  5. #95
    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.

  6. #96
    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.

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

    Default Re: Eliminating wrap-arounds

    I think the problem is solved because I am drawing a brainfreeze on where to find id="productDescription" to adjust the px. So I went into the additional images sheet and adjust the 295px to 270px and that fixed it. But I would like to adjust the id="productDescription" px. What sheet is that on?

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

    Default Re: Eliminating wrap-arounds

    That is CSS coding so it should be in your 'stylesheet.css' file.
    If not, insert it and add your own selective. (i.e. width:300px)

    You still have errors with your UL code. All<li> need a closing </li>

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

    Default Re: Eliminating wrap-arounds

    Quote Originally Posted by Website Rob View Post
    That is CSS coding so it should be in your 'stylesheet.css' file.
    If not, insert it and add your own selective. (i.e. width:300px)

    You still have errors with your UL code. All<li> need a closing </li>
    Firefox is more forgiving of these errors than IE, that is one probable cause for different behaviors.
    You can find
    #productDescriptionWrapper {
    width: 320px;
    margin-left: 120px;
    background-color: #f0e68c;
    }
    in your stylesheet_additional_images.css

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

    Default Re: Eliminating wrap-arounds

    Also, you shouldn't put a <br /> inside a ul.
    The li tag creates a line by itself.
    Syntax is like so:
    <ul>
    <li>blah</li>
    <li>blah</li>
    <li>blah</li>
    </ul>

 

 
Page 10 of 17 FirstFirst ... 89101112 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR