• Resolved nobita

    (@nobita)


    Hi

    First, Thank you for great plugin.

    I received the following question from a forum user

    https://wordpress.org/support/topic/events-plugin-showing-html?replies=4

    after check plugin template. single-event.php

    <!-- Event Title -->
    <?php do_action( 'tribe_events_before_the_event_title' ) ?>
    <h2 class="tribe-events-list-event-title entry-title summary">
    	<a class="url" href="<?php echo esc_url( tribe_get_event_link() ); ?>" title="<?php the_title() ?>" rel="bookmark">
    		<?php the_title() ?>
    	</a>
    </h2>

    Wrong attribute value at title ,the_title()

    rather than the_title () function, you should use the the_title_attribute ().

    If that were included html element in the title, the link is destroyed.

    Thank you.

    https://wordpress.org/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Brook

    (@brook-tribe)

    Thank you Nobita! Good catch. I just patched that. It should be ready for our next 3.12 release: https://github.com/moderntribe/the-events-calendar/pull/254

    Cheers!
    – Brook

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hello,

    Thank you so much for reporting this. We are happy to tell you that a solution to this issue is part of our upcoming 3.12 release! We are doing the final testing and then the new version will be released. Keep an eye on your dashboard Updates page!

    If you experience any difficulty with the update or find that the issue you reported in this thread is not resolved in 3.12, please open a new thread and we can help you. Thank you for your patience and support as we work to improve our plugins!

    Best,
    Leah
    and The Events Calendar team

    Thread Starter nobita

    (@nobita)

    Thank you for good support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bug single-event.php output tribe-events-list-event-title broken, Rare case’ is closed to new replies.