Geoff

Forum Replies Created

Viewing 15 posts - 3,721 through 3,735 (of 10,150 total)
  • Author
    Posts
  • in reply to: Filter Bar Not Showing Additional Fields on Front End #1104281
    Geoff
    Member

    Hey Clyde, welcome back!

    It looks like you’re running all the latest version of the plugins.

    In looking at your site, I see the following filters:

    • Men
    • Women
    • City
    • Activity

    Are those additional fields? What else should be in there that is currently missing? I see that you have several additional fields created, but perhaps you can share a screenshot of your filter bar settings with me (Events > Settings > Filters) and I can check those as well.

    Let’s start there and see what we find.

    Thanks!
    Geoff

    in reply to: Taking off #1104263
    Geoff
    Member

    Hi @acqua and welcome to the forums!

    Good question. You can remove those words by deactivating the public attendee list option for the event (screenshot).

    Or, if you’d prefer, you can add the following CSS to your theme’s style.css file or by using the Simple Custom CSS plugin:

    .tribe-tickets-attendees-list-optout {
    display: none;
    }

    Will this work for you? Please let me know. 🙂

    Cheers,
    Geoff

     

    in reply to: Move the Ticket Purchase section higher up the page? #1104254
    Geoff
    Member

    Hey there, Mark!

    Will you please try removing the opening PHP tag from the snippet and see if that makes a difference:

    <?php

    That is sometimes required, but can definitely cause an error if it’s not.

    Thanks!
    Geoff

    in reply to: add 'duration' to 'details' #1104251
    Geoff
    Member

    Hey again!

    We call that area with the details the “meta” of the single event template. You can customize that the same way you did with other templates (making a copy and dropping it into your theme) but using this template instead:

    /wp-content/plugins/the-events-calendar/src/views/meta/details.php

    From that, you would need to add your custom field for “Duration” to that file where you would like it to display.

    Keep in mind that the field will still continue to display in the third column, so you may need to remove it from this template:

    /wp-content/plugins/events-pro/src/views/meta/additional-fields.php

    Another way to go about this would be to use the Advanced Custom Fields plugin, create an additional field for “Duration” in there and then drop the code for the additional field into the first template mentioned above. That would prevent you from needing to update the second template as well.

    Cheers!
    Geoff

    in reply to: Move the Ticket Purchase section higher up the page? #1104244
    Geoff
    Member

    Heck yeah! Thanks for following up to let us know — so glad things are rolling smoothly. 🙂

    Cheers,
    Geoff

    in reply to: change template style single event #1104240
    Geoff
    Member

    Hello @teubl — nice to see you again. 🙂

    Good question. The template for single events is located here:

    /wp-content/plugins/the-events-calendar/src/views/single-event.php

    You can drop that file in your theme here at the top level:

    /tribe-events/

    That will allow you to customize the layout for events posts.

    Will this work for you? Please let me know. 🙂

    Cheers,
    Geoff

    in reply to: PDF TICKET ADDON #1104235
    Geoff
    Member

    Hi Darion and thanks for reaching out!

    I’m really sorry to say that I am not aware of any custom add-ons for attaching a PDF of an event’s ticket to the email. We do, however, have a list of freelancers who we would happily recommend and might be available and able to help with that level of customization.

    Again, sorry I don’t have a concrete solution for you here, but does this at least help point you in the right direction? Please let me know.

    Thanks,
    Geoff

    in reply to: event with multiple dates and venue #1104230
    Geoff
    Member

    Sure, you can definitely duplicate individual events or create a recurring event. Do note that editing an event within a recurring series will break that event out of the series and make it its own event.

    And, yes, the events will always show as separate on the calendar, even if they are part of the same recurring series.

    Cheers!
    Geoff

    in reply to: Multiple duplicate listings are appearing #1104228
    Geoff
    Member

    Thanks for following up and sorry for the continued trouble here!

    Would you be willing to share your system information with me? You can grab that by heading to Events > Settings > Help, copying the system information at the bottom of the screen, and pasting it here as a private reply. That will help me check a few settings out and double-check a couple of other configurations.

    Thanks!
    Geoff

    in reply to: Event Countdown Customization #1104223
    Geoff
    Member

    Hi Pankaj, I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please hit us with a new one of any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Adding calendar to pages #1104222
    Geoff
    Member

    Hi Sarah, I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please hit us with a new one of any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Way of viewing/exporting all tickets across all events #1104221
    Geoff
    Member

    Hi Dan, I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please hit us with a new one of any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Display Month Grid in Template #1103916
    Geoff
    Member

    Hey Teresa and welcome back to the forums. 🙂

    Good question. I have to admit that it would be pretty tough to embed the full month view into another page template,  because of how many moving pieces it requires.

    However, you could use the Mini Calendar widget shortcode to drop that into any page or post.

    Another option to consider is a adding a function to your functions.php file to add content to that particular view. Here’s an example.

    The same would work below the calendar, expect switching the snippet to use tribe_events_after_html() instead of tribe_events_before_html().

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

    Cheers,
    Geoff

     

    in reply to: RE: to nonprofit pricing #1103913
    Geoff
    Member

    Hey Steven,

    Great question! We do indeed have a program to grant a free license of Events Calendar PRO to qualifying non-profits. I’d encourage you to fill out the application and submit it for review. No guarantees, but certainly worth a shot. 🙂

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

    Cheers!
    Geoff

    in reply to: Venue email address #1103911
    Geoff
    Member

    Great question, Nigel!

    Venues do not have a field for email addresses. I can definitely see how they would come in handy though.

    Organizers, on the other hand, do have such a field and that can be displayed in the template by calling the tribe_get_organizer() function in the template. I thin that would be the best way to accomplish it with the current set of limitations.

    and, as you noted, Avada already includes a set of template overrides in the theme directory, so you could use those as a starting point.

    Does this make sense? Will it work for you? Please let me know. 🙂

    Cheers,
    Geoff

Viewing 15 posts - 3,721 through 3,735 (of 10,150 total)