Ken

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 85 total)
  • Author
    Posts
  • in reply to: Decrease events listed in Venue view #27371
    Ken
    Participant

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

    in reply to: Google Calendar import #26281
    Ken
    Participant

    That did the trick. I need your skills! Thanks for the assistance once again. I think we can close out the ticket.

    in reply to: Google Calendar import #26264
    Ken
    Participant

    So Close…LOL
    I get this error when clicking the download button:
    Fatal error: Call to a member function fullAddressString() on a non-object

    the error is for this line:
    $item[] = ‘LOCATION:’ . html_entity_decode( $tribeEvents->fullAddressString( $eventPost->ID ), ENT_QUOTES );

    in reply to: Google Calendar import #26253
    Ken
    Participant

    I 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

    in reply to: Google Calendar import #26252
    Ken
    Participant

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

    in reply to: List info based on event category #26149
    Ken
    Participant

    Thanks again for coming to the rescue Jonah!

    in reply to: Google Calendar import #26121
    Ken
    Participant

    Weird 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?

    in reply to: My main event page is now showing home page content. #26077
    Ken
    Participant

    Is 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?

    in reply to: Google Calendar import #26055
    Ken
    Participant

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

    in reply to: Google Calendar import #25700
    Ken
    Participant

    That’s correct, or at least use the excerpt or a portion of the content when adding to the Google Calendar export.

    in reply to: Google Calendar import #25248
    Ken
    Participant

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

    in reply to: ical file name change #25110
    Ken
    Participant

    Hey 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
    Ken

    in reply to: Google Calendar import #25050
    Ken
    Participant

    I 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"]…

    in reply to: My main event page is now showing home page content. #24581
    Ken
    Participant

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

    in reply to: My main event page is now showing home page content. #24077
    Ken
    Participant

    Looks 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?

Viewing 15 posts - 31 through 45 (of 85 total)