Geoff

Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 10,150 total)
  • Author
    Posts
  • in reply to: backend Eventlist sorting / filtering #1186006
    Geoff
    Member

    Nice, glad to hear it! Thanks for following up to let me know.

    Cheers,
    Geoff

    Geoff
    Member

    Hi Mike,

    Oh shoot, sorry about that! I have gone ahead and submitted a refund for one of the orders (#1185832) and you should see the funds back in your account in the next 5-10 business days.

    In the meantime, your other license is still active and can be used as normal. 🙂

    Cheers!
    Geoff

    in reply to: Download not available #1185805
    Geoff
    Member

    Hi Kris,

    Sorry for the confusion! Event Aggregator is actually already included in The Events Calendar. Once you have your license key (which is sounds like you do), add it to the Events > Settings > Licenses screen, then you can go to Events > Import and start importing events right away. 🙂

    Does this help answer your question? Please let me know.

    Cheers!
    Geoff

    Geoff
    Member

    Hi Komal,

    Thanks for getting in touch!

    The list of events on your homepage will only display upcoming events that are listed in the current month. The event you linked to does not occur until April 2017, so it will not be included in that list.

    For future reference, we use this forum to help answer questions about purchasing our paid plugins. If you’re looking for technical support and do not have an active license for one of our paid plugins, then please open a thread in our WordPress.org support forum and we would be happy to help you on our next support pass.

    Thanks so much!
    Geoff

    in reply to: updating export all events #1185791
    Geoff
    Member

    Hi Braidyn,

    Thanks for getting in touch!

    I do want to note that this forum is used to help answer questions about purchasing our paid plugins. If you are looking for technical support for The Events Calendar and do not have an active license for one of our paid plugins, then we would appreciate it if you could open a thread on our WordPress.org support forum and we’d be happy to help you on our next pass.

    When you open your thread, it would be super helpful if you could provide the version number you have installed, a link to the event that is not exporting, and a screenshot of the “Export all events” link you are referring to. My initial hunch is that the event is not published in the current month and that the export option only export events from the current month. If you open a thread on WordPress.org and provide that information, though, we’d be happy to look at that with you.

    Thanks!
    Geoff

    in reply to: Details in left column/sidebar #1185771
    Geoff
    Member

    Hi Tracie,

    Good question and thanks for getting in touch. 🙂

    It will take a little bit of custom development on your end to do this, but it is definitely possible to change the layout of the single event view. While we are fairly in how much we can support custom development questions, I am absolutely happy to help get you started.

    In this case, I think a template override is the best route to go. Template overrides are detailed thoroughly in our Themer’s Guide, but it basically boils down to this:

    • Make a copy of the single-event.phpt template. It is located at /wp-content/plugins/the-events-calendar/src/views/single-event.php.
    • Make a new folder in your theme directory called tribe-events
    • Add the copied single-event.php template to that folder

    Now that the template is in your theme, it can be customized to suit your needs. In this case, you can add a spot for a left or right sidebar and move the information from the main body to it.

    Will this help you get started? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Private Calendar for team management. #1185763
    Geoff
    Member

    Hi Jax,

    Thanks for getting in touch and great question!

    The calendar included in the plugin is public by default.

    However, Events Calendar PRO includes shortcodes that allow you to embed the calendar on any page or post. You can embed the calendar in a private page and use that as the primary calendar page on your site so that it is only accessible by your team.

    Everyone can have its own calendar also in team calendar.

    The Events Calendar allows you to specify an “organizer” for an event. Each team member can be an organizer and, when you create an event, you can associate that event with a member of your team as an organizer. From there, Events Calendar PRO will automatically create pages for each organizer that your team members can use as their own personal pages.

    When team modified the event. All related members can get notice email or message.

    I’m afraid this is not a support feature in any of our plugins. However, there are a number of notification plugins available for WordPress that might integrate nicely and provide the functionality you’re looking for with events.

    Does this help answer your questions about creating a private calendar? Please let me know.

    Cheers,
    Geoff

    in reply to: Pulling in custom queries to my custom homepage #1185758
    Geoff
    Member

    Hi Kari and welcome to the forums!

    Oh shoot, it looks like the code got a little mangled and it’s a little tough to read. I think I got the gist of it though.

    I would actually recommend using the tribe_get_events() function as an easier means for working with event data and queries. It’s basically a wrapper for the the_post that is tied directly to events.

    Here is a guide that provides a full rundown of how the function works to query events:

    Using tribe_get_events

    Once you call the function, you can call other event-specific functions as well to get other pieces of event data.

    For example, where you call the event’s start date like this:

    <?php echo get_post_meta($post->ID, '_EventStartDate', true); ?>

    …you could use this instead:

    <?php echo tribe_get_start_date(); ">

    Similarly, where you call the Venue city like this:

    <?php echo get_post_meta($post->ID, '_VenueCity', true); ?>

    …you could use this instead:

    <?php echo tribe_get_city(); ?>

    That will give you some cleaner, more readable code for sure. For reference, please do check out our documentation for a full list of all the available functions the plugin includes.

    Does this make sense and will it help you get started? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Disactivate Ticket Email #1185748
    Geoff
    Member

    Hi Stefano and welcome to the forums!

    This snippet should stop the ticket email from being sent:

    https://gist.github.com/geoffgraham/be22dc7c8d621081980b

    Please add it to your theme’s functions.php file and test a ticket sale to confirm it does the trick. 🙂

    Cheers,
    Geoff

    in reply to: Month view widget, with week selected or whole month #1185745
    Geoff
    Member

    Hi Matt,

    Great question! Events Calendar PRO does include a number of widgets, and a mini month calendar is one of them.

    However, I’m afraid that it does not allow you to select a week at a time and display events exactly the way you describe.

    There is a week view widget in Events Calendar PRO you may be interested in though. It includes a shortcode that allows you to embed the widget in any page or post and decide whether you want it in a horizontal or vertical layout. Here is a guide that provides more information on the widget shortcode and here is a screenshot of how that looks.

    Does this help answer your question? Please let me know. 🙂

    Cheers,
    Geoff

    in reply to: Evnts calendar weekday names greyed out #1185744
    Geoff
    Member

    Hi Josie,

    Thanks for using The Events Calendar! I’m glad to hear you’re using it on your site and I hope you enjoy it.

    I do want to note that this pre-sales forum is for questions about the purchase of our paid plugins. If you’re looking for technical support for The Events Calendar, it would be great if you could open a thread over in the WordPress forum and we can chat with you over there.

    In the meantime, adding something like this to your theme style.css file or using the Simple Custom CSS plugin may help:

    .tribe_events .entry-content tr th, .entry-content thead th {
    color: #fff;
    }

    Hopefully that does the trick, but feel free to open a thread on WordPress.org if it doesn’t and we’d be happy to help on our next support pass.

    Cheers!
    Geoff

    in reply to: Getting Filter Bar license #1185739
    Geoff
    Member

    Hi Hans,

    Absolutely. You’ve been a huge help around here and I’d be happy to provide you with a Filter Bar license. The license should be in your account. Please let me know if it is not there for some reason.

    Cheers!
    Geoff

    in reply to: Multiday event #1185727
    Geoff
    Member

    Hi Pekka,

    Great question! Event Tickets Plus does allow you to create tickets for a multiday event.

    In this case, you could create four different tickets for the event:

    • Day 1 ticket
    • Day 2 ticket
    • Day 3 ticket
    • 3-Day ticket

    I do want to note, however, that the tickets are not directly associated with each day of the event — in other words, they are general tickets that are displayed together on the event post.

    Does this help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Styling meta in list view #1185721
    Geoff
    Member

    Excellent! So glad to hear that did the trick. Thanks for following up to let me know. 🙂

    Cheers,
    Geoff

    in reply to: Events Overview #1185715
    Geoff
    Member

    Yeah, that’s a WordPress feature that often slips under the radar. I’m glad to hear it helps!

    Cheers,
    Geoff

Viewing 15 posts - 1,516 through 1,530 (of 10,150 total)