Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi guys,
Make sure you are running 2.0.9 because we’ve done various improvements on this issue on releases since 2.0.3.
Regards,
JonahJonah
ParticipantHi Anthony,
I tried your version of table.php in theme/events and that works for me. What happens if you switch to the Twenty Eleven theme? Does the modification work for you then? If so, it might be a conflict with your theme and in that case I’d like a copy of your theme to try and figure out what’s going on. You can email to pro [at] tri [dot] be
Let me know how that goes, thanks,
JonahJonah
ParticipantHi guys,
I was able to reproduce this again with the steps given by webotools. I’ve reopened the ticket we’ve got for this issue and will update here as soon as I know more. Stay tuned and hang tight!
Regards,
JonahJonah
ParticipantHi webotools,
Thanks for your insight into the problem. I too had been experiencing this same issue pre 2.0.9 and had not been able to recreate it but I just did with the steps you outlined. I’m reopening our ticket on this and will update here as I know more. Sorry about the inconvenience and stay tuned!
Thanks,
– JonahOctober 5, 2012 at 9:08 am in reply to: Easy way to limit WP to twitter widget only publish new events #26152Jonah
ParticipantNo prob, glad you figured it out!
– Jonah
Jonah
ParticipantYou’re welcome Ken, glad I could help!
– Jonah
Jonah
ParticipantHey Ken,
You’ll want to use has_term() instead: http://codex.wordpress.org/Function_Reference/has_term
if( has_term( 'My Category', 'tribe_events_cat' ) ) {
// do something
}
– JonahOctober 5, 2012 at 8:57 am in reply to: Easy way to limit WP to twitter widget only publish new events #26146Jonah
ParticipantHi Dan,
Can’t you just turn off the posting for tribe_venues and tribe_organizers in the WP to Twitters settings? http://cl.ly/image/2z3Z0A2p2w0S
– Jonah
Jonah
ParticipantHi Chad,
I’m sorry but we cannot help you with this. You’ll need to either figure it out on your own or hire someone to help you. Good luck!
– Jonah
Jonah
ParticipantOk, I’m going to need to take a look at this tomorrow morning. Sorry for the delay. Stay tuned.
– Jonah
Jonah
ParticipantHey guys,
Is this only happening with events that have images in Facebook or any events? Just trying to narrow down what the issue could be.
James, can you confirm you have also deactivated all other plugins and/or switched to the Twenty Eleven theme to rule out a conflict?
Thanks,
JonahJonah
ParticipantHi Chad, here are they are all by themselves: https://gist.github.com/2415009
Hope that helps,
– JonahJonah
ParticipantHi Ken, it’s in /wp-content/plugins/events-calendar-pro/events-calendar-pro.php on line 482 🙂
– Jonah
Jonah
ParticipantHi WebOlution,
Have you tried deactivating all other plugins and/or switching to the Twenty Eleven theme to see if it’s a conflict with either one of those things?
Regards,
– JonahJonah
ParticipantHi Chad,
What you’ll need to do is modify the breadcrumbs function or class to check for the specific event related pages. I’ve got an example of this in place for the breadcrumbs class in the Genesis framework: http://snippi.com/s/n0a969y – take a look on lines 195 – 209 for the conditional code I’m using to detect the pages. You’ll basically need to do the same thing with whatever breadcrumb plugin/function you’re using.
I hope that helps!
– Jonah
-
AuthorPosts
