• Single view of an event with ‘Details and ‘Venue’.
    In the ‘Venue’-column, ‘tribe-venue’ and ‘tribe-venue-location’ are marked with <dd>…</dd> but lacking a <dt>-element required by html(5).

    Solution:
    add: <dt style="display:none;"> </dt>
    right after do_action( 'tribe_events_single_meta_venue_section_start' ), about line 24 in:
    .../the-events-calendar/src/views/modules/meta/venue.php.

    BTW: At the same file location, in organzizer.php, it’s already done!

    • This topic was modified 8 years, 5 months ago by beka47.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘missing in a dl-list in detailed venue-view’ is closed to new replies.