Jessica

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Jessica
    Member

    Hi Jonathan, thanks for the credentials! They do not appear to be working, however, I just went to your site and I’m not seeing the “This event has passed” message.

    Did you fix it intentionally? If so, would you mind sharing how you were able to fix it?

    Jessica
    Member

    Hi Jonathan – I’m one of the developers of The Events Calendar.

    I’m having quite a bit of trouble replicating your issue on any of the installations I manage. I’ve also tried installing your theme and it’s not showing the “This event has passed.” on any future events for me.

    It would be much easier for me to track down what’s causing the issue if you could provide access to any or all of the following items:

    1. Ability to edit your wp-config.php. If you can’t provide access, can you add the following to the top of the file?
      define('WP_DEBUG', true); 
      define('SAVEQUERIES', true); 
      
    2. Access to view your database contents (so I can see how your event meta is saved).
    3. Turn on the plugin editor (so I can add some debug lines to our plugin).

    Please let me know if it’d be possible for you to provide any of these items.

    Also, I noticed one of the settings of the Satellite7 theme doesn’t play nice with our month view — the “Page transition” option. I changed this from Fade to No Transition.

    Also note that I installed the wordpress Debug Bar plugin; I can uninstall it once I’m done trying to debug your site.

    Thanks!

    in reply to: Cannot view pending or published events in admin panel #70003
    Jessica
    Member

    Hi mrsreeder,

    I just wanted to chime in and say that if your functions.php file happens to be empty, you will need to include the <?php at the beginning of the file. Looking forward to seeing whether this fixes your issue!

    Cheers,
    Jessica

    in reply to: Undefined tags in day picker #56647
    Jessica
    Member

    Hey Flavia,
    You are correct, my code snippet did cause that extra field to show up, and I didn’t notice it in my testing. However, you should be fine to just hide that field using css and display: none. It will not affect your event submissions.

    in reply to: Undefined tags in day picker #56376
    Jessica
    Member

    Hi Flavia! Thanks for your patience on this issue. After doing some testing with the theme you provided, I’ve determined it’s the Midway theme that is causing the “undefined” names to show up in the datepicker on the submission form.

    Typically we don’t provide assistance with 3rd party themes, but since you’ve waited so long, I wanted to help you out! If you put the following code at the bottom of your functions.php (before the ?> at the end), your datepicker should be fixed:

    https://gist.github.com/jazbek/6057096

    Best,
    Jessica (Modern Tribe Developer)

Viewing 5 posts - 1 through 5 (of 5 total)