Josh

Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 4,178 total)
  • Author
    Posts
  • in reply to: Cannot download Eventbrite Tickets #1084286
    Josh
    Participant

    Hey Shanna,

    Thanks for reaching out to us!

    Are you trying to download the latest version of the plugin or an older version? It looks like the URL there is linking to 3.9.3, however it doesn’t seem to appear within the available downloads when I’m testing the downloads on the site.

    Thanks!

    in reply to: View As button issue cont. #1084283
    Josh
    Participant

    Hey Chris,

    No problem. I’m sorry we weren’t able to get to the bottom of this particular conflict for you. Hopefully we’ll be a good fit for you on a future project.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

    in reply to: Woocommerce email #1084280
    Josh
    Participant

    Hey Lindsay,

    With this, are you saying you’re storing the event title as a custom value (manually adding the event title) to the ticket product?

    Thanks!

    in reply to: How to change ticket module names in event edit? #1084278
    Josh
    Participant

    Hey Charlotte,

    Sounds great!

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

    Josh
    Participant

    Hey Mark,

    No problem. This will require some customization to your current theme.

    What you can do is:

    • Find where the home loop is being built within your current theme (most likely home.php or could be index.php or front-page.php if it’s a page set within the Reading settings)
    • Within the loop (before any markup is output) do a conditional check to see if the post type is “tribe_events”
    • If so, you can set the markup similar to what is added in src > views > list > single-event.php within The Events Calendar plugin
    • If not, use the default markup supplied by your theme.

    Let me know if this helps.

    Thanks!

    in reply to: tribe_get_events not showing daily recurring event #1084270
    Josh
    Participant

    Hey Admin,

    Looking at your code again, what is the code that is setting the $tax_query and $start_date variables?

    Thanks!

    in reply to: order of events: showing events by post date #1084260
    Josh
    Participant

    Hey Marion,

    Hmm, you’re right. I didn’t consider that but if we are suppressing filters then it is unlikely that any of our args for the query would continue to work such as the eventDisplay one.

    The alternative would be to do a check just inside your foreach loop between the current date and the event start date. If the event start date is greater than the current date then display the event.

    Let me know if this helps.

    Thanks!

    in reply to: Modifying the plugin, need help #1083835
    Josh
    Participant

    Hey Ingrid,

    Thanks for reaching out to us!

    Try the “tribe_events_current_display_timezone” filter to to see if that works to modify at the point you’re needing to modify the timezone.

    Thanks!

    Josh
    Participant

    Hey Dante,

    No problem. Happy to help.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

    in reply to: Wrong ticket type displayed in title #1083828
    Josh
    Participant

    Hey Hugh,

    I’m glad it’s working for ya now! Definitely a strange one here.

    I’ll go ahead and close this thread for now. If you have any further questions or if the issue crops up again, please don’t hesitate to open a new one.

    Thanks!

    in reply to: Event Calendar Pro and tickets #1083824
    Josh
    Participant

    Hey Chip,

    Yes, you can use the Event Ticket plugin on it’s own without The Events Calendar or Events Calendar PRO. However, if you wanted to use the other plugins they do work seamlessly together.

    Let me know if this helps.

    Thanks!

    Josh
    Participant

    Hey Mat,

    Would it work for this situation to create a single page for this event and add the tickets to that page? You could add all the different ticket types that you need and I believe the experience would be the same if you had them on a product page.

    Let me know if this helps.

    Thanks!

    in reply to: Show 4 Events and Book Now #1083818
    Josh
    Participant

    Hey Bruce,

    Sure thing! There is a setting within the Events Settings > General tab toward the top of the page where you can limit the display of recurring events within the loops to just the first instance. “Recurring event instances” setting should be checked there to get what you’re looking for.

    Let me know if this helps.

    Thanks!

    Josh
    Participant

    Hey Ryan,

    Thanks for following up with that additional information. However, the code there is shortcode information and this gets translated for display within the browser. So this unfortunately doesn’t help in getting what we need to try and get this particular element positioned where it needs to be.

    Do you know what this gets compiled down to when it displays on the front-end of the site?

    Thanks!

    in reply to: single page – recurring events #1083814
    Josh
    Participant

    Hey Stefan,

    Awesome! I’m glad the other information worked for you there.

    When a recurring event is created, the main event is created and the other events in the series are created as children of that main event. So, to get the dates, you could run a new WP_Query where you would like within the template and use “post_parent” argument when creating the arguments for the query and setting that value as the main event for the series.

    You can then use “tribe_get_start_date” within the loop for that query to list the dates.

    Thanks!

Viewing 15 posts - 1,351 through 1,365 (of 4,178 total)