adam

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 41 total)
  • Author
    Posts
  • in reply to: Recurring events in wrong months?!?? #321506
    adam
    Participant

    Seems 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…

    in reply to: Recurring events in wrong months?!?? #301428
    adam
    Participant

    This reply is private.

    in reply to: Recurring events in wrong months?!?? #167875
    adam
    Participant

    I 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.

    in reply to: Recurring events in wrong months?!?? #161049
    adam
    Participant

    OK< 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.

    in reply to: Recurring events in wrong months?!?? #133789
    adam
    Participant

    OK, 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.

    in reply to: Recurring events in wrong months?!?? #131462
    adam
    Participant

    Let 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…

    in reply to: Recurring events in wrong months?!?? #130271
    adam
    Participant

    This reply is private.

    in reply to: Recurring events in wrong months?!?? #130260
    adam
    Participant

    Events are showing up in May/July/August that should be in April….

    in reply to: Recurring events in wrong months?!?? #129399
    adam
    Participant

    Thanks 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….

    in reply to: Anyone integrating snazzy maps into their map? #94198
    adam
    Participant

    Its a styling of Google Maps
    http://snazzymaps.com

    in reply to: Getting day in date of list view? #93552
    adam
    Participant

    Yeah that totally worked!!

    in reply to: List View Next/Previous not working properly #89196
    adam
    Participant

    OK, 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.

    in reply to: Event Organizer image #89192
    adam
    Participant

    Is there a hook like get_custom_fields() for getting the organizer image?

    in reply to: Email Form to Event Organizer? #89190
    adam
    Participant

    Trying 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.

    in reply to: Customizing the single event view? #82107
    adam
    Participant

    How do I echo any of these tags?

    Im trying

    but this doesn’t work

Viewing 15 posts - 1 through 15 (of 41 total)