Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Robert,
Thanks for following up here.
Unfortunately this will not impact the search to search across the entire WordPress multisite. There are some options that you could pursue here, however on initial searching I’m not seeing a free plugin solution that looks like it would do what you’re looking for there.
I can’t provide confirmation on the performance of this particular plugin but it does appear to do what you’re looking for here.
Let me know if this helps.
Thanks!
September 13, 2016 at 9:27 am in reply to: List view Pulling in Random VENUE Name at end of Page Title #1163392Josh
ParticipantHey Robert,
Thanks for following up with us here!
You can put a conditional around the venue display there to check to see if the current view is that of a venue. For example:
if( is_singular( 'tribe_venue' ) ) { echo tribe_get_venue( $venue_id ); }Let me know if this helps.
Thanks!
Josh
ParticipantHey Jennifer,
This feed will respond with all the events a year from the date that it is requested. So, anything new that is added will be supplied when
However, if this URL is being supplied to another calendar for import, that system will need to continually request that information and have a way to import anything that is new from the previous import. For example, if importing via URL into Google Calendar, it does look like this request is handled automatically.
Let me know if this helps.
Thanks!
September 13, 2016 at 9:18 am in reply to: Easy Digital Downloads number available tickets incorrect #1163387Josh
ParticipantHey Eric,
I apologize for the delayed response here. Also, thanks for following up here.
I believe this is very helpful in determining the core issue here as well. I was mistaken on the stock counts on the EDD side and was confusing the structure with the approach with WooCommerce.
The issue there is that there isn’t an “inventory” element with EDD so our calculations of tickets remaining is solely based on those completed transactions. So, if comparing the tickets remaining to the Mollie recorded sales, if those sells weren’t also being reflected in the EDD sales, would definitely be way off.
Now that you found that issue, what happens to the quantity remaining compared to sales now that all the sales are marked as completed in EDD?
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Karl,
I apologize for the inconvenience here. This is partially a business decision as well. We’re unable to generate multiple invoices for a single transaction.
Thanks!
Josh
ParticipantHey Bob,
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!
September 12, 2016 at 11:18 am in reply to: White screen of death on WP-admin after installing Calendar Pro #1162918Josh
ParticipantHey Digi,
Thanks for reaching out to us!
I’m sorry to hear about the issues you’re experiencing here with our plugin. As a starting point, can you turn WP_DEBUG & WP_DEBUG_DISPLAY on within your site’s wp-config.php file and try activating the plugin again?
Rather than a white screen, you should now see additional information about the error that is caused and creating the white screen for you. This will help us in determining exactly what may be happening on your site here.
Thanks!
September 12, 2016 at 11:11 am in reply to: List view Pulling in Random VENUE Name at end of Page Title #1162911Josh
ParticipantHey Robert,
Thanks for reaching out to us!
I’m sorry to hear that you’re having trouble with one of our plugins. As an initial step here, can you try following our Testing for Conflicts procedures to ensure there isn’t an issue occurring here with an existing plugin or theme?
My first assumption here would be that there is a customization here with your existing theme that is causing this particular element on your site. If we can narrow it down to that, we can help get you pointed in the right direction for where the conflicting code might be.
Let me know what you find here.
Thanks!
Josh
ParticipantHey arleym,
Thanks for reaching out to us!
I apologize for the confusion and frustration with that email.
I just checked your account and it looks like your Events Calendar Pro license has been renewed successfully and your Filter Bar and Event Tickets Plus licenses are good and are not yet set to expire until the end of January 2017.
You should be all good to go with your licenses. Let me know if you see any more of those emails coming to your account.
Thanks!
Josh
ParticipantHey Robert,
Thanks for reaching out to us!
We don’t have any functionality built directly into the plugin to automatically feed the events into the main site within a multisite network, however it looks like there have been some users that have created some functionality on top of our plugin for something like this.
Take a look at https://theeventscalendar.com/cross-site-events-widget-for-multisite-users-from-shenandoah-university/?utm_medium=twitter&utm_campaign=support and see if it would help in what you’re looking for here.
Thanks!
Josh
ParticipantHey Jon,
Thanks for reaching out to us!
You should be able to get this using the object returned from the “get_tickets” method returned from the associated commerce class.
For example, if you’re using WooCommerce, you could use something like:
Tribe__Tickets_Plus__Commerce__WooCommerce__Main()->get_tickets( $post->ID );From there, you can get the stock remaining for each ticket by doing a foreach loop on that array and and using the “remaining()” method on each.
foreach( $tickets as $ticket ) { $stock = $ticket->remaining(); }Let me know if this helps.
Thanks!
Josh
ParticipantHey Teresa,
Thanks for reaching out to us!
I apologize for the inconvenience of this particular issue. If the view works when switching themes, the best approach would be reaching out to Theme Fusion, the makers of the Avada theme.
That theme uses some highly customized versions of our templates and any issue with the front-end display of those templates can be supported by their team.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Sjoerd,
Thanks for following up.
If I understand correctly, you’re wanting to have an event repeat for multiple days? If so, you can definitely do that with the PRO version of our plugin and the recurring events feature there.
However, one note here, if you’re looking to use tickets on those events there is a limitation here. The tickets on recurring events are a single pool of tickets that apply to all instances of the recurrence rather than each instance having their own pool of tickets.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Chris,
I apologize for the delayed response.
You should be able to add additional tickets or increase the quantity of the tickets when editing an instance of the event. Is this not working for your here?
Thanks!
-
AuthorPosts
