Geoff

Forum Replies Created

Viewing 15 posts - 7,336 through 7,350 (of 10,150 total)
  • Author
    Posts
  • Geoff
    Member

    Ah, good call–adding that filter is definitely a good direction in this case. Nice work!

    The invisible links seems to be something else altogether. Are you using another plugin to manage your admin area that might have an effect here? Or do the links come back when using a default WordPress theme or deactivating other plugins? It would be great if you could run through these steps so we can pinpoint any conflicts there.

    Cheers!
    Geoff

    in reply to: Change value of tribe_events_title #963717
    Geoff
    Member

    For sure! Check out this article for step-by-step instructions for changing “events” to another word.

    Cheers!
    Geoff

    in reply to: I also cannot make new event #963621
    Geoff
    Member

    Hey there, Howard! This thread has been quiet for a while so I’m going to go ahead and close it. Please do feel free to start a new thread if you still have any questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: In admin, event list order #963619
    Geoff
    Member

    Hey David! This thread has been quiet for a while so I’m going to go ahead and close it. Please do feel free to start a new thread if you still have any questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Sorting previous events #963618
    Geoff
    Member

    Hey there, linlanconsult! This thread has been quiet for a while so I’m going to go ahead and close it. Please do feel free to start a new thread if you still have any questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: tribe_mini_calendar shortcode Show 5 upcoming events #963617
    Geoff
    Member

    Hey there, Sorat! This thread has been quiet for a while so I’m going to go ahead and close it. Please do feel free to start a new thread if you still have any questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hey there, Scott! This thread has been quiet for a while so I’m going to go ahead and close it. Please do feel free to start a new thread if you still have any questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Add payment method to attendee list #963615
    Geoff
    Member

    Hey there, Leah! This thread has been quiet for a while so I’m going to go ahead and close it. Please do feel free to start a new thread if you still have any questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Can I sell event listings? #963614
    Geoff
    Member

    Hi Stefanie, and thanks for getting in touch!

    That’s a great question and, in fact, it’s a feature we’re really interested in and have started looking into. It’s not available yet, but please add your vote for it and you’ll receive updates as we make progress. 🙂

    Cheers!
    Geoff

    in reply to: Change value of tribe_events_title #963611
    Geoff
    Member

    Hello Fi!

    I wasn’t able to access the link you provided, but here is an example of how to change the page title in Month View:

    https://gist.github.com/geoffgraham/1bafdd547ed2489bb05a

    I you want to change the title for a different view, here is a good list of conditional wrappers that will help you target exactly what you need.

    Cheers!
    Geoff

    Geoff
    Member

    Hi stephenschildbach,

    Good question. I’m afraid there isn’t an easy way to filter event by category directly in the events list like that. However, you can still see all events within a specific category by heading to Events > Event Categories, then clicking on the number of posts in the Count column for a category (screenshot).

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

    Cheers!
    Geoff

    in reply to: Turning off one of automated emails #963606
    Geoff
    Member

    Hey there, Rich! Thanks for getting in touch and welcome to the forums. 🙂

    Good question. Both emails are actually required–the invoice is required by WooCommerce and the ticket is required by WooCommerce Tickets.

    You can add this to your theme’s functions.php file to disable the ticket email:

    [php]
    remove_all_actions(‘wootickets-send-tickets-email’);
    [/php]

    You will also want to add this as well to remove the message in the invoice that says the ticket will be sent in another email:

    [php]
    remove_action(‘woocommerce_email_after_order_table’,  array(TribeWooTickets::get_instance(), ‘add_tickets_msg_to_email’), 10, 2 );
    [/php]

    From there, you can refer to the WooCommerce documentation for customizing the invoice email further.

    Does this help? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: FIRE!!! Getting bad errors #963602
    Geoff
    Member

    Thanks, definitely keep me posted!

    in reply to: Conference schedule capability #963601
    Geoff
    Member

    Hi Rklane! Thanks for getting in touch and for checking out the plugin. 🙂

    That is a nice layout for a conference schedule. Unfortunately, that is not a layout that would be available with our plugins right out of the box, though I believe it could be accomplished with some custom development.

    We do have a Themer’s Guide available that walks through the process of how to customize the calendar’s layout, if that’s something you would be interested in checking out.

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

    Cheers!
    Geoff

    in reply to: Change slug for organizer #963595
    Geoff
    Member

    Hi vicente–welcome to the forums!

    Good question. Yeah, changing the organizer slug isn’t something that can be done right out of the box–however, use this snippet in your theme’s functions.php file to create a custom slug.

    Please note that you will need to flush your site’s permalinks by going to Settings > Permalinks and clicking the save button in order for the change to take effect.

    https://gist.github.com/geoffgraham/98e4bc46677cf8969043

Viewing 15 posts - 7,336 through 7,350 (of 10,150 total)