Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi Heath. Sorry you’re experiencing this.
There are a couple things that could be happening here.
Could you please provide me a link to see any Google Maps errors on the front-end of your site (like for an event with a Venue that isn’t being mapped)?
And could you please check your console for errors (if needed, you may reference our KB article Using Google Chrome Developer Tools) while editing a Venue in wp-admin that isn’t being mapped on the front-end?
Thank you.
Cliff
MemberHi James.
Yes, there are existing feature requests for this type of functionality, and I cannot provide any additional information besides what can be found at our UserVoice site.
However, another piece of functionality you’re requesting — emailing all attendees — is in soon-to-be-released plan. I cannot provide an ETA, but I expect once it’s released, you’ll really love it.
If you do have additional feature requests that you don’t already find in our UserVoice site, please add your additional ideas there.
Cliff
MemberHi again, David.
Sorry you’re getting discouraged.
General information: since Avada includes our free/core The Events Calendar plugin into their theme, they’ll need to provide support for any errors related to their implementation of our code.
Specific to your error message: I haven’t seen this happen before, so I’d suggest activating Twenty Sixteen theme, trying to activate all your Modern Tribe plugins, and then try activating Avada theme after that.
Please let me know how things go for you.
Cliff
MemberHi.
You might want to give Event Categories a try (available in the free version). For example:
- All events from all categories are at http://wpshindig.com/events/
- The “Learning” category’s own calendar is at http://wpshindig.com/events/category/learning/
- The “WP Meetups” category’s own calendar is at http://wpshindig.com/events/category/wp-meetups/
===
You posted in our Pre-Sales forum from a user account that doesn’t have any purchases associated with it.
We don’t answer support questions for Events core/free or PRO add-on in the Pre-Sales forum (but it was a quick, little answer ; ) — therefore, I’m going to close this thread.
If you made your purchase(s) through a different user account, please login to that account and then post in one of the paid forums.
Our free support forum (for bug reports and users helping each other — no usage support provided by us) may be helpful to you in the future.
Thank you for your understanding and thank you for using our plugins.
Cliff
MemberAlan, I apologize for the misunderstanding. Because Event Tickets is free, many people post in this forum asking for help with it alone, and I didn’t see anything in your question specific to Event Tickets Plus (ET+).
Do you want to sell paid tickets (requires ET+) or just have free/RSVP-type tickets (possibly without ET+)?
If you want to sell tickets, you’ll need ET+ and an eCommerce plugin like WooCommerce.
If someone purchases 4 tickets in a single checkout process, there will be one WooCommerce Order Number, but each ticket will have its own unique ID and QR code to check-in.
More information is available at Tickets: Managing your orders and attendees
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
Let me know if you have any follow-up questions.
Cliff
MemberI’m not understanding what you’re wanting. Do you speak another language that you could write your question in if you’re still needing help?
Cliff
MemberWhat if you just changed the text from “There were no results found.” to “There were no Special Events found. Please visit our Course Catalog for more happenings.” –> https://cl.ly/2H200V0G2501
Since that text comes from this code:
esc_html__( 'There were no results found.', 'the-events-calendar' )you can customize that string via Translations.
Please reference Change the wording of any bit of text or string to learn how to customize that string.
Cliff
MemberThat checkbox creates a boolean value for the _EventHideFromUpcoming meta key, so you could use tribe_get_events() — additional reference — along with https://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters
However, it sounds like you’re just using that checkbox like an Event Category.
You might want to give Event Categories a try and see if they provide you enough of what you’re wanting that you don’t need to custom code anything. For example:
- http://wpshindig.com/events/ all events (“Hide” events and “Show” events) would be visible here and in search results
- http://wpshindig.com/events/category/learning/ a category (like “Hide”)
- http://wpshindig.com/events/category/wp-meetups/ another category (like “Show”) — this could be the link in your site’s menu so it’s where visitors would end up by default
However, if you do use Event Categories, you’d probably then want custom code to redirect http://wpshindig.com/events/ to http://wpshindig.com/events/category/wp-meetups/
So at least you have two options (both of which need custom coding).
Let me know how it goes for you.
August 5, 2016 at 5:36 am in reply to: Moving Ticket Purchase Form in Genesis, How to Properly apply remove_action #1148085Cliff
MemberCould you share a link (Private Reply is fine) so I can see a page it’s happening on?
Cliff
MemberMarcos, I believe you’re saying I’ve answered your question. If yes, no need to reply. If not, let me know.
Please note that threads get Closed automatically after a couple weeks of inactivity.
Thank you!
Cliff
MemberHi.
If I’m understanding your request accurately, you can accomplish what you’re wanting by adding this code to your theme’s functions.php file:
add_filter( 'tribe_events_kill_responsive', '__return_true');Please let me know if this is what you were wanting. If not, please specify the breakpoint you did want to target if not 600px width.
Cliff
MemberHi Jane-Maree.
We don’t have any official integration with that other plugin, but if you provide me some links to view I may have some ideas for you…
Cliff
MemberHi Marcos.
No problem with the language (although I’m not totally clear what you’re needing).
You can create events with The Events Calendar (free).
You can assign free/RSVP-type tickets to those events with Event Tickets (free).
And you can buy the Event Tickets Plus upgrade to enable selling tickets for your events via an eCommerce plugin like WooCommerce.
I hope this clarifies things for you.
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
Let me know if you have any follow-up questions.
Cliff
MemberHi Ashleigh.
Please check out this code and see if it works for you in your theme’s functions.php (and make sure to put link.php back exactly how it was before you made any edits to it):
https://gist.github.com/cliffordp/3584b8aee70cde484700
Let me know how things go.
Cliff
MemberHi Donovan.
FYI: In this forum we try to keep our threads focused on just one issue to ensure we answer each question. Please keep this in mind for the future and start a new thread for each unrelated issue. Thanks for your understanding.
Therefore, please create a separate thread for your last question.
===
Regarding your theme header on the Events pages, you can try changing wp-admin > Events > Settings > Display tab > “Events template” from “Default Events Template” to “Default Page Template” and see if that works.
If not, you’ll need to consult with your theme author’s support. However, it may be helpful to them to specify you’re asking about the “tribe_events” custom post type archive page (which is http://americanhappyhour.com/events/) and the 2 Community Events links aren’t actually WordPress pages or a specific post type archive or single post.
I do hope this helps!
-
AuthorPosts
