Barnabas Helmy

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Aggregator not importing all events #1232281
    Barnabas Helmy
    Participant

    This reply is private.

    in reply to: Aggregator not importing all events #1232274
    Barnabas Helmy
    Participant

    This reply is private.

    in reply to: Aggregator not importing all events #1219709
    Barnabas Helmy
    Participant

    The following info may help resolve the issue:

    I downloaded the following event: http://athletics.lincolncollege.edu/event/swimming-diving-grinnell/

    The .ics file has zero bytes. Apparently it’s not exporting the information.

    Hope that helps!

    in reply to: Where is the event aggregator plugin? #1219688
    Barnabas Helmy
    Participant

    Hi Caroline,

    Thank you for getting back with me!

    Here’s the order that needs refunded:

    in reply to: Cannot create new events #1204710
    Barnabas Helmy
    Participant

    Hi Hunter,

    I’ve been trying literally everything and I still can’t resolve the issue. I’ve defaulted to the 2016 default WP theme, but the issue is still ongoing. I’ve also deleted and reinstalled all the events calendar plugins, but I still cannot post an event. Please help!

    in reply to: Add category to Events List Widget #1159396
    Barnabas Helmy
    Participant

    But I want you to do if for me! 🙂

    Thanks, Geoff. I’ll read through the themer’s guide and figure this out.

    in reply to: Events start times are not importing correctly #1155813
    Barnabas Helmy
    Participant

    Please help, folks. This is super critical to my site. ALL THE DATES ARE SHOWING 1 DAY PREVIOUS TO THE ACTUAL START DATE! This is due to the start dates being imported at 12:00 am.

    My client is a college with over 1500 visits/day and classes started this week. This is a recent issue and it could not have happened at a worse time!

    in reply to: Events start times are not importing correctly #1155787
    Barnabas Helmy
    Participant

    I disabled an addition to the funtions.php file, at the suggestion of your support techs, that enables full year import of events (rather than the default 1 month). I ran the import again, but this made no difference, either.

    Here is that code:

    add_action( 'pre_get_posts', 'cliff_tribe_custom_time_range_ics_export' );
    function cliff_tribe_custom_time_range_ics_export( WP_Query $query ) {
    	if ( ! isset( $_GET['ical'] ) || ! isset( $_GET['year-feed'] ) ) {
    		return;
    	}
    	if ( ! isset( $query->tribe_is_event_query ) || ! $query->tribe_is_event_query ) {
    		return;
    	}
    	$query->set( 'eventDisplay',  'custom' );
    	$query->set( 'start_date',    'now' );
    	$query->set( 'end_date',      '+ 365 days' ); // http://php.net/manual/en/datetime.formats.relative.php
    	$query->set( 'posts_per_page', -1 );
    }
    in reply to: Events start times are not importing correctly #1155784
    Barnabas Helmy
    Participant

    I went through the guide, disabled theme overrides and checked for javascript errors. I ran the importer again and nada. Still the same issue. Help!

    in reply to: Events start times are not importing correctly #1155758
    Barnabas Helmy
    Participant

    Thanks Hunter. I’m going through the guide now. FYI, it’s happening to ALL events, so it’s critical this gets fixed soon. The school year just started and every event is showing with a start date of 12:00 am. All the end dates are fine, however.

    I will update you once I run through the Testing for Conflicts guide.

    in reply to: Events start times are not importing correctly #1155309
    Barnabas Helmy
    Participant

    Timezones are correct. No conflicts that I know of. The timezones are not the issue, it’s the start date. It imports at 12:00 am (start of day) rather than 10:00 am (actual time of event). The end date is correct on both the import and the original.

    This is an ASAP fix for the several hundred dollar events cal pro multisite plugin (under Lincon College account). Can I get a little more attention please?

    in reply to: License Key Keeps Disappearing #1010953
    Barnabas Helmy
    Participant

    I’ve followed the steps to a tee and it’s still not working properly. I’m going to be honest – I purchased the pro version for the ability to schedule recurring events, and while I thought it was a bit expensive, I had no problem paying because the free version is put together so well. With the amount of issues this is causing me (The plugin sometimes fails to load on the front-end if not properly licensed), I regret purchasing the Pro version. It would be less trouble to reschedule the recurring events.

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