Forum Replies Created
-
AuthorPosts
-
May 19, 2015 at 2:27 pm in reply to: Admin needs to sort events by category in the dashboard #963719
Geoff
MemberAh, 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!
GeoffGeoff
MemberFor sure! Check out this article for step-by-step instructions for changing “events” to another word.
Cheers!
GeoffGeoff
MemberHey 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!
GeoffGeoff
MemberHey 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!
GeoffGeoff
MemberHey 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!
GeoffGeoff
MemberHey 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!
GeoffMay 19, 2015 at 9:19 am in reply to: WooTickets not sending confirmation email or tickets email #963616Geoff
MemberHey 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!
GeoffGeoff
MemberHey 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!
GeoffGeoff
MemberHi 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!
GeoffGeoff
MemberHello 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!
GeoffMay 19, 2015 at 8:59 am in reply to: Admin needs to sort events by category in the dashboard #963608Geoff
MemberHi 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!
GeoffGeoff
MemberHey 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!
GeoffGeoff
MemberThanks, definitely keep me posted!
Geoff
MemberHi 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!
GeoffGeoff
MemberHi 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.
-
AuthorPosts
