Dave

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Events Displaying in Blog Posts #1144949
    Dave
    Participant

    Oh perfect! Thanks, that fixes it.

    in reply to: Calendar showing blog posts, not events #1127938
    Dave
    Participant

    Nico – switching to the default theme fixes the problem, so it must be a problem with our theme (Construct from MySiteMyWay.com).

    We can’t change our theme, and we can’t drop The Events Calendar…so I’m going to need to dig in on this and fix it. Can you give me some guidance on what the most common culprits are re: theme conflicts?

    in reply to: Creating custom description for .ics file #41296
    Dave
    Participant

    Ok – I understand now. I added this to my functions.php. This, however, it now adds an additional description the .ics (there are now 2 descriptions). How can I have this description replace the original, instead of adding to it?

    add_filter( ‘tribe_ical_feed_item’, ‘filter_ical_item’, 10, 2 );
    function filter_ical_item( $item, $eventPost ) {
    $item[] = ‘DESCRIPTION:’ . get_the_excerpt();
    return $item;
    }

    in reply to: Creating custom description for .ics file #41287
    Dave
    Participant

    Hi Jonah –
    That looks like something that could help. Please forgive my ignorance, though – where would I put that? And how would it change the ics?

Viewing 4 posts - 1 through 4 (of 4 total)