Hi Shelby,
Thanks so much and thank you for the awesome plugin. When I switched to the TwentyTwelve theme the double buttons did go away, but I see a section that is not appearing when my theme is active instead of the second set of buttons?
It’s on my dev site which is not publicly accessible, but I have screenshots:
https://donnatremonte.com/wp-content/uploads/2017/01/twentytwelve-ex.jpg
https://donnatremonte.com/wp-content/uploads/2017/01/origin-ex.jpg
Here is the code from single-event.php:
<div class="entry-content">
<?php while ( have_posts() ) : the_post(); ?>
<!-- Event content -->
<?php do_action( 'tribe_events_single_event_before_the_content' ) ?>
<div class="tribe-events-single-event-description tribe-events-content">
<?php the_content(); ?>
</div>
<!-- .tribe-events-single-event-description -->
<?php do_action( 'tribe_events_single_event_after_the_content' ) ?>
<?php endwhile; ?>
</div>
</div><!-- .tribe-events-event-meta -->
<!-- Event header -->
<div id="tribe-events-header" <?php tribe_events_the_header_attributes() ?>>
<!-- Navigation -->
<h3 class="tribe-events-visuallyhidden"><?php printf( esc_html__( '%s Navigation', 'the-events-calendar' ), $events_label_singular ); ?></h3>
<ul class="tribe-events-sub-nav-2">
<li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?></li>
<li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?></li>
</ul>
<!-- .tribe-events-sub-nav -->
</div>
<!-- #tribe-events-header -->
<?php do_action( 'tribe_events_after_the_content' ); ?>
</div></div><!-- end content, end hfeed -->
Thank you again in advance,
Donna