Jeremy

Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Calendar view reporting incorrect URL #15008
    Jeremy
    Participant

    ahh whoops I tried posting the code in above but it got pulled out.. Lemme try again:
    From Will’s site:
    link rel=”canonical” href=”http://www.renatodandria.it/event/convegno-italia-regno-unito-crisi-europea/”

    From my site:
    link rel=”canonical” href=”http://fromhere.org/event/food-storage-basics-8/”

    in reply to: Calendar view reporting incorrect URL #15007
    Jeremy
    Participant

    I’ve got this same issue.. The canonical URL on the calendar grid and listings page both display the URL from the first event, instead of the url for the calendar itself.

    Looking at the head of Will’s site above, the same is the case..

    I’ve tried with all of my SEO plugins off and get the same results. Seems the plugin is misreporting the url somehow.

    My site: http://fromhere.org/events/

    is showing

    Any help/patches/fixes would be terrific! This is impacting Google search results as well as Facebook posting data.

    Thanks!
    Jeremy

    in reply to: Integration with Gravity Forms? #13304
    Jeremy
    Participant

    Confirmed here, I have this working as well.

    Thanks much Anthony! So simple, nice job. Thanks for diving down the rabbit hole for us all!

    in reply to: Integration with Gravity Forms? #12850
    Jeremy
    Participant

    Much thanks to Christina for the above help in getting this all updated for 2.0. I now have this fully functional except that the new venue does not register with the new event. The venue is created, the event is created, but the custom field _EventVenueID is never populated.

    I can get this field to populate using an autogenerated list of the old venues, using the post id as the value, and this is working great.

    But with a new venue, it looks to me like this is because the VenueID, which is used to associate the event, is never registered. In Christina’s function file she so graciously shared there is a line ..

    $_POST[‘Venue’] = array(‘VenueID’ => $_POST[‘Venue’][‘VenueID’]);

    Trouble is, $_POST[‘Venue’][‘VenueID’] is never defined anywhere. So the question becomes – how can you retrieve the venue ID, though it is only being created now. It seems a followup action could be created that grabs the id and then registers it with the event.

    I am still working on the best way and the timing for retrieving this ID and feed it back to the event data. Is there any return value in the TribeEventsAPI class that might get me closer?

    Obviously I’m still working out these ideas, I figured I’d post here to see if anyone can fill in the blanks in my brainstorm. I’ll followup if I come up with it first 🙂 Any ideas or help is much appreciated.

    Thanks!

Viewing 4 posts - 16 through 19 (of 19 total)