Widget Bug

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1233121
    worldgolfskills
    Participant

    It appears that the recent update caused a problem with the “Events List” widget.

    https://events.worldgolfskills.com/

    City, State, Country are selected to display here and State appears to be displaying incorrectly.

    Please advise.

    #1234212
    Geoff B.
    Member

    Good evening Paul and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the issues you are experiencing with the Events list widget after the recent upgrade.

    We apologize for the inconvenience caused by this glitch.
    Please know that we are actively working on a fix for this.

    Unfortunately, I cannot commit to a release date for a fix at this point.

    But you will be contacted as soon as there is one.

    In the meantime, you have a couple of options to be used as workarounds:

    1. You could downgrade to the previous version of the plugin: https://theeventscalendar.com/knowledgebase/downgrading-plugin-past-version/
    2. You could hide the incorrect state field with CSS (not great, but it works)
      .tribe-mini-calendar-event .tribe-events-region {display:none}
    3. You could do a simple template override. You might want to read our Themer’s guide to get a sense of how that works.

    For number 3,

    1. Copy this file
      wp-content/plugins/events-calendar-pro/src/views/pro/widgets/modules/single-event.php
      to
      wp-content\themes\{your-theme}\tribe-events\pro\widgets\modules\single-event.php
    2. Open it for editing and add these two lines in the beginning:
      $zip = tribe_get_zip();
      $region = tribe_get_region();
    3. Save.

    Thank you for your patience as we see this through.

    Best regards,

    Geoff B.

    #1244237
    George
    Participant

    Hello!

    I wanted to post a quick note here that we have published a new Maintenance Release today that should address some of the problems reported in this thread.

    You can read about the details of this release here → https://theeventscalendar.com/maintenance-release-events-calendar-4-4-3-event-tickets-4-4-3-premium-add-ons/

    I hope this update helps!

    Cheers,
    George

    #1255294
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget Bug’ is closed to new replies.