Removing comma after date, before venue address

Home Forums Calendar Products Events Calendar PRO Removing comma after date, before venue address

  • This topic has 6 replies, 2 voices, and was last updated 8 years, 6 months ago by Cardiovascular Systems IT Department.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1362192

    Hello.

    I found a thread that describes how to fix the problem I’m having, but the post is from 2013 and I am unable to find the line of code referenced there.

    Removing Comma

    When I to this file: plugins/the-events-calendar/views/list/single-event.php, the line of code referenced in your post is unable to be found.

    Can you help me resolve this?

    I will include URL to look at in a private comment below.

    #1362195

    This reply is private.

    #1362558
    Andras
    Keymaster

    Hello there,

    Thanks for reaching out!

    Indeed, the code has changed a bit.

    I believe you are looking for line 56 which looks like this now:

    echo implode( $address_delimiter, $venue_details );

    Likely you will need to change that to:

    echo implode( ' ', $venue_details );

    Let me know if this solves it for you.

    Don’t forget to use a template override for the file, otherwise your changes will be lost with a plugin update. You can find more info on template overrides in our Themer’s Guide.

    Cheers,
    Andras

    #1362875

    It worked! Thank you!

    #1363137
    Andras
    Keymaster

    Erm… I’m in a bit of confusion because your screenshot still shows the comma. 🙂

    Let me know if you need further help with this or if it is really resolved.

    Thanks and cheers,
    Andras

    #1375267
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing comma after date, before venue address’ is closed to new replies.