• Resolved davidkoh83

    (@davidkoh83)


    Hi,

    Line 68 of wp-event-manager/templates/content-event_listing.php, you are missing a condition to make sure the start date and end date are different. Else, it will display the -.

    It should be <?php if( (!empty($end_date) || !empty($end_time)) && $start_date != $end_date ) { ?> – <?php } ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @davidkoh83,

    Yes, this will be improved in the next version, for now, you can override this template file ot your theme side and make the adjustments.

    Thank you

    Hi @macaou

    We appreciate your contribution. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://www.ads-software.com/support/plugin/wp-event-manager/reviews/ about your overall experience with WP Event Manager? We appreciate your time and patience.

    Feel free to create a new forum topic in case of any issues, and it will be our pleasure to assist you again.

    Thank you.
    Support Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small display issue’ is closed to new replies.