Single entry creates malformed lists or table

Home Forums Gravity Forms Directory & Addons Single entry creates malformed lists or table

This topic contains 2 replies, has 1 voice, and was last updated by  raygulick 3 months, 2 weeks ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5340

    raygulick
    Participant

    Here is an example of unordered list (definition list and table renders with similar problems):
    <ul class=”widefat fixed entry-detail-view”>
    <li><strong>
    <li class=”entry-view-field-name”>Your Name</li>
    </strong></li>
    </ul> (note closing ul tag here, following first list item, NOT at the end of list items where it belongs)
    <li><strong>
    <li class=”entry-view-field-value”>AlumniBob AlumniSmith</li>
    </strong></li>
    All remaining list items are nested in this odd way. What’s up and what’s the fix?

    #5358

    raygulick
    Participant

    The recent plugin update seems to have corrected the problem for tables and definition lists, but unordered list items are still funky:

    <ul class=”widefat fixed entry-detail-view”>
    <li><strong>Your Name</strong>
    <ul></ul>
    </li>
    <li>
    <strong>
    <li class=”entry-view-field-value”>test alumni</li>
    </strong>
    </li>
    </ul>
    <li><strong>High School</strong>
    <ul></ul>
    </li>
    <li>
    <strong>
    <li class=”entry-view-field-value”>Santa Fe HS</li>
    </strong>
    </li>

    etc…

    And no closing </ul> at the very end of the list. Also, would be great if the “strong” tag disappeared and styling was left to CSS.

    Thanks.

    #5359

    raygulick
    Participant

    Definition list output is also not quite right:
    <dt colspan=”2″ class=”entry-view-field-name”>Your Name</dt>
    <dt colspan=”2″ class=”entry-view-field-value”></dt><dd>Betty Brown</dd>

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.