Rob

Forum Replies Created

Viewing 15 posts - 2,911 through 2,925 (of 4,107 total)
  • Author
    Posts
  • in reply to: Hundreds of repeated events posts, help! #13969
    Rob
    Member

    Hi Joe. At this point you’d have to delete each pattern independently; but if you have a recurrence pattern, find an entry from it in the list and delete that, you’ll be prompted to delete just this entry OR all entries in the series. You can save yourself time by hitting “all entries” for each recurrence pattern.

    That help? Or had I misinterpreted your request here? Let me know and I can adjust my response as needed.

    in reply to: Date selector on grid calendar view is off by a month #13968
    Rob
    Member

    Hey Emmett. That file would actually be in the folder for the free The Events Calendar; since PRO is an add-on that extends the functionality of free, a lot of the core stuff is in that free Events Calendar folder. Hope this helps – let me know if you’ve still got questions on it.

    in reply to: How do I edit the "calendar of events" page? #13967
    Rob
    Member

    Hah. I think what you’ve provided should be helpful; Robert, let us know if you have any thoughts on this. If we don’t hear back from Robert over the next couple days, Beth, ping me and I can get Jonah to jump back in.

    in reply to: Deactivate Error Message – Trying to Reinstall #13966
    Rob
    Member

    Thanks Marc. When did you send that email? I’m not seeing any record in my inbox; would be willing to resend (rob at tri.be)? I suspect it is a theme conflict (or another plugin) but would be good to identify (and fix if we can).

    For #2: Sounds like you got that figured out for now. Let us know if you need us to take another look at some point.

    #3: I suspect this to be a theme thing as well, but my guess is our devs could take a look and at least try to offer something up. Let me know if you’re interested.

    Cheers!

    in reply to: Remove Events/Calendar Link #13965
    Rob
    Member

    Perfect. Thanks for confirming, Sheila; got a dev jumping in here today.

    in reply to: Event List View not showing all events #13964
    Rob
    Member

    Hey Brittany. Weird; any chance you can link me to the Overlay event directly as well? I can take a look and try to get this resolved from there.

    in reply to: Search Events? #13962
    Rob
    Member

    Ah, I understand what you’re saying. At this point there’s no way to search for just events on the frontend (since the broader WP search picks up Events + posts, pages, etc). You may be able to hack it together to make this happen; would that be of interest to you? If so I can get a dev to offer up any suggestions they have (but no guarantees as this is somewhat outside the scope of what the plugin is meant to do). Let me know.

    in reply to: Event List Styling / Calendar Navigation Odd when no Events #13955
    Rob
    Member

    Hey guys. So I’ve been looking into this issue with the dev team these past couple days, and we’re sort of at a loss on this one. As Jonah pointed out, extra

    and
    tags are added in the html (source) of the page. We tried to duplicate this with different scenarios using 2011 but couldn’t. We also tried all the different page templates (in the events calendar settings) with PRO on and with PRO off and with versions 2.0.2, 2.0.3 and 2.1 (we even tried mixing and matching different versions of free and PRO) but none of our tests yielded the extra html elements.

    So this means that this is a theme or plugin conflict. Is there any chance you guys who are still experiencing this issue would be willing to post out a list of your plugins & site theme? I’ll try and identify a common thread among them so we can figure out the culprit from there. Thanks so much!

    in reply to: Show Google Maps link by default #13951
    Rob
    Member

    Hey Frank. I reviewed this with the dev team today, and it looks like this would require a core hack (as it’s not something we currently support). As this is more a feature and less a bug, we’re going to work on making sure it is included in the 2.1 release – but a short-term workaround is something you’re probably going to want to figure out on your own, as any implementation we’d give you now would require modifications of several core files (which we don’t do in the support forums for fear of having users break their sites).

    Sorry I can’t offer up more here. We’re hard at work at 2.1, so hopefully this will be in your hands very shortly. Let me know what else I can do.

    in reply to: Calendar view #13950
    Rob
    Member

    Hi there Andrzej. Just a heads up that I reviewed this yesterday with our dev Jonah, and we’re going to bring another member of the dev team in to try and figure out what’s up. Apologies for the delay thus far, hopefully we can get you a response here today.

    in reply to: List View showing yesterday's events first? #13949
    Rob
    Member

    Just a heads up that Jonah and I reviewed this yesterday, and for the multi-day event item we’re going to need to bring in another dev to take a look. I’ve asked him to respond here today.

    in reply to: Event Sidebar #13946
    Rob
    Member

    Hey Jonah, Tim sent me this code via email. I added it to Pastebin right here: http://pastebin.com/mKRj9B3H. Hope that helps.

    Rob
    Member

    Hey Caleb. Just wanted to give you a heads up that I talked to Joey today and got the code you should need here. You’re looking for line 415 of lib/the-events-calendar.class.php. It’ll currently read:
    if( function_exists('tribe_is_recurring_event') && $post->post_type == self::POSTTYPE && tribe_is_recurring_event($post->ID) ) {
    Change that to:
    if( function_exists('tribe_is_recurring_event') && $post->post_type == self::POSTTYPE && tribe_is_recurring_event($post->ID) && !is_search()) {. Notice the addition of && !is_search() at the end of the if statement.

    Let us know if that still gives you any issues. We’ll have this officially patched in the 2.1 code too.

    in reply to: How do I edit the "calendar of events" page? #13885
    Rob
    Member

    Hey Beth. What was the last thing you said? Looks like it got cut off (“…idea why , do you?”). If you’re trying to post code, you can do it with the < code > tag. IE:

    My test code is right here. See?

    Let me know!

    in reply to: Display only today's events using WP_Query #13884
    Rob
    Member

    Excellent to hear that worked, and thanks for the words – we do what we can 🙂 If you need anything else moving forward let us know; we don’t hit the forums much moer the weekends but are checking it a few times a day M-F and will do what we can to get you responses in as timely a fashion as possible.

Viewing 15 posts - 2,911 through 2,925 (of 4,107 total)