Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11

    Default Re: Misplaced <b> tag causing layout issues

    Perfect, Ill start looking around those files and if nothing works I will start comparing the files to see the changes!

    Many thanks for all your help. I will update the thread when I find the culprit!

    Daniel

  2. #12
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Misplaced <b> tag causing layout issues

    May I suggest using the tool barco57 recommended to search for: section group... It looks like there are some extra "closures" that are basically changing how CSS is applied. Looks like one reason that it was stated that the template doesn't follow typical ZC formatting is that the left column is drawn after the center column, instead of in series from left to right... This could result in the CSS not being "properly" applied and therefore not "shifted" up from the end of the middle content...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #13
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,694
    Plugin Contributions
    9

    Default Re: Misplaced <b> tag causing layout issues

    danny,
    i would highly recommend getting your html validated using one of the tools i previously posted or anything else.

    that said, i AGREE with you that it is the <b></b> tags that are causing your problem.

    using the developers toolkit to search for a <b> tag could be problematic as i'm guessing there area lot of those tags. i would search for:

    <aside class="columnLeft col col_1_of_4">

    or some part thereof... the <b> tag that should not be there is right above that; and you would also want to remove the closing </b> tag.

    good luck!
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #14
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Misplaced <b> tag causing layout issues

    Did an analysis using the html validator as suggested earlier and I am getting 1 warning, 25 errors and 1 fatal error. the validator can not even complete the analysis.

    28. Error: End tag form seen, but there were open elements.

    From line 899, column 1; to line 899, column 7

    arBoth"/>↩</form>↩</div


    29. Fatal Error: Cannot recover after last error. Any further errors will be ignored.

    From line 899, column 1; to line 899, column 7

    arBoth"/>↩</form>↩</div

    There seems to be no opening <form> tag.....

    So, using developers tool kit I would be looking for </form> (instead of <b>) and eliminate that.

    That </form> tag does not exist in other product listings.

  5. #15
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Misplaced <b> tag causing layout issues

    Need to (partly) correct my last post.

    In the problematic listing you have

    <form name="multiple_products_cart_quantity" action="http://kitchenwarehouseltd.com/complete-kitchen-units/roma-classic/brilliant-white-units?action=multiple_products_add_product" method="post" enctype="multipart/form-data"><input type="hidden" name="securityToken" value="some...value"/>

    (rest of the code)

    </form>
    But still, none of the other product listings (which display as desired) contain these tags.

  6. #16
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Misplaced <b> tag causing layout issues

    Quote Originally Posted by frank18 View Post
    Did an analysis using the html validator as suggested earlier and I am getting 1 warning, 25 errors and 1 fatal error. the validator can not even complete the analysis.




    There seems to be no opening <form> tag.....

    So, using developers tool kit I would be looking for </form> (instead of <b>) and eliminate that.

    That </form> tag does not exist in other product listings.
    Start from the start. Sometimes fixing one will cascade down and fix others. For example, fixing 4 (remove ;) should fix 5.

  7. #17
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Misplaced <b> tag causing layout issues

    One of your first errors is after this line:
    Code:
    <meta name="description" content="Welcome to Kitchen Warehouse UK. We are a wholesale retailer of luxury kitchens including kitchen doors, units, taps and more! Buy online today!
    "/>
    There is a hard return after the !. I'm not sure but it might be causing your problems. Oh, and when I said "start from the start" I meant top.

  8. #18
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Misplaced <b> tag causing layout issues

    seems everybody is overthinking it...use the tools...when inspecting the page in chrome and editing the html for the page and removing the open and closing <b> tags that are wrapped around the entire left column contents, the page displays as expected. So that would mean finding where the stray <b> tag is being inserted and removing it. bold tags just don't appear out of nowhere...
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #19
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Misplaced <b> tag causing layout issues

    Quote Originally Posted by barco57 View Post
    seems everybody is overthinking it...use the tools...when inspecting the page in chrome and editing the html for the page and removing the open and closing <b> tags that are wrapped around the entire left column contents, the page displays as expected. So that would mean finding where the stray <b> tag is being inserted and removing it. bold tags just don't appear out of nowhere...
    Yep, I could replicate this in Firefox - you are spot on (overthinking all right.. )

    Guess one way of finding the file is searching for

    <aside class="columnLeft col col_1_of_4">

    and locating the <b></b> near that block

  10. #20
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Misplaced <b> tag causing layout issues

    [QUOTE=frank18;1298705]Yep, I could replicate this in Firefox - you are spot on (overthinking all right.. )

    Guess one way of finding the file is searching for

    <aside class="columnLeft col col_1_of_4">
    [\quote]

    Sorry, I missed barco response. Yes, that would fix that but I still think OP should fix other errors too.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Prev/Listing/Next Buttons causing page layout problem
    By marlboat in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Aug 2011, 05:21 AM
  2. Query causing server/database load issues
    By JSWeb in forum General Questions
    Replies: 2
    Last Post: 17 Aug 2008, 03:00 PM
  3. MYSQL table EMPTY causing issues
    By lindasdd in forum General Questions
    Replies: 3
    Last Post: 18 May 2008, 01:41 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