Changing "Organizer" spelling?

Home Forums Calendar Products Events Calendar PRO Changing "Organizer" spelling?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1354858
    twi
    Participant

    Hi,

    Is there anyway to change Organizer to Organiser?

    http://twi.gaslamp.digital/event/neuroscience-leadership-cpd/

    Regards

    #1355165
    Geoff B.
    Member

    Good afternoon Tom and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    You could apply the following snippet in the functions.php file of your theme (without the PHP tag at the top): https://gist.github.com/andrasguseo/29903a974cb84060957881c17613c278

    You can also use the following approach as an alternative: https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/

    Let me know how that goes.

    Best regards,
    Geoff B.

     

    #1358226
    twi
    Participant

    Hi, thank you for this.

    I have added the below to my php snippet plugin but it did not change Venue to Location. Am I doing something wrong?

    function tribe_custom_theme_text_with_context ( $translation, $text, $context, $domain ) {

    // Put your custom text here in a key => value pair
    // Example: ‘Text you want to change’ => ‘This is what it will be changed to’
    // The text you want to change is the key, and it is case-sensitive
    // The text you want to change it to is the value
    // You can freely add or remove key => values, but make sure to separate them with a comma
    // This example changes the label “Venue” to “Location”, and “Related Events” to “Similar Events”
    $custom_text = array(
    ‘Venue’ => ‘Location’,
    );

    }

    #1358227
    twi
    Participant
    #1358716
    Geoff B.
    Member

    Good evening Tom,

    Thank you for writing back.

    I am sorry that did not work. As you can read in the article I referenced previously, you actually need to tweak the snippet to target the strings you want to modify before pasting it in your theme’s functions.php file.

    In this case that would mean replacing ‘Venue’ => ‘Location’ by something like ‘Organizer’ => ‘Organiser’.

    In any case , I think you might actually prefer the following extension which is super user-friendly: https://theeventscalendar.com/extensions/change-labels-events-venues-organizers/

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1368755
    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 ‘Changing "Organizer" spelling?’ is closed to new replies.