Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Chris,
So, it looks like you got HTML input before and after the calendar in the Settings > The Events Calendar > Template as you can see here: http://cl.ly/2o0a3D1H0Q2x2A3f471B
Have you tried removing that? I see you’ve also got the W3TC caching plugin installed which you may need to clear the cache to see changes if you’ve made any and are not seeing them.
Try that and let me know how it goes.
Cheers,
JonahMay 9, 2012 at 10:36 am in reply to: List all upcoming programs, but not each individual occurrence #18939Jonah
ParticipantHi Simon,
Perhaps this is along the lines of what you are looking for to limit the display of recurring events: https://theeventscalendar.com/support/forums/topic/reoccuring-event-shows-multiple-times-in-loop/
Unfortunately there’s no other easy way to do this…
I hope that helps!
Cheers,
JonahJonah
ParticipantHi David,
We don’t have an events search widget/field but you can modify the search query in WordPress to include your events with this snippet: https://gist.github.com/2007736
I hope that helps but let me know if you need anything else.
Cheers,
JonahJonah
ParticipantYou’re welcome John, let us know if there’s anything else you need help with.
Cheers,
JonahMay 9, 2012 at 10:24 am in reply to: Display Upcoming/Featured Events on Homepage w/ featured image #18935Jonah
ParticipantAwesome Shannon! Let us know if there’s anything else we can help with.
Cheers,
JonahJonah
ParticipantHi Shauna,
Sorry to hear about the troubles. Try flushing your permalinks by visiting Settings > Permalinks and let me know whether or not that helps.
Cheers,
JonahJonah
ParticipantHi David,
Yes, this should be possible. Just use the custom re-occurence pattern like so: http://cl.ly/3Z222B0n2C3e261O2u2O
I hope that helps!
Cheers,
JonahJonah
ParticipantHi Moca,
You have complete control over the styling by modifying either your theme’s style.css file (adding the necessary selectors to target what you need in the plugin) or you can modify the events.css file located in /wp-content/plugins/the-events-calendar/resources/events.css – if you are going to modify this file, first make a copy and place in an ‘events’ folder in your theme which will protect your changes from future updates.
I hope that helps but let me know if you have any other questions on this.
Cheers,
JonahJonah
ParticipantHi Moca,
Thanks for your purchase! Have you seen or tried the Calendar widget? Maybe this would work for you?
Aside from that, there is unfortunately no easy way to accomplish this. You’re going to need to dig into the code a bit and it’s more than I can take time to explain in the forums here. I would suggest hiring a developer to help you out with this. Sorry I can’t offer up more here.
Good luck,
JonahJonah
ParticipantHi Jan, sorry about the trouble. Would you mind emailing me access to the WP admin so I can take a look? Please email to jonah [at] tri [dot] be and reference this thread.
Thanks,
JonahMay 9, 2012 at 10:10 am in reply to: List all upcoming programs, but not each individual occurrence #18929Jonah
ParticipantHi Simon,
First, don’t use query_posts or get_posts for queries outside the loop. Those two query functions are more meant for modifying the current loop or getting post data to be used for other functions like in a plugin. Use WP_Query instead.
Another issue is you cannot use taxonomy as an argument like that, you’ve got to use tax_query and if you look at the third example for the tribe_get_events() function in our doco you can see how it is supposed to be used: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events
Another issue is you cannot tribe_meta_event_cats() as an argument. So if you clean up those things you should be able to get it to work.
Let me know if you need anything else with this.
Cheers,
JonahMay 9, 2012 at 10:00 am in reply to: Event Calendar Pro – Mouse Over at Calendar overview generated cryptic #18928Jonah
ParticipantHi Berndt,
Glad to hear your website is hack free and you figured out what the conflict was. Let us know if there’s anything else we can do for you.
Cheers,
JonahMay 9, 2012 at 9:50 am in reply to: How to get events in the same category in the footer of a single page? #18927Jonah
ParticipantHi Martijn,
The problem is the event categories are not stored as meta data, they are taxonomies. So tribe_get_event_meta will not work in the code you’ve got. To get the current posts taxonomy terms (categories) you’ll need to use a native WordPress function like wp_get_object_terms() – http://codex.wordpress.org/Function_Reference/wp_get_object_terms
That will return an array which you can then tap into like so: https://gist.github.com/3b29a226dc036de93039
This will echo the first value in the array. This doesn’t account for instances where you will have more than one event category assigned to a post. That’s more complex and you’ll need to figure that out on your own.
I hope that helps!
Jonah
ParticipantHi Ruth/Joell,
I think I may have figured out what the problem is. Eventbrite requires a Country for a Venue but for some reason you are not seeing an error which you should. Can you try to create an event or two, specifying the country and state to test my theory? I tried it locally and without inputting a country, I would get an error and the ticket would not be created. I tried this a few times. As soon as I selected a country and state, it worked.
Obviously that you are not seeing an error is another problem, but let’s first get this other issue out of the way. Let me know if that works.
And just to verify, you are running the latest version of the Eventbrite addon and not an older beta or anything like that correct?
Cheers,
JonahJonah
ParticipantSorry Jackie! Let me know if there’s anything else I can do.
-
AuthorPosts
