• Resolved verdipro

    (@verdipro)


    Currently I am using the shortcode: [ecs-list-events venue=’true’] which outputs to:

    Conference & Expo
    April 17 – April 20 at Mandalay Bay, Las Vegas

    Can either the regular or pro version be exported to:
    Conference & Expo
    April 10 – 13, Mandalay Bay, Las Vegas

    So that the end date month is dropped, a comma is added & at is dropped?

    Additionally I am not sure if it will know to show the end date month if the month is different from the start date month.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Brian Hogg

    (@brianhogg)

    Hello!

    The pro version does come with a design that uses @ instead of “at” and will only show the end date month if it’s different than the start date month:

    https://eventcalendarnewsletter.com/the-events-calendar-shortcode/#designs

    Otherwise it would need a bit of customization to show exactly how you’d like and can point you in the right direction via email support (pro only).

    Thanks!

    Plugin Author Brian Hogg

    (@brianhogg)

    To clarify the “at” is for the venue not the date. In the Pro version designs it just doesn’t have it at all. You could filter that out in the free version and replace with a comma with something like this (in a small functional plugin or in your child theme’s functions.php):

    function tecs_change_venue_at( $output ) {
        return ', ';
    }
    add_filter( 'ecs_event_venue_at_text', 'tecs_change_venue_at' );
    Thread Starter verdipro

    (@verdipro)

    Thank you for your 2 replies. I did purchase a new copy of the pro versions, but am not seeing the pro shortcode options for creating the setup based on my layout. I saw inline options but that is not exactly what I am looking for. Is there a specific area where I should be looking for these specific shortcodes?

    Plugin Author Brian Hogg

    (@brianhogg)

    This plugin is not related to the plugins by Modern Tribe (they have their own set of shortcodes in The Events Calendar PRO). This one is available here as linked above:

    https://eventcalendarnewsletter.com/the-events-calendar-shortcode/#designs

    If you did purchase one from there you can use the contact form and your license key to submit a support request:

    https://eventcalendarnewsletter.com/contact/

    Thread Starter verdipro

    (@verdipro)

    Thank you for clarifying. I did initially post on the wrong support forum, but whichver version gets the output correct is fine for me. I did purchase pro there, but also deactivated it & have your pro version. I just submitted a support ticket regarding the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Does regular or pro version do this?…’ is closed to new replies.