Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi Simone,
Thanks for reaching out to us! I can point you in the right directions here 🙂
How can the events calender display a different image in the monthly view than the events image?
For this you’ll need to create a template override of the file: the-events-calendar/src/views//month/single-event.php the file has the instructions to perform modifications to the tooltip (more details in our themer’s guide).
Additionally I’d like to display this location category image on the single event page. See screenshots.
Achieving this depends on how you are storing the ‘venue’ image. Basically a template override of the single event template and iserting the appropriae code to show the image, or just hooking to some action in the template (like tribe_events_single_event_before_the_meta).
AND – to make it more complicated – where can I change the font-color: I need a certain color for each location category.
Again, depends on how you are storing the venue color. To simply things you might want to use → The Events Calendar Category Colors. It doesn’t do exactly what you need but something pretty similar, and although it’s a third party plugin (we cannot support it) the author actively supports the plugin.
Hope that helps, and also please let me know if it’s too technical for you,
Best,
NicoFebruary 6, 2017 at 8:35 am in reply to: Locating a term to be translated; translating venue url term #1230014Nico
MemberThanks for following up Karly!
I noticed that the function was written back in 2015. Is the hook used still the best to use or does the latest version of Events Calendar PRO have a better hook for rewriting the venue slug?
This still seems to best way to do this, and it’s working with latest version of The Events Calendar and Events Calendar PRO.
Please let me know if it works for you (remember to re-save permalinks after pasting the snippet),
Best,
NicoNico
MemberThanks for following up Rusty!
We rely on a sliding-scale option; do you have any way to tailor that in? Like 5 choices for a price of one ticket that a registrant can choose from? It doesn’t seem like that is on the radar of any event plug-ins, but i know several organizations that like to offer that option. Any ideas?
I guess this might be custom coded, but the complexity of this custom feature should be evaluated by the person building it. I wouldn’t expect this one to be an easy customization. You can reach out to the customizers in this list for a quote on this → https://theeventscalendar.com/knowledgebase/find-a-customizer/
By a ticket cap, we mean that we can automatically close the registration when the tickets reach a certain number.
Thanks for clarifying. Sure this is possible, you can define stock levels per ticket or per event (global stock). You can also set sale start/end dates, this can be useful for early bird tickets or limited offers.
Please let me know if there’s anything else I can help you with,
Best,
NicoFebruary 6, 2017 at 8:14 am in reply to: Events List Widget: List-date not showing entirely #1230000Nico
MemberHey Greg stoked to hear this is working for you! Glad to be of service 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberYou are welcome Tristan! Yeah, as the code is re-used there will be not much difference.
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberYou are welcome Tony! Stoked to hear this worked for you 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHi there Paul,
Thanks for reaching out to us and for the heads-up on the resolution of the issue 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHi Cedric,
Thanks for reaching out to us and for the heads-up on the resolution of the issue 🙂
For next time, please note we are not able to provide support in the pre-sales forum. But we are happy to assist our premium users with support issues via our premium forums, please log into the account that has been created when the purchase was made. If you have not purchased one of our premium plugins, you can post in our open source forum. We review that forum weekly, mainly for bug reports.
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHi Sam,
Thanks for reaching out to us and for the heads-up on the resolution of the issue 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHi Matt,
Thanks for reaching out to us and for the heads-up on the resolution of the issue 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHey folks,
Sorry for the delay in my replay. As Patricia indicates this is indeed a bug reported by other customers as well. Andras provides a temporary solution in this reply.
I’ve added this thread to the bug report, so you’l get a heads-up when this is fixed and released. It surely won’t make it to the upcoming maintenance release coming out this week, so it will have to wait a bit more. More details on our release schedule → https://theeventscalendar.com/release-schedule/
Please let me know if the workaround works for you,
Best,
NicoFebruary 3, 2017 at 2:31 pm in reply to: Locating a term to be translated; translating venue url term #1229209Nico
MemberHi there Karly,
Thanks for getting in touch with us! I’ll help you out 🙂
To change venue slug you can use the function below:
https://gist.github.com/barryhughes/f470694fc3b0f2d2026fRegarding translations, most code editor have a ‘search in folder’ function. I use it to find strings and functions names inside our plugins folders. Keep in mind some translations use ‘placeholders’! Personally I find this plugin super useful for overriding strings → Say what?
Hope that helps,
Have a great weekend,
NicoNico
MemberHi there Tristan,
Thanks for getting in touch with us! Interesting question here…
I wouldn’t worry about it, as it’s just a single template that’s re-used for all tooltips. Anyway you can crate a template override of the tooltip.php file with the code below and place it in wp-content/themes/YOUR_THEME/tribe-events/month/tooltip.php (review themer’s guide for more details on it).
<script type="text/html" id="tribe_tmpl_tooltip"></script>
Please let me know if this helps,
Best,
NicoNico
MemberHi there Gaidi,
Thanks for getting in touch with us and sorry to hear about this issue.
First of all please check if the events slug has not been altered in WP-Admin > Events > Settings > General. If that is correctly set to events but you still cannot access the calendar then, can you please follow the steps described in our Testing for conflicts guide? Also, re-save permalinks (WP-Admin > Settings > Permalinks > Save Changes). This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.
It seems to be an URL/permalinks issue as the calendar is working correctly if accessed via ‘ugly’ URL → http://www.bayviewbc.org/?post_type=tribe_events
Please let me know if this helps,
Best,
NicoNico
MemberHi there Deven,
Thanks for reaching out to us and sorry to hear about this glitch. Let’s see what’s going on…
To start off, Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins. If you have the chance it would be great if you could also update plugins to the latest versions.
If this still goes on in these conditions please let me know how you embedding the calendar and I’ll try to reproduce the issue on my end,
Have a great weekend,
Nico -
AuthorPosts
