Forum Replies Created
-
AuthorPosts
-
Brook
ParticipantThis reply is private.
Brook
ParticipantThis reply is private.
Brook
ParticipantHowdy Ingo,
I’d definitely love to help you as much as I can. Ordinarily it is up to you to write this code, but I can probably convince the higher ups to make an exception. I’ll get back to you tomorrow, hopefully with a little more research for you under my belt and some more specific instructions.
’til then.
– Brook
Brook
ParticipantHowdy again,
How do I change the order of the tickets as they appear?
To do that you are going to need to modify that plugin that I shared with you. Inside the main file, tribe-snippet-tickets-shortcode.php, you will see this:
protected $et_classes = array( 'Easy_Digital_Downloads' => 'Tribe__Tickets_Plus__Commerce__EDD__Main', 'ShoppVersion' => 'Tribe__Tickets_Plus__Commerce__Shopp__Main', 'WP_eCommerce' => 'Tribe__Tickets_Plus__Commerce__WPEC__Main', 'Woocommerce' => 'Tribe__Tickets_Plus__Commerce__WooCommerce__Main', 'Tribe__Tickets__Tickets' => 'Tribe__Tickets__RSVP', );
That determines the order that the the tickets and such appear in. Move the RSVP line above the Ecommerce engine you use, and it should appear above that engine.
<span style=”line-height: 1.5;”>I’d like the ‘RSVP’ to appear above the ‘Tickets’ and change the title ‘RSVP’ to ‘Member Ticket Request’</span>
It sounds like you would be interested in this tutorial:
Did that do what you need?
Cheers!
– Brook
Brook
ParticipantHowdy Curtis,
I would love to help you with this.
It sound like this tutorial was written just for you:
https://theeventscalendar.com/knowledgebase/moving-your-license-keys/
That will walk you through disabling the registration with the dev site, that way you can activate it on your live site. Did that do the trick?
Cheers!
– Brook
Brook
ParticipantHowdy Will,
I would love to help you with this.
What exactly happens when you try the migration plugin? Do the events not appear on the new site, does it fail with an error message, does the site just timeout?
Using the migration tool would definitely be our recommended procedure. Good call on giving it a go. I’ll be keenly interested in figuring out what’s not working about it in your case.
Cheers!
– Brook
August 15, 2016 at 9:12 am in reply to: Event Calendar- display events repeatedly when mouse roll over #1151690Brook
ParticipantThis reply is private.
Brook
ParticipantYou are welcome! I am happy that worked. For anyone else with a similar issue, the solution was to go to WP-Admin > Events > Settings > Display and edit the Views Available, then hit Save Changes.
Thank you for getting back Kreg. Let us know if you ever need anything else. Cheers!
– Brook
August 15, 2016 at 8:53 am in reply to: shortcode or code snippet from the google overview map with the event markers #1151676Brook
ParticipantHowdy Tom,
I would love to help you with this.
That maps is not in any way built to be shown on other pages. Unfortunately it would almost be easier to build it from scratch than using our builtin functions for showing it. It has a number of scripts it relies on to run, and none of those will even get registered if it is not an event page. I just spent a while trying to work around this, but like I said it’s just going to be easier to build the map from scratch.
You could use tribe_get_events() to get a list of upcoming events, just like our map view does. Grab the geo coordinates from that, then build a Google map with pins on it for each location. If you have never dealt with the Google Map API before you might could even leverage a WP map plugin to help.
I wish I had better news here. I have logged a ticket for us to clean up our code a bit here and register scripts regardless of whether they will be used on the page. That should make it easier at some point. But until then building a wholly custom solution as I’ve outline would be the best option.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy Riccardo,
Good question. Your idea of linking to to http://mysite/events/month/ is solid. That will always take you to the current month.
If you wanted a PHP function for retrieving that URL, checkout tribe_get_gridview_link().
https://theeventscalendar.com/function/tribe_get_gridview_link/
If you don’t need a PHP function though, just using the text link should be sufficient.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
August 14, 2016 at 11:25 pm in reply to: Using tribe_get_events and ignoring those marked 'hide from event listings' #1151558Brook
ParticipantExcellent! Thank you for getting back, it’s good to know how you worked around this. Personally I like the notion of running do_action(), it more accurately simulates the WP environment. Assuming it does not conflict with your goals in some way I am not aware of, I think you should stick with that.
- Brook
Brook
ParticipantOh beautiful! I am glad that worked. It sounds like you did not need any extra styles, which makes me happy. Thanks for getting back!
- Brook
Brook
ParticipantExcellent! We should add that to our 404 guide. Thank you very much for getting back. Cheers!
– Brook
Brook
ParticipantThis reply is private.
August 14, 2016 at 11:13 pm in reply to: Event Calendar- display events repeatedly when mouse roll over #1151548Brook
ParticipantThis reply is private.
-
AuthorPosts
