Brook

Forum Replies Created

Viewing 15 posts - 601 through 615 (of 4,796 total)
  • Author
    Posts
  • in reply to: Ticket Number Duplication #1152450
    Brook
    Participant

    This reply is private.

    in reply to: Ticket Number Duplication #1152449
    Brook
    Participant

    This reply is private.

    in reply to: Send ticket on payment complete – mixed cart #1152447
    Brook
    Participant

    Howdy 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

    in reply to: Creating a Ticket widget / order form on a page #1152446
    Brook
    Participant

    Howdy 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:

    Custom Wording in the Calendar

    Did that do what you need?

    Cheers!

    – Brook

    in reply to: Event tickets plus add to wrong url. #1151942
    Brook
    Participant

    Howdy 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

    in reply to: Issue migrating events to new install #1151941
    Brook
    Participant

    Howdy 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

    Brook
    Participant

    This reply is private.

    in reply to: Views not working #1151685
    Brook
    Participant

    You 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

    Brook
    Participant

    Howdy 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

    in reply to: "Today" shortcut? #1151559
    Brook
    Participant

    Howdy 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

    Brook
    Participant

    Excellent! 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
    in reply to: Using widgets in the dashboard! #1151555
    Brook
    Participant

    Oh 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
    in reply to: Page Not Found #1151552
    Brook
    Participant

    Excellent! We should add that to our 404 guide. Thank you very much for getting back. Cheers!

    – Brook

    in reply to: styling links in list widget #1151550
    Brook
    Participant

    This reply is private.

    Brook
    Participant

    This reply is private.

Viewing 15 posts - 601 through 615 (of 4,796 total)