Geoff

Forum Replies Created

Viewing 15 posts - 8,041 through 8,055 (of 10,150 total)
  • Author
    Posts
  • in reply to: Turning Pro & Additional Features #948141
    Geoff
    Member

    Hi Adam, thanks for following up and confirming the answer! Feel free to let us know if any other questions pop and we’d be happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Oh shoot, sorry about that! I mistakenly gave you the function for the page title rather than the event title.

    You can try using tribe_events_title() or possibly even just the_title() instead.

    You can display the date and time details as well using tribe_get_start_date and tribe_get_start_time().

    For your reference, all of our available functions are available in our documentation. If you’re searching for information on these and other variables, the docs are a great place to find things. 🙂

    Cheers!
    Geoff

    • This reply was modified 11 years, 2 months ago by Geoff.
    in reply to: Price for registered and non registered #948009
    Geoff
    Member

    Hello there, Ian! Thanks for getting in touch and sorry you weren’t able to reply to the last thread.

    As my colleague Brian noted in the last thread, we don’t support something would allow you to distinguish ticket prices based on whether someone is logged in or not right out of the box. That’s an interesting idea, though.

    While this isn’t a feature right out of the box, it might be possible to accomplish it with some custom development. We have a complete Themer’s Guide and set of documentation that could assist with that, though we wouldn’t be able to support you directly here in the forums.

    Also, is it possible that if you select say 3 tickets at once, you can get the name/address of each of those who want tickets in one transaction?

    That’s something we’re definitely interested in making, but it’s unfortunately not supported at the moment. Stay tuned!

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

    Cheers!
    Geoff

    Geoff
    Member

    Hi there, Claire! Thanks for getting in touch and for checking out the plugins. I hope it’s a nice fit for your project. 🙂

    Yes, the core version of The Events Calendar include Event Categories and Tags. These can be applied to events posts and would affect the results included with the search functionality.

    The Events Calendar PRO adds Venues and Organizers as additional ways to categorize events.

    The Filter Bar add-on adds an advanced search field to the calendar that allows visitors to filter events by a number of different criteria, including:

    • Start Time
    • Day of the week
    • Category
    • Tag
    • Cost
    • Venue (if PRO is installed)
    • Organizer (if PRO is installed)

    Does this help clarify things a bit and answer your questions? Please let me know. 🙂

    Geoff

    Geoff
    Member

    Hello Riza! Nice to see you again. 🙂

    Will you please post the link to the thread you referenced? It doesn’t look like it came through when you published the thread and that would help give me more context for what you[re working with.

    In general, if the Venue URL is printing instead of the Venue Name, you should be able to dig into the code you modified and use tribe_get_venue() to explicitly return the Venue Name.

    Cheers!
    Geoff

    in reply to: Event Specific Template #947999
    Geoff
    Member

    Ah, gotcha. If that’s the case, perhaps you can try using the same sort of condition, but hook into the tribe_events_before_html() function. This would allow you to inject the shortcode above the header without actually touching the template.

    Here’s a rough example to get you started, in case it helps. 🙂

    Cheers!
    Geoff

     

    in reply to: Secondary Nav not displaying in certain view modes #947996
    Geoff
    Member

    Oh wow, nice work! That make a heck of a lot of sense and I can see how that would cause the issue to pop up.

    It depends on the flexibility and documentation of the navigation plugin, but I wonder if you can inject a navigation manually into the events template itself. That way, you’d only have to touch it once in the default-template.php template. Just a thought, but it could be way off base depending on what the plugin supports.

    Thanks so much for following up and providing more details. I’ll go ahead and close this thread since it seems like you’ve narrowed it down to the navigation plugin, but please feel free to hit us up with a new thread if any other questions pop up–we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Key Validation Server Not Available #947941
    Geoff
    Member

    Hi Dave and welcome to the forums! Sorry for the trouble here, but let’s see if we can pinpoint what’s happening here together.

    There was a recent to our validation server earlier today and perhaps you hit it at an inopportune time. I’d suggest leaving it as-is for the day and giving it another try tomorrow. Give that a shot, then let me know if you still encounter an issue and we can dig a little deeper. 🙂

    Thanks for your patience here. Hopefully we can get to the bottom of things and resolve the issue.

    Cheers!
    Geoff

    • This reply was modified 11 years, 2 months ago by Geoff.
    in reply to: recurring events #947932
    Geoff
    Member

    Thanks for following up and marking the answer! I’m glad this helps. 🙂

    I’ll go ahead and close this thread, but please feel free to hit us back up if anything else comes up and we’d be happy to help.

    Thanks!
    Geoff

    • This reply was modified 11 years, 2 months ago by Geoff.
    • This reply was modified 11 years, 2 months ago by Geoff.
    in reply to: Event Specific Template #947930
    Geoff
    Member

    Hey there, Dave! Welcome back to the forums. 🙂

    Good question! The way I would go about it is to override the single-event.php template and wrap it in a PHP condition like:

    // Replace $id with a specific event post ID
    <?php if ( tribe_is_event( $id ) ) {
    // Event-specific stuff
    }
    else {
    // All normal layout stuff
    } ?>

    That’s just a rough idea, so tweak it as needed, but it should help get you off the ground. 🙂

    Cheers!
    Geoff

    • This reply was modified 11 years, 2 months ago by Geoff.
    in reply to: recurring events #947927
    Geoff
    Member

    Hi there kalyani! Thanks for getting in touch.

    That’s certainly strange. I tried creating a recurring event on my setup that repeats every Friday of the month and it displayed on the proper days and months that I specified for the Start and End dates. Here’s a screenshot of my settings, if it helps.

    I’d suggest checking your event’s settings and possible deleting it and trying again. If you think there might be another conflict at play, then you can try the troubleshooting steps outlined here to identify where that’s happening.

    By the way, I’m going to move this thread from Pre-Sales to The Events Calendar PRO. We use Pre-Sales for questions about the plugin prior to purchase.

    Cheers!
    Geoff

    Geoff
    Member

    Awesome! I’m glad that helps–thanks for following up and letting me know. 🙂

    I’ll go ahead and close this thread, but feel free to hit us up with a new one of any other questions pop up–we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Ical and multiplied events #947902
    Geoff
    Member

    Yes, you’re totally correct here. While splitting multiday events into separate events doesn’t have an impact on some calendar application (e.g. iCal), it does seem to have an impact on the application you are using.

    I don’t have a solution for you right this moment, but I’ve opened a ticket for our team to look into this further. I’ll be able to update you here when I learn more.

    Thanks for reporting this and for your patience walking through it with me! I appreciate it. 🙂

    Geoff

    Geoff
    Member

    Hi there, Jon. Yeah, DevTools is seeing something there–but perhaps it’s not crucial if the source code itself isn’t referencing it. Strange it comes up, though.

    Interestingly, I tried adding your snippet to my setup and it worked. It seems there is something else at play here that suggests a conflict coming from another source.

    Geoff

    Geoff
    Member

    Hey there, Rob! Thanks for following up.

    Yeah, single-event.php will be the correct template. The loop.php template sets the looped content up and single-event.php actually holds the content inside the loop.

    I don’t have a third-party plugin off the top of my head, but here’s a search to get you started. I think the important thing is to choose one that is compatible with custom post types, which is what events are. Most should support that anyway though. 🙂

    Cheers!
    Geoff

Viewing 15 posts - 8,041 through 8,055 (of 10,150 total)