• hey there,

    How should I override the display of the events on the events-archive page?

    I am constantly finding I need to modify the plugins functions to move display of content.

    example: switching the thumbnail with the h3 title of the events so it does not appear the thumbnail is related to the previously displayed event?

    thanks in advance,
    OC

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Oclair

    (@oclair)

    Hey there!

    Formatting for Display of Multiple tickets and multiple dates requires line breaks per loop instance!

    Screen_Shot_2017_06_08_at_10_39_54

    Screen_Shot_2017_06_08_at_10_39_36

    I have searched high and low and frankly calling the files located in plugins/events-maker/templates is slightly misleading for users as the files are setup more as libraries than templates…

    How can I modify the appearance and display in a way that does not break updates?

    Thanks in advance,
    OC

    Thread Starter Oclair

    (@oclair)

    sadly I am attempting to disable features due to display issues, it would be great if display control were to be a topic for code review of the plugin…

    thanks!

    function custom_em_get_occurrences_args( $args ) {
    	$args['period']	= 'future'; // or "all", as in default
    	$args['limit']	= 1; // or any other number
    	return $args;
    }
    add_filter( 'em_get_occurrences_args', 'custom_em_get_occurrences_args' );
    • This reply was modified 7 years, 5 months ago by Oclair.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘overriding templates display’ is closed to new replies.