Geoff B.

Forum Replies Created

Viewing 15 posts - 466 through 480 (of 9,860 total)
  • Author
    Posts
  • in reply to: Spanish Language #1436448
    Geoff B.
    Member

    Good 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.
    in reply to: Indipendent calendars for different authors #1436439
    Geoff B.
    Member

    Good 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:

    1. 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.

    2. 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.

    in reply to: Pre-sale questions #1436414
    Geoff B.
    Member

    Good 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:

    1. the Events Calendar (free) https://theeventscalendar.com/product/wordpress-events-calendar/
    2. Community Events (enables select users to create and manage only their events) https://theeventscalendar.com/product/wordpress-community-events/
    3. Event Tickets (free – creates basic RSVP tickets) https://theeventscalendar.com/product/wordpress-event-tickets/
    4. Event Tickets Plus (extends Event Tickets free – allows to sell tickets via WooCommerce) https://theeventscalendar.com/product/wordpress-event-tickets-plus/
    5. 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.

    in reply to: How do I set up email notifications? #1434896
    Geoff B.
    Member

    Good 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.

    in reply to: All Event Titles Showing Up In Events Page Header #1434885
    Geoff B.
    Member

    Good 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.

    in reply to: Language files – missing strings? Norwegian #1434874
    Geoff B.
    Member

    Good 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.

    in reply to: Change Title Name #1434871
    Geoff B.
    Member

    Hey 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.

    in reply to: Disable Link of Upcoming Events Title #1434849
    Geoff B.
    Member

    Good 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.

    in reply to: multiple calendars #1434307
    Geoff B.
    Member

    Good 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.

    Geoff B.
    Member

    Good 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.

    in reply to: All Event Titles Showing Up In Events Page Header #1434303
    Geoff B.
    Member

    This reply is private.

    in reply to: Disable Link of Upcoming Events Title #1434299
    Geoff B.
    Member

    Good 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.

    in reply to: Change Title Name #1434274
    Geoff B.
    Member

    Good evening Mona,

    Thank you for the files.

    As I suspected, the issue stems from the theme.
    There are 2 approaches to this:

    1. Head over to Events -> Settings -> Display and select Default Event Template under Events Template
    2. 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.

    in reply to: Standardize size of images in Photo View? #1434262
    Geoff B.
    Member

    Good 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.

    in reply to: Changing Buy Now! Button Color #1434259
    Geoff B.
    Member

    Good 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.

Viewing 15 posts - 466 through 480 (of 9,860 total)