Forum Replies Created
-
AuthorPosts
-
Ken
ParticipantCancel that I just saw the “$venueEvents” variable and set the “posts per page” to a number other than “-1” which I assume is for all.
Ken
ParticipantThat did the trick. I need your skills! Thanks for the assistance once again. I think we can close out the ticket.
Ken
ParticipantSo Close…LOL
I get this error when clicking the download button:
Fatal error: Call to a member function fullAddressString() on a non-objectthe error is for this line:
$item[] = ‘LOCATION:’ . html_entity_decode( $tribeEvents->fullAddressString( $eventPost->ID ), ENT_QUOTES );Ken
ParticipantI was looking at wrong version of Event Calendar Pro. I found his reference. Maybe he can take a look at this paste and let me know if I am on the right track? http://pastebin.com/ycp50P3n
Ken
ParticipantThanks for checking in Rob, I have had other fires to put out on the site but I just took a look at Jonah’s recommendation for the ical_feed. I didn’t see the reference to tribe_ical_feed_item() he mentioned.
Ken
ParticipantThanks again for coming to the rescue Jonah!
Ken
ParticipantWeird I dont get the error now…I’ll keep an eye on it. Where do I look up the tribe_ical_feed_item() to see how to filter the content?
Ken
ParticipantIs it just me or does it seem odd that the feed shows the date the event was created and not the date of the event?
Ken
ParticipantI gave it a shot but I am getting a error from google that the URL is too long to process. It looks like its adding %2B for all the spaces. Here is a link to an event. http://www.financialtools.com/event/introduction-to-cash-insight/
I tried with ical link and that still shows the shortcode. May that is going to need a separate function?
Ken
ParticipantThat’s correct, or at least use the excerpt or a portion of the content when adding to the Google Calendar export.
Ken
ParticipantRe-visitng this and now I get an error of:
414. That’s an error.
The requested URL /… is too large to process. That’s all we know.
When I click the + Google Calendar link from my website. Uggghh this is frustrating.Ken
ParticipantHey Jonah,
Thanks for the feedback. Can I put a feature request in for this then? Also can you let me know what files would need to be modified?
Thanks
KenKen
ParticipantI thought trying to add a more tag in would word however that did not fix it…
Sample of whats imported to google calendar
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.Registration Form[gravityform id="8" title="false"]…September 5, 2012 at 8:29 am in reply to: My main event page is now showing home page content. #24581Ken
ParticipantHi Joyce,
I am trying to get my events to appear in my main feed. When I put the above coded in my functions I think I was getting home page content placed in my main grid page. I have it out for now and permalinks and everything is fine. Right now my feed appears when I go to myurl.com/calendar/feed.
I only have 4 “posts” and that is the only thing that appears in my feed. I am not able to get my CPT to appear in the main feed at this time.August 24, 2012 at 12:38 pm in reply to: My main event page is now showing home page content. #24077Ken
ParticipantLooks like its my code…. I tried to add the events to my feed and started playing with this code.
// add_filter( 'pre_get_posts', 'my_get_posts' );
//
// function my_get_posts( $query ) {
//
// if ( ( is_home() && $query->is_main_query() ) || is_feed() )
// $query->set( 'post_type', array( 'post', 'page', 'album', 'movie', 'quote' ) );
//
// return $query;
// }
is there a link to add the events to the main feed or its own feed? -
AuthorPosts
