Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
March 2, 2016 at 6:22 am in reply to: Trying to put 'upcoming events' into home blog feed, in date order. #1084276Josh
ParticipantHey 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!
Josh
ParticipantHey Admin,
Looking at your code again, what is the code that is setting the $tax_query and $start_date variables?
Thanks!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
March 1, 2016 at 7:17 am in reply to: Calendar Month View Events don't show/ What happen to the date icons for footers #1083829Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
March 1, 2016 at 7:09 am in reply to: Can't get Post Types to allow tickets for WooCommerce 'products' in WordPress #1083821Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
March 1, 2016 at 7:02 am in reply to: Add HTML before event content is hidden behind TEC search bar #1083817Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
-
AuthorPosts
