Forum Replies Created
-
AuthorPosts
-
Geoff B.
MemberGood evening Geoff and welcome to the Events Calendar forum!
Thank you for your interest in our products.
We’ll be glad to answer your questions.-
Do Event Tickets, Event Tickets Plus and Events Calendar have Spanish language translation files?
Absolutely!We even have several versions of Spanish available.I highly recommend reading the 3 following articles on translation:
- https://theeventscalendar.com/knowledgebase/translating-the-events-calendar/
- https://theeventscalendar.com/knowledgebase/how-to-override-plugin-language-files/
- https://theeventscalendar.com/knowledgebase/incomplete-translations/
Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Marc and welcome to the Events Calendar forum!
Thank you for your interest in our products.
We’ll be glad to answer your questions.On the new website we would like to use “The events Calendar” or “The events Calendar PRO” Is it possible with one or both of them to have different calendars for different authors?
Yes, that is possible.
Our Community Events premium add-on allows multiple authors to publish and manage only their events using the front-end: https://theeventscalendar.com/product/wordpress-community-events/The different autors should not be able to see and change the events of the other users.
Although different authors can only manage their own events, technically all of these events all end up in the same calendar. In other words, they are not private per se.
Depending on what your requirements are exactly, there could still be a couple of workarounds:
- You can display calendars by category using a shortcode https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/ . Using that approach each author would be a “category”, each author would then have its own page on the website with his calendar.
If you want to keep this calendar fully private from others, you could always make sure that the full calendar is never displayed anywhere on the site.
If on the other hand it is cool for people to see other events, but not be able to edit them, then you can also have the full calendar displaying.
- As an alternative, we have an upcoming brand spanking new calendar platform coming up. It should be released around the end of February https://theeventscalendar.com/calendar-beyond-wordpress/
This would let every author have it’s own separate account AND embed their events on any page of your WordPress site.
Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Sara and welcome to the Events Calendar forum!
Thank you for your interest in our products.
We’ll be glad to answer your questions.What you are trying to achieve is totally possible.
Here is the list of plugins you will need for that:- the Events Calendar (free) https://theeventscalendar.com/product/wordpress-events-calendar/
- Community Events (enables select users to create and manage only their events) https://theeventscalendar.com/product/wordpress-community-events/
- Event Tickets (free – creates basic RSVP tickets) https://theeventscalendar.com/product/wordpress-event-tickets/
- Event Tickets Plus (extends Event Tickets free – allows to sell tickets via WooCommerce) https://theeventscalendar.com/product/wordpress-event-tickets-plus/
- Community Tickets (enables select users to manage booking of their events / sell tickets AND reporting) https://theeventscalendar.com/product/community-tickets/
Best of all, this specific combination comes in a bundle: https://theeventscalendar.com/bundles/bundle-community-manager/
Let me know if that answers your question or if you need help setting this up.
Have a great day!
Geoff B.
Geoff B.
MemberGood afternoon Mark,
I am glad you managed to fix many things. Kudos!
Emails going to the spam folder are usually a result of the sender’s “reputation” (in this case your server using WP mail).
The easiest way to fix this is the SMTP solution I suggested earlier.
Let me know how that goes.
Best regards,
Geoff B.January 24, 2018 at 10:15 am in reply to: All Event Titles Showing Up In Events Page Header #1434885Geoff B.
MemberGood afternoon Kent,
Sometimes that can happen.
Your suggestion is great and most importantly it is completely safe.If that does not work out, I recommend using the direct link to the update screen /wp-admin/update-core.php
If all else fails, you could deactivate AND delete the plugins before installing them from scratch (which does not impact your existing events).
Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood afternoon,
I am super stoked that you were able to identify the source of the issue.
You are absolutely right, most files are case sensitive on a web server.The “All %s” string will be located in the Events Calendar’s language files, not Event Tickets or Event Tickets Plus.
Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberHey MonaE,
I am glad my suggestion helped out.
Regarding the Google Map not displaying, it looks like you will need to setup your Google API exactly as instructed here: https://theeventscalendar.com/knowledgebase/setting-up-your-google-maps-api-key/
Currently, Google is returning an invalid API error message.
Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood afternoon,
I am super stoked that you were able to achieve your goal and that you learned a couple of things along the way.
You are welcome back in our support forums any time 🙂
For now, I am going to close this thread.
Have a great week!
Geoff B.
Geoff B.
MemberGood evening Susan and welcome to the Events Calendar forum!
Thank you for your interest in our products.
We’ll be glad to answer your questions.I believe the following article does a great job at answering this: https://theeventscalendar.com/knowledgebase/can-you-have-multiple-calendars/
As an alternative, also keep an eye out for our upcoming Loxi platform which should make having multiple calendars super easy: https://theeventscalendar.com/calendar-beyond-wordpress/
Let me know if that helps.
Have a great day!
Geoff B.
January 23, 2018 at 9:05 pm in reply to: Do you recommend a Roles Manager that will work with Events Calendar Pro? #1434305Geoff B.
MemberGood evening Seth and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.I believe the following article answers your question perfectly: https://theeventscalendar.com/knowledgebase/admin-roles-and-permissions/
Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberThis reply is private.
Geoff B.
MemberGood evening,
Thank you for writing back.
You have found the perfect function.It can be altered using the following conditional.
if ( is_tax( $tribe_ecp->get_event_taxonomy() ) && $depth )Look at the following snippet for inspiration: https://gist.github.com/andrasguseo/53b0f71f7545f19ef7c70aa101516501
More specifically, lines 72 to 76. If you remove the <a> link and echo only the title, that should work.
Let me know if that helps.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Mona,
Thank you for the files.
As I suspected, the issue stems from the theme.
There are 2 approaches to this:- Head over to Events -> Settings -> Display and select Default Event Template under Events Template
- Customize the /wp-content/themes/eventum/lib/sub-header.php file (using your child theme)More specifically you will need to either:
a) Change the returned title for Archives
b) Add the code below at line 17 of that file
if ( is_post_type_archive( 'tribe_events' ))
{
echo ('Calendar');
}Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood evening Kristine,
I am sorry to hear that the tutorial was not helpful to you.
As a side note, we highly encourage our customers to customize their calendar to their specific requirements. You might want to read our Themer’s guide to get a sense of how that works in general.
Unfortunately, the level of support we can offer is only to get people started on the right track.
If coding is not really your cup of tea, you could always hire one of our recommended customizers to do the customization for you.Your other option would be to manually use pictures that have exactly the same ratio (height vs width) and have similar length excerpts in each event. It might require a bit of work to achieve, but no coding is required for that approach.
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Jeremy,
I am super stoked to hear that.
On Google Chrome, this is most likely a browser caching issue.If you force refresh the page or look at it in a private browser window, the button comes out perfectly.
You are welcome back in our support forums any time 🙂
For now, I am going to close this thread.
Have a great week!
Geoff B.
-
-
AuthorPosts
