Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Pieter,
Awesome! I’m glad that helped!
I am limited in the customization support that I provide for the search here though. By default, our search uses the default “s” argument for the query. Doing a little research here, it looks like you could play around with the “sentence” argument. You could extend the event search query by using the “tribe_events_pre_get_posts” action and passing additional query variables there if the search is set.
Thanks!
Josh
ParticipantHey Brandon,
Thanks for following up with us here.
Looking at this code and the issue you describe, my assumption would be that the conditionals are not specific enough to limit it to impacting just the main views while not impacting those secondary loops created with the shortcode.
In the first set of conditionals that you have there, try adding “$query->is_main_query()” check there to ensure that it only applies to the main query for the page.
Let me know if this helps.
Thanks!
June 21, 2016 at 12:44 pm in reply to: 4.2 Update Causing Attendee List to only show first 10 #1130041Josh
ParticipantHey Matt,
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 Daniel,
No problem.
I’ll go ahead and close this thread for now however you’ll still be notified here as we make progress. If you have any further questions, please don’t hesitate to open a new thread.
Thanks!
Josh
ParticipantThis reply is private.
June 21, 2016 at 12:11 pm in reply to: On Single Day Event list, 'next day' links to next year #1130019Josh
ParticipantHey Jacob,
Thanks for following up here.
So this is happening to you only after clicking the next link several times? Unfortunately I’m still unable to replicate the issue locally. Would you mind sending your system information as a private reply so I can verify settings and test further?
Thanks!
June 21, 2016 at 8:05 am in reply to: 4.2 Update Causing Attendee List to only show first 10 #1129794Josh
ParticipantHey Matt,
I’m terribly sorry for my confusion there.
I took a look at your previous solution and here is a quick translation (you’ll need to update to have the same checksĀ as your original approach but this should get you what you were looking for with the tickets rather than orders). It uses the $attendees variable that is also available for the template instead of the $attendees_list.
https://gist.github.com/2b22ab82c6ea1f72745694c81ef1b7cd
Let me know if this helps.
Thanks!
Josh
ParticipantHey Pieter,
Sorry for the delay on this one.
Try adding the following snippet to your theme’s function.php file:
https://gist.github.com/BeardedGinger/02054580247c76a7bbce3acac06834e5
And let me know if this helps. I’ve tested on my local install and it appears to be working as expected when searching.
Thanks!
Josh
ParticipantHey Daniel,
Thanks for reaching out to us!
It looks like the Yearly with month selections aren’t working without the additional “On the:” option selected at the end.
The best approach with this current version may be to do specific date exclusions on the events for the recurrences that would fall on those two months.
However, I do believe there is an actual bug here so I’veĀ recorded an internal ticket for this issue and have added this thread to that issue. You’ll be notified here as we work to resolve this particular issue. If you have any questions or concerns about the process, please don’t hesitate to reach out.
Thanks!
Josh
ParticipantHey Dan,
I definitely see the value of the additional features that you’ve described. It’s a little more than the majority of our typical users are using the plugin for however I do see the value in some of these elements. If you wanted, we do use UserVoice to allow our users to vote on features such as this if you wanted to add some of those there.
For the Venue dropdown edit support that you’re describing, this can be addressed using a Role manager plugin such asĀ https://wordpress.org/plugins/user-role-editor/. You can add the ability to edit venues to different roles that you would like to be able to access the venues when submitting events.
Let me know if this helps.
Thanks!
June 20, 2016 at 12:48 pm in reply to: Community Events Edit Screen clearing Categories and #1129465Josh
ParticipantHey Roxanne,
Thanks for following up here.
Looking at the source here, the edit link doesn’t show up if there isn’t a venue set so it sounds like the venue isn’t getting set here for the event.
Does your site allow for guest submissions that get moderated? If so, would you mind if I tested submitting an event on your community page to get a closer look at this one?
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Shelle,
Thanks for reaching out to us!
I’m sorry to hear that you’re having issues with the recurring events feature within our plugin.Ā To start testing this one, would you mind sending a screenshot of the settings that you have on the recurring event that you’re experiencing this issue on?
Thanks!
Josh
ParticipantHey Christopher,
Thanks for reaching out to us!
You can fix the wrapping of the text there in a couple of different ways. One of the simplest would be to add the following to your theme’s stylesheet:
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a { font-weight: 300; }If you want to hide the view switcher completely. You could also take a stylesheet approach as well if you’re most comfortable with that and add the following to your theme’s stylesheet:
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
display:none;
}
body.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
right:0;
}
`
Let me know if this helps.Thanks!
-
AuthorPosts
