Jonah

Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 4,001 total)
  • Author
    Posts
  • in reply to: Excerpt length for event description on the events list #26104
    Jonah
    Participant

    Hi Jean,

    The font sizes look ok to me. Do you have some specific examples? You will need to figure out the social sharing buttons yourself. It’s likely you are automatically adding the buttons through whatever plugin you are using, so I would suggest turning that off and then manually including the buttons only where you need them.

    Regards,
    Jonah

    in reply to: Trouble with targeting templates from functions file #26069
    Jonah
    Participant

    Hi Kyle,

    You should be able to use these conditional wrappers instead: https://gist.github.com/2415009 – is that what you’re looking for?

    – Jonah

    in reply to: Past Events #26062
    Jonah
    Participant

    Hi Matt,

    There is currently no built in facility to hide or delete past events. We do have a proposal for a feature along these lines but I cannot say or guarantee when or if it will make it into the plugin at all. You might try looking around at some 3rd party plugins or scripts because it looks like there are a few options out there. I just found this that looks promising: http://wordpress.org/extend/plugins/auto-prune-posts/ – there’s also some discussion on this over here: http://stackoverflow.com/questions/5317599/wordpress-automatically-delete-posts-that-are-x-days-old

    I hope that helps!

    – Jonah

    in reply to: Google Calendar import #26060
    Jonah
    Participant

    Hi Ken,

    I’m able to import it just fine, no errors…

    For iCal, you’ll need to use the tribe_ical_feed_item() filter.

    I hope that helps,
    Jonah

    in reply to: Excerpt length for event description on the events list #26059
    Jonah
    Participant

    Hi Jean,

    You would use that in list.php or wherever else you want to display the excerpt of a post instead of the full thing.

    – Jonah

    in reply to: I can't import events. #26044
    Jonah
    Participant

    Hi Esteban,

    The first thing you should be aware of is that you cannot import events from a personal profile, only an organization or page. The other thing you should check is that if there are any restrictions on the event you may not be able to import it. The event needs to be public in other words.

    Please check those two things and let me know.

    Thanks,
    Jonah

    in reply to: Excerpt length for event description on the events list #26042
    Jonah
    Participant

    Ooops, some code got stripped out. Try this: http://snippi.com/s/yvycxan

    in reply to: Excerpt length for event description on the events list #26041
    Jonah
    Participant

    Hi Jean,

    It’s probably cutting a tag off somewhere midway. You’ll need to figure out some way to strip any tags except for the essentials in the excerpt. I’ve got a handy function I use in projects myself: https://gist.github.com/3828701 – pop that in your themes functions.php file and then you can use it like so:

    echo restoreTags(trunc(strip_tags(get_the_content(), ''),12));

    The tags in parenthesis are the allowed tags and 12 is the number of words you want to use. You might have to take out some of those tags… See if that works…

    – Jonah

    in reply to: Event Titles on Venue Page is cut off #26040
    Jonah
    Participant

    You’re welcome Jean, let me know if there’s anything else you need help with.

    Regards,
    Jonah

    in reply to: Update of recurring main event not working #26033
    Jonah
    Participant

    Hey WebOlution,

    Can you try deleting the event and recreating it? How much PHP memory do you have allocated for your site? Have you tried increasing it: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    – Jonah

    Jonah
    Participant

    Mike, have you tried deactivating all other plugins and/or switching to the Twenty Eleven theme to see if this could be a conflict with a plugin or some of your theme code?

    – Jonah

    Jonah
    Participant

    Hi Mike,

    Thanks for providing me access. I think I know what’s going on here. Traditionally a Contributor can create new posts (not publish) and be able to read all posts including events. I noticed when I logged in as a Contributor in my local install and looked at my events list at first I only saw the posts that user had created but then I could click on the Published link above the list and see all the events. Did you try clicking on any of these links: http://cl.ly/image/0N2Y0B362Q3H

    Does that change anything?

    – Jonah

    in reply to: RSS feed that includes everything about the event #26029
    Jonah
    Participant

    Hi Victor,

    That’s strange, it should show the event info in the feed – are you running the latest version of the plugin? Have you tried deactivating all other plugins to see if that helps? Do you have both The Events Calendar and PRO activated? Maybe try setting your permalinks in Settings > Permalinks to Postname to see if that helps…

    Let me know how that goes.

    – Jonah

    in reply to: I can't import events. #26028
    Jonah
    Participant

    Hi Esteban,

    What is the event you are trying to import so I can try it on my end.

    Thanks,
    Jonah

    in reply to: Past Events #26027
    Jonah
    Participant

    Hi Matt,

    How/where are you looking to hide past events? Do you not want past events to show at all anywhere? If so, the easiest way to do this would be to simply delete these events after they have passed.

    Regards,
    Jonah

Viewing 15 posts - 2,056 through 2,070 (of 4,001 total)