Region is displaying a # 1

Home Forums Calendar Products Events Calendar PRO Region is displaying a # 1

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1225281
    Jeremy
    Participant

    One of the recent updates is adding a # 1 to the Region area of the sidebar widget…
    I’ve looked at the single-event.php file in the /widgets/modules folder…

    Example of the issue:
    http://skidancer.com/upcoming-seminar/vm2-abdomen-2-4/

    Thank you!

    #1225322
    Andras
    Keymaster

    Hello Jeremy,

    Thanks for reaching out and reporting this!

    We are aware of this issue and a fix will be arriving soon. I will add your thread to our bugticket to give it more push.

    Meanwhile the fix arrives you can use this workaround:

    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 (e.g. right after line 23, before the closing ?> tag):

    $zip = tribe_get_zip();
    $region = tribe_get_region();

    3. Save. ?

    I hope this will solve it for you until the fix comes. Please let me know.

    Cheers,
    Andras

    #1225462
    Jeremy
    Participant

    Hi András!

    Thanks for the super quick info! Rather unfortunately custom php is not working…no idea why…
    The file is exactly where you mentioned to place it.

    Also, where should say the non-pro month view single-event.php file go?
    wp-content\themes\{your-theme}\tribe-events\views\month\single-event.php

    Thank you!

    #1226241
    Andras
    Keymaster

    Hey Jeremy,

    I’m sorry it doesn’t work, not sure what could be the issue. Give it another check if there are any typos in the folder names or file name.

    As for the non-pro single event, it goes here:

    [your-theme]/tribe-events/month/single-event.php

    Usually all files that you can override have a comment at the top saying where the override should be placed if you become uncertain.

    Hope this helps.

    Cheers,
    Andras

    #1243008
    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

    #1244231
    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Region is displaying a # 1’ is closed to new replies.