Forum Replies Created
-
AuthorPosts
-
October 4, 2012 at 1:31 pm in reply to: Excerpt length for event description on the events list #26104
Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi Kyle,
You should be able to use these conditional wrappers instead: https://gist.github.com/2415009 – is that what you’re looking for?
– Jonah
Jonah
ParticipantHi 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
Jonah
ParticipantHi 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,
JonahOctober 3, 2012 at 6:34 pm in reply to: Excerpt length for event description on the events list #26059Jonah
ParticipantHi 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
Jonah
ParticipantHi 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,
JonahOctober 3, 2012 at 11:13 am in reply to: Excerpt length for event description on the events list #26042Jonah
ParticipantOoops, some code got stripped out. Try this: http://snippi.com/s/yvycxan
October 3, 2012 at 11:13 am in reply to: Excerpt length for event description on the events list #26041Jonah
ParticipantHi 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
Jonah
ParticipantYou’re welcome Jean, let me know if there’s anything else you need help with.
Regards,
JonahJonah
ParticipantHey 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,
– JonahOctober 3, 2012 at 9:19 am in reply to: Problems With Roles Other Than Administrator After Pro2.0.9 Upgrade #26032Jonah
ParticipantMike, 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
October 3, 2012 at 8:53 am in reply to: Problems With Roles Other Than Administrator After Pro2.0.9 Upgrade #26030Jonah
ParticipantHi 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
Jonah
ParticipantHi 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
Jonah
ParticipantHi Esteban,
What is the event you are trying to import so I can try it on my end.
Thanks,
JonahJonah
ParticipantHi 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 -
AuthorPosts
