• Resolved allansjackson

    (@allansjackson)


    Hi There
    I’d be very grateful for help on the listings page I’ve created with WP Event Manager.

    I wanted to create a very simple listing with the same image on every every event. I replaced the organizer.png image with our logo but it distorts on the page.

    Also, the page heading reads Recent Events when it should be something like Upcoming Events. The shortcode I’m using is [events per_page=”20″ show_filters=”false”].

    A minor issue on the expanded listing page is the two commas in the location field which I don’t want to display.

    As I’ve said, any help would be greatly appreciated. Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @allansjackson

    Thank you for using our plugin.
    1. If you are facing with image size issue then please override the template file called "content-event_listing.php" to your theme side and change the <?php display_event_banner(); ?> to <?php display_event_banner('medium'); //here you can pass full,medium,thumbnail. This size will be defined in the media settings on your admin panel settings menu. ?>
    To override template file please checkout this documentation https://www.wp-eventmanager.com/template-files-override/

    2. Please override the template file called event-listings-start.php and change the text to Upcoming.

    3. Two comma is showing to separate address and location field value. In this case you can override the single event template file content-single-event_listing-organizer.php to your theme side and remove separation.

    I hope it will help. If you still face any issue please let us know.

    Thank you

    Thread Starter allansjackson

    (@allansjackson)

    Thanks very much for this. One thing I don’t understand about overriding the template is whether I will have to redo the changes when I update the theme or plugin.

    Hi @allansjackson,

    If you override the plugin template file to your child theme then you don’t have to worry about theme update.

    If you update our plugin and we have changes in our template file then you might need to update some time not in every update(this happen rarely).

    I hope it is clear now.
    Thank you

    Thread Starter allansjackson

    (@allansjackson)

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Events listing problems’ is closed to new replies.