Forum Replies Created
-
AuthorPosts
-
February 10, 2017 at 4:14 pm in reply to: Similar Events shown in a series + how to display all datees of an series #1233146
Barry
MemberHi Tom,
Thanks for getting in touch (and apologies for the delay in responding).
To help us deliver fair and fast service to everyone we do try hard to stick to one problem/question per forum topic. With that in mind, let’s kick things off in this topic with your first question—and if you could please create a new topic for the second question (regarding the display of all course dates in a series) a team member will be happy to try and steer you in the right direction.
Please do also note that, while we try hard to help whatever the issue, for certain more technical customizations that the degree of support we can offer tends to be limited.
I’ll review your first question (removing events from the same series from the related events section of the single events page) and get back to you as soon as I can π
Thanks for your patience in the meantime!
Barry
MemberHi Mario,
Sorry to hear you’ve hit up against some difficulties!
That isn’t something our plugins are generating, even if it happens to show up in event pages. My suspicion is that this is probably some sort of placeholder inserted by your theme.
I’m not familiar with the theme you seem to be using, but perhaps you could contact the author and ask if this is indeed created by the theme and if it can be disabled?
February 10, 2017 at 3:09 pm in reply to: Why am I being charged full price for license renewal? #1233112Barry
MemberHey everyone, sorry for the confusion here.
We were trying something new and it looks like we need to dig in a bit before we make any big changes. We hear your concerns, so we’ve gone ahead and updated our renewal pricing to include a discount as our thanks for your continued support.
You can access this discount through the link in your renewal email or by using the renew button at theeventscalendar.com/my-account.
Again, if you still have concerns, please don’t hesitate to shoot us an email.
Barry
MemberFantastic, glad to hear the issue is resolved π
If we can assist with anything else, please do feel free to create a new support topic.
Barry
MemberHi Francesco,
Glad that initial issue is resolved!
As to your further point about text before the shortcode showing up after the map… I believe this is specifically a quirk of the map view implementation.
This seems like a valid bug and I will log it accordingly. As soon as we’ve something further we can report about this we’ll drop an update in here (please note, though, that there are some higher priority bugs we may need to attend to first, so it may take just a while before we can circle round to this one).
Thanks again for your support and patience π
February 10, 2017 at 7:48 am in reply to: possible to slightly delay switching events from "upcoming" to "past"? #1232810Barry
MemberHi Karine,
What should happen is that an event will continue to display in list view until it has past.
For example, if an event is running today from 10am to 11am and the current time is 10.30am, then although the start time has passed it ought be included in the upcoming events list until 11am.
If that isn’t happening, that might indicate there is a bug or conflict of some kind. In the first instance, can I ask you to link me (by private reply if you prefer) to some examples of affected events? If there are some upcoming events that you think would illustrate the problem – but haven’t yet started – that could also be useful.
Thanks!
February 10, 2017 at 7:23 am in reply to: Display a category and exclude another in the list-widget #1232803Barry
MemberHi SΓ©bastien,
That’s actually a little trickier than you might imagine!
I’d be happy to try and provide a spot of guidance but, ultimately, customizations like this are something we can’t always go into too much depth with. That said, perhaps this would provide a starting point for you (it’s a modification of the code you referenced in the other topic):
add_action( 'tribe_events_list_widget_after_the_meta', function() { $categories = tribe_get_event_categories( get_the_id(), array( 'before' => '', 'sep' => ', ', 'after' => '', 'label' => null, 'label_before' => '<dt style="display:none;">', 'label_after' => '</dt>', 'wrap_before' => '<dd class="tribe-events-event-categories">', 'wrap_after' => '</dd>', ) ); $fragmented_html = explode( ',', $categories ); foreach ( $fragmented_html as $index => $fragment ) { if ( false !== strpos( $fragment, '/match-home/' ) ) { unset( $fragmented_html[ $index ] ); } } $category_html = force_balance_tags( join( ', ', $fragmented_html ) ); echo $category_html; } );Again, I can’t guarantee it will work for you right out of the box, but it essentially shows a simple string-based method for achieving your goals.
I hope it helps π
Barry
MemberHi Mogul,
My apologies for the delay in responding to your last post. Sadly for us, Josh has left the team for new pastures and unfortunately this forum topic slipped through the cracks.
I do feel the need to clarify, though, that when it comes to customizations and building out new functionality as you’re doing here, we can really only provide basic guidance and if you need more in-depth support than we can provide – particularly if you are doing something relatively complex like crafting a custom view – it may be that reaching out to one of the many awesome freelance developers out there could be the best way forward.
Before you do that, perhaps you could modify Josh’s snippet to additionally set the query’s eventDisplay property to ‘custom’, ie:
$query->set( 'eventDisplay', 'custom' );
That might just get you to a good spot with this.
Good luck π
Barry
MemberThanks for clarifying—now you identify those points, it is pretty obvious π
Initially though, you had linked to individual single events and I had worked from those back to the ‘true’ event archive pages (which is also where I noticed the issue I mentioned where I was unable to click directly into the search field) rather than your shortcode-generated page – hence the confusion. My apologies there!
Back to the issue at hand: the shortcode seems to be configured to generate map view. That’s important because only events that are taking place at venues which have accurate addresses (allowing us to generate geodata) can be listed there. The events you cited as missing from search, I believe, are assigned to venues which lack that data.
Bearing this out, if you switch from map view to list view, you can successfully search for both those events and you can also page forward and locate them that way.
What I’d recommend is this: try editing the relevant venues – ensure they have accurate addresses that would enable us to retrieve geodata (or you could even manually enter coordinates, if a postal address is not suitable for any reason) and/or visit the main Events Settings page and locate the ‘Generate Missing Venue Data’ setting (this will only be visible if the plugin believes it might be required, so don’t worry if you can’t find it).
Once the events are connected with venues that have been updated in this way, you should hopefully find they can be listed and searched for via map view.
Barry
MemberThis reply is private.
Barry
MemberHi Paul,
I realize you indicated having performed basic troubleshooting and that’s much appreciated. To explain my further request, we sometimes find customers try this but use existing data (which isn’t always a clean or suitable way to test), which is why I noted it should be done using a fresh event and tickets.
If that didn’t provide any other insights, though, let’s think through further options.
I’ll post my next reply privately so I can reference some elements on your site.
Barry
MemberThis reply is private.
Barry
MemberExcellent—and good luck π
If we can help with anything else pre-sales related, feel free to open a new topic. Perhaps we’ll even see you in our premium forums if you purchase an Event Tickets Plus license!
Barry
MemberThanks for clarifying, Kim.
You should be able to modify the URL with some code like this:
function modify_list_widget_link_url() { return 'https://beeldmakersclub.nl/activiteiten-beeldmakersclub-nl/'; } add_filter( 'tribe_events_get_list_widget_view_all_link', 'modify_list_widget_link_url' );This code could be added to a custom plugin or to your theme’s functions.php file (which isn’t always ideal, if the theme might be overwritten during a future update).
Does that help at all?
February 9, 2017 at 3:33 pm in reply to: Changing "Events for Month Name" to "Month Name" in Month View #1232462Barry
MemberExcellent, happy to help π
I’ll go ahead and close this topic, but of course should anything else crop up please feel free to create a new one and one of the team will be only too happy to assist.
-
AuthorPosts
