2 different bugs just appeared on my Community Events/Events Calendar

Home Forums Calendar Products Community Events 2 different bugs just appeared on my Community Events/Events Calendar

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #928541
    memeco
    Participant

    First, the dates of any event prior to 2015 are displaying as:
    03America/Sao_Paulo novembro 03America/Sao_Paulo 2014- 08:00 a 7 07America/Sao_Paulo dezembro 07America/Sao_Paulo 2014- 17:00
    Screenshot: https://i.imgur.com/PpYd962.png

    The second bug has to do with Google Maps, ALL the events on http://www.HackAgenda.com.br are not opening the map, even though the adddress and zipcode is entered correctly: https://i.imgur.com/FZxrO81.png

    This is strange, because I don’t remember updating anything, and it used to work fine in the past. I didn’t change any of the settings either.

    Thanks in advance,
    Emerson

    #928926
    Brook
    Participant

    Hello memeco,

    I am happy to help you with that. I think the fix to your first issue is a simple setting change. Go to WP Admin > Events > Settings and scroll down to Date format settings. In the “Date with year” box what does it have in there? If just has “F j, Y” then you are alright. However if it has any other character, it will likely cause issues. For instance if it includes the character “T”, then it will show the timezone along with the date. Which was what appears to be happening.

    For the second issue, that is a bit strange. I notice that there is a JS error on your page. That could be related. Could you try doing a conflict test and letting me know what the result is?

    Let me know if you have any questions along the way. Thanks!

    – Brook

    #929088
    memeco
    Participant

    Beautiful! The first issue has been resolved, now it is displaying correctly: https://dl-web.dropbox.com/get/Capturas%20de%20tela/Captura%20de%20tela%202015-01-05%2023.03.38.png
    Yet it is correct for English readers, but in Portuguese I’d like it to say the date as “3 de novembro de 2015”. How do I change this? (I had changed that part, but maybe that’s what broke it before).

    Now regarding the maps, how do I do this java test? Do I have to install a plugin or something?

    This is the list of plugins I’m using together with The Events Calendar (using another plugin debug info):

    All in One SEO Pack Pro Debug Info
    ——————

    Operating System: Linux
    Server: Apache/2.4.10
    Memory usage: 72.41 MByte
    MYSQL Version: 5.5.40-0+wheezy1-log
    SQL Mode: Not set
    PHP Version: 5.4.34-0+deb7u1
    PHP Safe Mode: Off
    PHP Allow URL fopen: On
    PHP Memory Limit: 256M
    PHP Max Upload Size: 128M
    PHP Max Post Size: 128M
    PHP Max Script Execute Time: 600
    PHP Exif support: Yes ( V1.4 )
    PHP IPTC support: Yes
    PHP XML support: Yes
    Site URL: http://www.HackAgenda.com.br
    Home URL: http://www.HackAgenda.com.br
    WordPress Version: 4.1
    WordPress DB Version: 30133
    Multisite: No
    Active Theme: Neuro Pro 3 3.0.1.6

    Active Plugins
    ———-
    Akismet: 3.0.4
    All in one Favicon: 4.3
    All In One SEO Pack: 2.2.4.1
    Auto-hyperlink URLs: 4.0
    bbPress: 2.5.4
    bbPress – No Admin: 1.1
    bbPress – Report Content: 1.0.5
    bbPress Admin Bar Addition: 1.7.1
    bbPress New Topics: 1.0.0
    bbPress Post Ratings: 1.0
    bbPress Unread Posts: 1.0
    Broken Link Checker: 1.10.4
    CloudFlare: 1.3.14
    Contact Form 7: 4.0.3
    Contact Form Manager: 1.4.1
    Contact Form to Email: 1.01
    CryptX: 3.2.8
    GD bbPress Attachments: 2.1
    GD bbPress Tools: 1.6
    Google Analytics Dashboard for WP: 4.3.11
    Google XML Sitemaps: 4.0.8
    iThemes Security: 4.5.8
    Peter’s Login Redirect: 2.8.2
    Responsive Add Ons: 1.0.6
    Shareaholic | share buttons, analytics, related content: 7.6.0.5
    Social Login: 4.6
    The Events Calendar: 3.9
    The Events Calendar: Community Events: 3.9
    The Events Calendar PRO: 3.8
    W3 Total Cache: 0.9.4.1
    WP Accessibility: 1.3.10
    WP User Control: 1.5.3
    Yet Another Related Posts Plugin: 4.2.4
    YouTube: 9.3

    Inactive Plugins
    ———-
    Jetpack by WordPress.com: 3.3
    WordPress Charts: 0.6.9.1
    WP User Avatar: 1.9.16

    #929092
    memeco
    Participant

    Ugh, the above image link isn’t working, damn Dropbox, heh. That’s the image: https://i.imgur.com/w4sXYFk.png 😉

    #929269
    memeco
    Participant

    Sorry, I had read your reply on the email that I had received, didn’t notice you had linked https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

    I’ve just done the test and fixed it. It was the Events Calendar PRO that was still enabled, but the yearly subscription had expired. Disabled it, everything works fine now! 😀

    #929387
    Brook
    Participant

    Ahh I am glad you figured it out. Yeah our plugins are developed and tested with matching versions. So frequently you have to run them with matching versions, like 3.9 on both. Sometimes an older PRO will continue working for a number of months with newer versions, but eventually it will likely break.

     Yet it is correct for English readers, but in Portuguese I’d like it to say the date as “3 de novembro de 2015″. How do I change this? (I had changed that part, but maybe that’s what broke it before).

    I follow you. Yeah that probably is what broke it before. You can escape character as mentioned in Example #2 of this link. To add a “de” somewhere, you could add ” \d\e ” in between the other letters. Does that work?

    – Brook

    #930086
    memeco
    Participant

    That didn’t work, I set it up: https://www.dropbox.com/s/n2a2tbv99hrh4ix/Captura%20de%20tela%202015-01-07%2019.21.45.png?dl=0
    but it looked like this: https://www.dropbox.com/s/8bkt3ny0m84q2vh/Captura%20de%20tela%202015-01-07%2019.22.34.png?dl=0

    Also, it is displaying “Brazil”, but I’d like to correct it “Brasil” (in Portuguese), what should I do? My wordpress is already set to “pt-br”, but the calendar displays it in English.

    Cheers!

    #930459
    Brook
    Participant

    You just found a bug, memeco. I’m sorry about that. I wrote this snippet to fix it.

    https://gist.github.com/elimn/5712dcc4d3cbbfacc0ed

    If you copy/paste that into your theme’s functions.php file, your settings should now work as you wanted when you add \d\e. Thanks for helping us find a bug!

    Just a reminder, we ask that topics on our forums are kept to one issue per topic. So if you are having a problem with date format settings, and another problem with the translation not being accurate, please open two topics in the future. We have found that this helps get customers faster and better service, by keeping us focused on one issue.

    Where are you seeing the incorrect usage of Brasil? All over the site, or just one page in the WP Admin area? If it is all over this snippet might help you:

    [php]
    add_filter(‘gettext’, ‘theme_filter_text’, 10, 3);

    function theme_filter_text( $translations, $text, $domain ) {
    // If this text domain starts with "tribe-"
    if(strpos($domain, ‘tribe-‘) === 0) {
    $text = str_replace( ‘Brazil’, ‘Brasil’, $text );
    }

    return $text;
    }
    [/php]

    Thanks again Memeco. Let us know if we need to update our translation file for pt-br. Cheers!

    – Brook

    #962515
    Brook
    Participant

    Since this topic has gone for a spell without an update I am going to archive it. If you do need further assistance, please feel free to open another topic. We would love to help.

    – Brook

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘2 different bugs just appeared on my Community Events/Events Calendar’ is closed to new replies.