missing in a dl-list in detailed venue-view
-
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 afterdo_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!
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.