Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi Miroslav,
Oh, sorry for missing that part of your question!
Event Aggregator will not import an image from the file attachment of an event in Google Calendar. It currently only supports images for Facebook and Meetup.
Cheers,
GeoffGeoff
MemberHey Chris,
Good question. I looked at the Week View template files and did not see an immediately obvious way to customize the hourly ranges. I imagine there is a way to do it programmatically, but I have been unable to find any working examples of it and think it would take custom development.
One workaround would be to use the “End of day cutoff” setting in Events > Settings. That would allow you to set the range for a given day to end sooner than the default of midnight. However, that does not seem exactly to be what you’re looking for.
You can absolutely have your week start on Monday. In fact, the plugin reads that directly from the WordPress settings in Settings > General.
Cheers!
GeoffGeoff
MemberAwesome! I’m really glad to hear it pulled through and did the trick after connecting!
It’s super strange the connection hung like that. I’ll definitely keep my eyes open for other reports like that and on my test site as well in case a pattern emerges.
In the meantime, thanks for following up to let me know all is working well. I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberYou bet and thanks for following up, @Chintan. Sorry again I didn’t have a more concrete answer but definitely let us know if any follow-up questions come up as a result of digging into this further with the e-commerce plugin support and we’d be happy to help as best we can.
Cheers,
GeoffGeoff
MemberYou bet, happy to be of service! Thanks for following up to let me know it did the trick. 🙂
I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help.
Cheers!
GeoffGeoff
MemberMy sincere pleasure, Phil!
I’m definitely sorry Event Tickets isn’t the best fit this time around, but I do appreciate knowing you love using The Events Calendar and I hope that Even Tickets will be a better fit down the road.
Thanks a ton for following up and definitely let us know if any other questions come up — we’d be happy to help.
Cheers,
GeoffGeoff
MemberYES! That’s awesome and I’m happy to hear that does the trick. Thanks a ton for following up to let me know 🙂
I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help.
In the meantime, cheers and have a great day!
Geoff
Geoff
MemberHeck yeah, that’s awesome! So glad to hear that will do the trick and I appreciate you following up to let me know.
I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help. 🙂
Cheers!
GeoffNovember 15, 2016 at 3:35 pm in reply to: The following plugins are out of date: Events Calendar PRO 4.2.5. #1192782Geoff
MemberYou bet, happy to help! Thanks for following up to let me know it did the trick. 🙂
I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help.
Cheers!
GeoffGeoff
MemberHi Michelle,
Welcome to the forums!
You should be able to add the month view navigation above the calendar using this snippet in your functions.php file:
add_action( 'tribe_events_after_header', 'output_custom_code' ); function output_custom_code() { // Check if displaying month view if( tribe_is_month() ) { tribe_get_template_part( 'month/nav' ); } }It might require some CSS styling to position the links how you would like them to display, but that should get the links in there for you. 🙂
Cheers!
GeoffGeoff
Members Hi Liena,
So sorry for the trouble! I’m happy to look into this with you.
First off, did you happen to resolve the issue on your own? I visited your site and was able to both access the calendar (/events) by clicking on an event from the homepage sidebar widget and then switch views.
Here’s a quick screencast I put together that shows me switching between views:
Are you seeing something different? If so, please let me know if I am looking in the right place or if I should be looking somewhere else to see what’s happening.
Thanks so much!
GeoffGeoff
MemberHi Trent,
Events that take place beyond the current year are automatically formatted without the day. However, there’s a setting that allows you to add it in there if you would like.
Navigate to Events > Settings > Display and change the following option to this:
That will provide you with a preview of the format right next to the setting.Cheers!
GeoffGeoff
MemberHi Phil,
Thanks for getting in touch!
Event Ticket Plus will defintely allow you to create various types of tickets in a single event. So, your example of having both a Concession and an Adult ticket in the same event is totally possible.
However, what Event Tickets Plus does not offer right out of the box is offer bulk purchase discounts. Instead, you may have to look into a third-party solution to make it happen. For example, if you are using WooCommerce as the e-commerce plugin, then there is an extension called Bulk Discount that might help provide that functionality, though I have not personally tested it.
The second limitation I want to call out is that Event Tickets Plus is good for selling tickets but not so much for selling packages of tickets. You mentioned having the ability to sell a concert package, but Event Tickets Plus allows visitors to add tickets to the cart individually rather than adding multiple tickets in a pre-defined package. Again, there may be a WooCommerce extension (Product Bundles comes immediately to mind), but I wanted to be sure I mention that it is not a feature of Event Tickets Plus right out of the box.
Does this help answer your questions? Please let me know.
Cheers!
GeoffGeoff
MemberHello Helen,
That sounds pretty darn clear to me! Nice job explaining the situation. 🙂
Yes, you can continue to display and link to a specific category of events with Events Calendar PRO active. It will do nothing to change what you’ve set up there with The Events Calendar and will provide you the ability to link to Venues as well.
Events Calendar PRO (and The Events Calendar for that matter) allow you to limit which calendar views a visitor can access (i.e. limit to only Map View). At the same time, Events Calendar PRO allows you to embed the calendar on other pages using a shortcode. However, if you were to embed the List View on a page but have only activated Map View in your settings, then Map View will be used in the shortcode in place of List View.
That said, you could embed the Event List Widget on a page and configure it to display a specific category of events. Then, when someone clicks through to the full calendar view, it will be the Map View, which will be the only available view for the visitor to access.
I hope my answer is as clear as the way you explained your scenario!
Cheers,
GeoffGeoff
MemberHi Chris,
Thanks for getting in touch and I’m happy to hear you’re considering using Events Calendar PRO!
We have a demo site available and the Week View for it can be seen here: http://wpshindig.com/events/week/
While we do not have “trial” versions of our plugins, we do offer a full refund on all our products within 30 days of purchase. That would allow you to test the plugin features and return it, if needed.
Does this help answer your question? Please let me know. 🙂
Cheers,
Geoff -
AuthorPosts
