Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi Andreas,
It looks like you are using WPML and I’m sorry to say we don’t yet support this for Filter Bar:
theeventscalendar.com/knowledgebase/wpml-support
Behind the scenes, WPML creates different posts for different languages and in a scenario like this where posts of one type (such as events) are linked to posts of various other types (such as venues and organizers) there’s a chance that those relationships may have broken down.
Are the venues for those events also translated into Swedish and German – and are the Swedish and German versions of the events linked to those same translated venues?
Barry
MemberHi Brandon,
Absolutely! A wide range of customizations are possible and the following knowledgebase article is a great resource for picking up a few of the basics:
theeventscalendar.com/knowledgebase/themers-guide
We don’t generally provide technical support here in the pre-sales forum, so if you need further help the best course of action is to either login (if you have a valid account and license key) and post in one of our premium forums or else you can seek help from the community at large over of the free wordpress.org community forums:
wordpress.org/support/plugin/the-events-calendar
Thanks — and good luck with the project!
June 22, 2017 at 8:05 am in reply to: Legacy Import > Import Eventbrite Events > Select an Existing Event = :( #1301707Barry
MemberHi Jonathan,
I’m sorry to hear that and would love to explore this some more. In the first instance, would you be able to use open your browser dev tools/Javascript console and see if any errors are reported there?
developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools
If you’re unfamiliar with using those tools, the above link (though specific to Firefox the general idea maps to most other browsers) should help to get you started π
Let me know what – if anything – you find!
June 22, 2017 at 7:58 am in reply to: Can the Event Aggregator add-on import FB events based on location? #1301701Barry
MemberHi Jason,
That’s a great question!
Unfortunately, that specific URL seems not to work and on testing out an alternative in the format https://www.facebook.com/search/events/?q=new%20york I’m afraid it wasn’t successful either.
In general, importing from Facebook works for single event URLs and for group or organizational URLs – but there are probably a number of cases like the ones you’re asking about that aren’t currently supported through their API.
I hope that answers your question but do let me know if I can clarify anything else.
Barry
MemberHi Mary,
That should definitely be possible. In the first instance, please do check out our Themer’s Guide for a high level overview of setting up template overrides:
theeventscalendar.com/knowledgebase/themers-guide
In this case specifically, you’ll probably want to make a copy of event-tickets/src/views/tickets/email.php and place that copy in YOUR_THEME/tribe-events/tickets/email.php – you can then safely modify the ticket email.
If you look inside that, you’ll see that there is a line of code looking like this:
$event = get_post( $ticket['event_id'] );
At any point after that, you can therefore access the event and the event’s post ID – and can use that to pull in data from any custom fields you have created, something like this:
$address = get_post_meta( $event->ID, '_hidden_address_field', true );
Simply echo or print this data at a suitable point in the flow of the email. Does that help at all?
Barry
MemberApologies for the delay, Joanna. The following code ought to be a good starting point, but please do heed the advice in the comments as removing a script like this (which other scripts depend upon) can potentially cause breakages:
/** * Stops The Events Calendar from enqueuing jquery.ba-resize.js. * * Note that this will break various script dependencies, so it should * be used with care and appropriate checks added to prevent it from * being used on pages that truly require it. */ function dequeue_tribe_jquery_resize() { wp_deregister_script( 'tribe-events-jquery-resize' ); wp_dequeue_script( 'tribe-events-jquery-resize' ); } add_action( 'wp_enqueue_scripts', 'dequeue_tribe_jquery_resize', 100 );Barry
MemberOK, then I suspect perhaps that is behind this since, on a clean installation there is no problem I can see when an editor tries to amend a date.
Now that plugin is deactivated, what happens if you create a new user account (editor role) – is that user able to update events and set the dates?
June 22, 2017 at 6:25 am in reply to: Previous/Next month events show in Current month view #1301657Barry
MemberI think that’s fine – as noted before arguably the very best solution would be modifying the queries used to compose month view so we don’t query for those events at all (then you wouldn’t need this), but for a number of reasons that would be more complicated and harder to execute than doing something similar for a different type of view such as regular list view.
With that in mind, if this gets you the end result you’re looking for (and it seems like a safe customization to me – so long of course as those changes are in template overrides within your theme or child theme) we should be good to go!
June 21, 2017 at 4:04 pm in reply to: Previous/Next month events show in Current month view #1301412Barry
MemberHi Thomas,
Sounds like an interesting customization!
I do need to note first of all that the amount of support we can offer for custom dev tasks like this does tend to be limited, but I’d be happy to point you in the right direction if I can.
There are a few ways this might be tackled but perhaps the easiest (bearing in mind I don’t have access to your code and can’t see what you’ve set up already) would simply be to compare the date of each event to the date of the requested month: you could then render or skip to the next event appropriately.
That does of course mean some unnecessary expense is incurred (because behind the scenes, The Events Calendar would still be querying for events from the start and end of the adjacent months) – but on the other hand it may well be the easiest and most maintainable strategy.
Let me know what you think/if you have further questions π
Barry
MemberHi Steve!
It’s certainly possible to move the embedded Eventbrite form — check out the following knowledgebase article:
theeventscalendar.com/knowledgebase/moving-the-eventbrite-tickets-box
Does that help at all?
Barry
MemberExcellent, my guess is the transient (a temporary piece of data recording the status of your EA license) expired naturally in that case, clearing things up nicely.
It sounds like things are resolved in that case and I’ll update the topic status accordingly (but if I’m wrong or something else crops up in relation to Event Aggregator/imports running just let me know – we’ll leave this open a little longer).
June 21, 2017 at 3:19 pm in reply to: How can I hide the start day/time to end day/time in the event list widgets? #1301381Barry
MemberGlad we could help!
Barry
MemberHi Luka,
I’m sorry for the delayed response. Shelby’s out this week so I wanted to stop by and see if I could keep this moving. However, I seem to be missing a step in my efforts to reproduce:
We use your widget which says βBook the next dateβ
Which widget is this exactly? Did you download a plugin from our extension library – which one if so?
Apologies for the further delay, but if we can clarify this detail we can hopefully get things back on track here.
Thanks!
Barry
MemberThanks for your patience, Mark!
I checked in here and while map view was a little slow to load, it definitely didn’t take 15 minutes: total load time for me was around 20 seconds (though I accept that isn’t anything like as snappy as we’d wish for).
You are listing quite a few events on each page load, though: have you thought about reducing the number via the “Number of events to show per page” setting found in the Events → Settings → General admin screen?
also i want to show my event feature image into map pin tooltip
We do try to stick to one issue per forum topic so I’d ask that – if possible – you post this in a fresh forum topic. Please also be aware that this sort of customization is relatively advanced and so the amount of hands on support we can offer for is going to be limited, but we’ll be happy to point you in the right direction if we can π
Thanks!
Barry
MemberHi Merijn! I’ve moved this across to the Events Calendar PRO forum to save you re-posting π
What you’re describing though seems a little odd: have you modified the user roles at all, whether via a role editor plugin or some other way?
-
AuthorPosts
