Forum Replies Created
-
AuthorPosts
-
July 31, 2015 at 10:09 am in reply to: Remove "Upcoming Events|" in page title and change it on page heading #992189
media325
ParticipantThanks
media325
Participanthave you been able to duplicate the issue?
media325
ParticipantThanks. The FB importer is v 3.11.1 as well
media325
ParticipantThanks, that did it. I’ve expanded upon your code a little. I’ve used the organizer link and added a separator between organizers.
<!-- Organizer Display Info --> <?php $organizer_ids = tribe_get_organizer_ids(); $bg_Org_Count = 1; foreach ( $organizer_ids as $organizer ) { $bg_Comma = $bg_Org_Count++ < count($organizer_ids) ? "," : ""; if ( ! $organizer ) { continue; } ?> <span class="org"> <?php echo tribe_get_organizer_link( $organizer ); ?> </span ><?=$bg_Comma?> <?php } ?>media325
ParticipantUpdated to 3.11 and receive more detailed errors, but still errors. It has to do with the Facebook API https://developers.facebook.com/bugs/486654544831076/
and the way the info is called.Since this happens with 3.11 and it’s a known issue it’s would be nice if MT would acknowledge the issue and give us an update
media325
ParticipantThanks. The “_Venue_City” was a typo I made here. “_Venue_City” is the value I am working with.
[wpv-control field="[wpv-post-field name='_VenueCity']" url_param="_VenueCity" type="textfield"]worked in my Toolset View is this helps anyoneNovember 25, 2014 at 2:02 pm in reply to: Issue with import organization events , both by org id and event id #898532media325
ParticipantThank you. Even attempting to import a public event from that particular org gets the error
644465488997759.Might it possibly be because they don’t use a vanity url?
media325
Participanttribe_get_organizer_link( get_the_ID(), false, true);
did it thanks
media325
ParticipantThanks very much, that did it
media325
ParticipantThanks
The daylight savings time, EDT shouldn’t make a difference. That being said after research this doesn’t look to be an issue, at least on your side. It seems that FB event times/timezones are convoluted by design,media325
ParticipantThanks I appreciate the update
media325
ParticipantThank you
media325
ParticipantThis reply is private.
media325
ParticipantThank you that clears up many of the issues.
However the auto import is still and issue, I have the cron enabled so it is active however I still have the issue with only one or two events being imported. Thanks -
AuthorPosts
