Forum Replies Created
-
AuthorPosts
-
August 22, 2014 at 12:21 pm in reply to: Events Calendar Pro Venues merged with WordPress SEO Local SEO (Yoast) Locations #692082
Barry
MemberHi – interesting idea.
I’m not actually familiar with the inner workings of Yoast Local SEO Locations and this sort of customization is ultimately one you would need to drive forward by yourself – but I guess the first decision ought to be which implementation (theirs or ours) best fits your needs.
From there you can explore how easily one or the other can be stripped out and how the remaining system can be integrated across the board π
August 22, 2014 at 12:06 pm in reply to: Additional Columns in the Attendees list CSV export #692044Barry
MemberI’m afraid that, at this time, there’s no easy path in this regard.
The code you posted is intended to impact on the actual table visible in the attendee list screen – and it won’t impact on the CSV export. That raises an excellent point though and I’ll log this as an area in need of some further attention π
Barry
MemberOur pleasure π
I’ll go ahead and close out this thread – but please do create new threads as needed if we can help with anything else. Also, if you have a moment to spare, we’d love to hear your thoughts on The Events Calendar over on our plugin review page – thanks again!
Barry
MemberThanks – I don’t think I’ll need those credentials though – your screenshot gave me what I needed π
This definitely seems like a bit of a shortcoming in our implementation; however, it is actually possible to completely override things using the tribe_events_event_schedule_details hook and so break away from any restrictions our settings effectively enforce. The basic outline for that sort of solution would look something like this:
add_filter( 'tribe_events_event_schedule_details', 'custom_schedule_details' ); function custom_schedule_details() { $start_date = tribe_get_start_date( null, false, 'PHP style date format' ); $end_date = tribe_get_end_date( null, false, 'PHP style date format' ); return "$start_date to $end_date"; }This would give you absolute control. Catching situations more selectively such as only overriding things when it is a multiday event taking starting and ending in the same year is going to be doable using the same filter hook – but a little more involved than we would usually cover here in the forums.
All that to say, I hope that gives you some avenues to explore – namely, writing a custom date formatting function or else temporarily changing your date format settings (even if not ideal, perhaps it could function as a temporary measure until we can reconsider our settings in this regard?).
Does that help?
Barry
MemberHi Emi,
I’m afraid thereΒ is not a shortcode for doing this, although this unoffical plugin, not supported by us here on the Modern Tribe forums, may offer you what you need π
Thanks again!
Barry
MemberExcellent π
In that case I will go ahead and close out this thread – but do know we’ve also logged an issue to revisit our interaction with various query properties (like is_post_type_archive). If any other questions crop up, please don’t hesitate to create a new thread and one of the team will be only too happy to assist.
Last but not least, if you have a moment to spare we’d love to hear your thoughts on The Events Calendar over on our plugin review page – thanks again!
Barry
MemberOK – what version of Community Events are you using? Is it possible you are one or more versions behind?
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberI do apologize, I completely forgot that facility is not available in The Events Calendar by itself.
How about the server logs? Were you able to check them or else check in with your host and ask them if they could identify errors leading to the 500 Internal Server Error – and can you point me to a page describing the hosting package you are using?
August 21, 2014 at 1:57 pm in reply to: Woo Tickets ISSUE: CREATED 6 Tickets, only 3 are showing. #689894Barry
MemberHi! So just to confirm, the initial problem (with tickets not appearing) is now resolved? If so I’ll go ahead and close out this topic – and if you could create new ones for each of the remaining problems that would be appreciated as we do try hard to stick to one issue per topic.
Doing so just helps us to ensure fair service for all of our customers and makes threads more easily digestible for other community members looking through them in the future.
Thanks!
Barry
MemberThat would be awesome – thanks again!
Barry
MemberHi – some great questions there π
We’ve actually got a tutorial that explains how to move the ticket form, please see here.
Also, itβs currently shown as a scrolling. Can we remove that and have it just static on our page?
There’s no particularly easy solution here – I’m afraid this is a limitation of eventbrite.com’s iframe-based approach to embedding tickets and so isn’t something we can easily change ourselves – though it’s certainly possible to tweak things. Essentially, you would have to decide upon the correct height for the ticket form and use that everywhere.
The problem of course is that one event might have a single ticket available whereas another could have 5 or even 20, so arriving at a height that works for all of them isn’t too easy – as you could end up with an unnecessarily tall ticket form in one case but one that isn’t tall enough (and so still has a scroll bar) in another.
If you happen to generally have the same number of tickets for each event, though, you could certainly use a bit of CSS to control the height:
.eventbrite-ticket-embed > iframe { height: 500px !important }This could be added to a custom tribe-events/tribe-events.css stylesheet within your theme.
Does that help at all?
August 21, 2014 at 11:05 am in reply to: "Error Initializing Tribe Events" on every page returns 404s #689515Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
August 21, 2014 at 11:01 am in reply to: Woo Tickets ISSUE: CREATED 6 Tickets, only 3 are showing. #689509Barry
MemberHi – I’m sorry you’re experiencing difficulties.
When you create tickets each one can be allocated (optional) start and end sale dates. Is it possible that the missing tickets have been configured such that they do not go on sale until some future point?
Let me know!
August 21, 2014 at 10:54 am in reply to: Will Event Calendar work with Divi them in WordPress #689497Barry
MemberHi – thanks for getting in touch!
Will Event Calendar work with Divi them in WordPress
The Events Calendar works well with most standards-compliant themes. The best way to be sure, though, is to take it for a spin and try it out with your theme of choice (remember you can grab a copy of The Events Calendar free of charge!).
Does your Prop account provide shortcodes?
Right at this time neither The Events Calendar or Events Calendar PRO ship with any shortcodes and generally speaking they aren’t required. There are some third party add-ons, though, like this one which do provide a number of shortcodes so they may be helpful here.
Does that answer your questions?
-
AuthorPosts
