• Resolved jortegac

    (@jortegac)


    Hi.

    I got the plugin bundled in the theme Edubase. The demo data of the theme contains a sample event that I modified to fit my needs. I changed the name and address of the place of the event, but it keeps showing that the event will take place in the “Conference Room”, as you can see in the next screenshot:
    https://i.imgur.com/ybLpMKd.png

    So i guess I need to change some other info of the event or the place, but after searching for hours I can find where to do it. Can you help me?

    In something totally different, if this help the developers to improve the plugin: I couldn’t translate some strings of the plugin because a wrong textdomain is being used in some calls of the function __(). For example, in the file details.php I found this:
    __( 'Time:', 'tribe-events-calendar' )
    instead of
    __( 'Time:', 'the-events-calendar' )

    Also found some of those in organizer.php and venue.php

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jortegac,

    The venue/location of an event should be editable in the event editor. Do you happen to have any caching plugins installed or is your host caching your site in some way? It’s possible that the data is being cached and that it needs to be flushed out in order to reflect the changes:

    https://codex.www.ads-software.com/I_Make_Changes_and_Nothing_Happens

    Geoff

    Thread Starter jortegac

    (@jortegac)

    Hi, Geoff

    No, I have no cache plugins.

    The problem was that I couldn’t find where the phrase “Conference Room” was even written. The name of the venue I created (in fact I created several) is “Mexico City”, but the “conference room” kept appearing. I solved it creating a new event and nothing appears now instead of “conference room”. That’s kind of better.

    Looking at the database, I found that the phrase “conference room” was stored in the wp_postmeta table, linked to the event post, so maybe it had nothing to do with the venue, but with the event itself. I am still clueless on how that was created.

    Now I also realize all this was being displayed in a template belonging to the theme and not the plugin, so I guess its not a problem of the plugin and this topic can be closed.

    Thank you very much anyway!!

    Oh gotcha, thanks for following up! So glad to hear the plugin is working as expected — let us know if any other questions pop up and we’d be happy to help. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change place of the event’ is closed to new replies.