Forum Replies Created
-
AuthorPosts
-
adam
ParticipantSeems that if I add an event, and use the ends on and pick a date, this is where the glitch happens, if I pick end after X occurrences, it seems to work…
adam
ParticipantThis reply is private.
adam
ParticipantI think it is a bug, what is happening is that I go in to edit the first occurrence of the event, change the day, and then it gets doinked out into another month. If I go in and look at the occurrences, they are on the correct dates, but the first one that shows up is months out (even if there is an occurrence in the current month.
adam
ParticipantOK< I nailed down what is causing this issue.
If I create a recurring event, and then after some time change the date of that event (like a Tuesday event that gets moved to Thursday) This causes the bung up.adam
ParticipantOK, I think I figured it out.
There were (in the case of these rogue events) 2 event series’ with the same name and the same date and time. Some cases there was one single event that was created, and then a series with the same name.It did not help if I deleted the single event to reset the series.
I had to delete both and then recreate the series.
Also, when you are filtering the list of events, and there are more than one page of events, if you hit the next page button too quickly, it goes to page 2 of the entire list of all events (same with the last page button and putting in a number of the pages) so you have to wait for all of the events to render on the page, then click the next page button, then wait, then click, then wait… ETC… until you get to the last page of events to delete the entire series.
adam
ParticipantLet me make a backup next week , and we can dig a little deeper. I will try doinking an event and recreating it to see if that is the culprit…
adam
ParticipantThis reply is private.
adam
ParticipantEvents are showing up in May/July/August that should be in April….
adam
ParticipantThanks for the suggestions.
Here’s what I’ve tried so far:
1. Toggle on and off the “only show first upcoming event” – No improvement.
2. Deactivated my theme, Problem shows up in 2013 and 2014.3. Renamed my theme overrides folder, Problem exists.
4. Tried all 3 stylesheet settings. Problem exists.
5. Changed to 2013 and disabled all plugins (except EC and EC Pro, natch), Problem exists.
I can send you a login so you can take a look….
adam
ParticipantIts a styling of Google Maps
http://snazzymaps.comadam
ParticipantYeah that totally worked!!
adam
ParticipantOK, it appears that I had added some custom event meta calls to the functions.php
add_action( ‘wp_head’, ‘custom_event_meta’ );
function custom_event_meta(){// customize just the label
tribe_set_meta_label( ‘tribe_event_tag’, __( ‘Tags:’ ) );// reregister meta (this will merge settings into the original registered settings)
tribe_register_meta( ‘tribe_event_website’, array(
‘classes’ => array(‘meta_before’=> array(‘url’)),
‘label’ => __( ‘More Info:’ ),
‘register_overwrite’ => true, // set to TRUE in order to overwrite the core registration
‘filter_callback’ => array(‘Tribe_Register_Meta’, ‘event_website’)
) );}
I removed this, and things seem to be working correctly.adam
ParticipantIs there a hook like get_custom_fields() for getting the organizer image?
adam
ParticipantTrying to add in a contact form to the singe event page.
The contact form would send to the event organizer (with the event name in the subject line) when someone had a question about the event. Right now I’m using cformsII:http://nlcgroups.com/event/bible-study-n-8-2-2/2014-01-29/
So when someone fills the form out, it goes to the event organizer.
adam
ParticipantHow do I echo any of these tags?
Im trying
but this doesn’t work
-
AuthorPosts
