Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHey Nathan,
I was checking out the site — man, the calendar looks great in there! Nice work. 🙂
That’s certainly odd. It looks like the single-event.php template has been customized a bit from what the plugin offers right out of the box, which might help explain what’s happening with the map setting. In either case, please add this to your theme’s style.css file or using the Simple Custom CSS plugin and it will hide the map altogether:
.single-tribe_events .tribe-events-venue-map { display: none; }Will that do the trick for you? Please let me know.
Thanks!
GeoffGeoff
MemberHey Faze, thanks for reaching out!
I think the best way to change the wording in this case would be to edit the single-event.php template here the link is located. You can find the template here:
/wp-content/plugins/the-events-calendar/src/views/single-event.php
The link starts on line 27.
It’s also worth noting that you can override calendar templates in your theme directory (more on this in our Themer’s Guide) to prevent losing any changes on future plugin updates.
Cheers!
GeoffGeoff
MemberHi Jose Juan,
Sorry the plugins do not meet your needs! I know WPML compatibility is a big deal and although The Events Calendar itself is compatible, Events Calendar PRO and the other premium plugins have yet to catch up.
Will you please fill out the refund form here for us:
That will help us expedite the refund. Also, please note the 30-day window for refunding licenses–if you’re outside that timeframe, we can try to process the refund, but our payment processor often does not allow us to submit refunds past that time period.
Thanks and sorry again that the plugins are not a fit!
Geoff
Geoff
MemberHi Ronald, thanks for getting in touch!
1. Have a gallery for a venue & events. Multiple images and video embedding to give the user a tour
Events Calendar PRO creates pages for each venue that is created. Those pages include any events associated with those venues and the page can be edited like any other WordPress page in the sense that you can add content, including videos and images.
If you wanted to take it a step further, there is a shortcode that will list all venues so that you can create a listing of venues with their links.
2. Have featured events highlighted on my homepage.
Absolutely! Events Calendar PRO includes a number of widgets (and shortcodes for them) including one that will allow you to feature and countdown to a specific event.
3. I will have a widget placed in different city sections of my site. Can each widget be pre-filtered with events for a particular city.
The Advanced List Widget in Events Calendar PRO does indeed allow you to filter the list of events by a number of variables, including location. Here’s a little more information on all the variables you would have available to you to tailor the widget to show specific events.
Does this help answer your questions? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberExcellent! So glad that helps — I’ll go ahead and close this thread but please feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers and have a great day!
GeoffGeoff
MemberHey Jordan,
Does it work if you replace the ID with the $event variable instead:
tribe_get_cost( $event );Geoff
Geoff
MemberHi Sara,
Yes, that is correct. 🙂
For example, here’s a link to a specific category on our demo site:
http://wpshindig.com/events/category/tech-events/On that screen, there is an Export button that will download only the events in that current view.
I hope this helps answer your question but please feel free to let me know if you have any others.
Cheers!
GeoffGeoff
MemberHi Esmeralda,
Thanks for getting in touch and for using our plugins! I’m stoked to hear you’re considering renewing your licenses and would be happy to help make that decision easier, one way or the other.
We do have a number of customization resources available, including free reference material like our Themer’s Guide, Knowledgebase and documentation — sometimes you can even find solutions here in these forums, which are open to anyone for search, with or without a license. However, for more specific custom development, I would certainly suggest hiring a freelancer. We have a nice list of folks to consider.
Are there shortcodes I can use to use in a page so that I can have a slider or custom content on the page followed by the event list?
Absolutely! In fact, the most recent version of Events Calendar PRO does include a number of shortcodes that can be used to embed calendar widgets into a page. Also, the latest version includes a new feature that allows you to embed a single event simply by pasting the URL of the event in the page or post editor. Those features may be worth the price of renewing Events Calendar PRO.
Does this help answer your questions? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberYou bet, Pau! I really appreciate your patience while we work on this and I’ll keep you posted as I learn more. 🙂
Geoff
July 27, 2016 at 9:42 am in reply to: The Events Calendar Pro No Frontend Events Submissions From? #1144717Geoff
MemberSure thing, Arthur!
I’ve gone and processed the refund and the funds should be back in your account within 5-10 business days. In the meantime, please feel free to pick up Community Events for the front-end submission event form and you should be good to go. 🙂
Cheers!
GeoffGeoff
MemberAwesome, so glad that did the trick!
I’ll go ahead and close this thread but please feel free to open another one if any other questions pop up and we’d be happy to help. 🙂
Cheers and have a great day!
GeoffGeoff
MemberHi Neil, thanks for following up!
However, selecting a ticket/product does nothing – so you do not get taken to a Product info page to choose how many you want?
Just to clarify, adding a ticket to a page or post is done directly in the page or post editor. Once a ticket has been created, it gets registered as a Product in WooCommerce which, as you correctly noticed, can be displayed in the WooCommerce catalog if needed.
Once the ticket is displayed in the Product Catalog, it can be added to the cart from the shop page and the quantity can be adjusted in the cart. Here’s a quick screencast that illustrates how that works.
Cheers!
GeoffGeoff
MemberExcellent, thanks Jordan!
July 27, 2016 at 8:31 am in reply to: The Events Calendar Pro No Frontend Events Submissions From? #1144661Geoff
MemberHi Arthur,
Yes, deactivated Events Calendar PRO would remove the functionality to create recurring events. In other words, you would need both Events Calendar PRO and Community Events to get both recurring events and the front-end submission form.
Does this help answer your question? Please let me know.
Thanks,
GeoffGeoff
MemberHi Jordan,
There is only a single cost field to display, unfortunately.
You can wrap that query in a conditional the searches for a specific category. For example, something like this:
<?php $events = tribe_get_events( array( 'tribe_events_cat' => 'featured' // or whatever the category slug is 'posts_per_page' => -1, 'start_date' => date( 'Y-m-d' ) ) ); // The query code } ?>Does this help get you started? Please let me know. 🙂
Geoff
-
AuthorPosts
