Josh

Forum Replies Created

Viewing 15 posts - 796 through 810 (of 4,178 total)
  • Author
    Posts
  • in reply to: Show calendar search results as list view by default #1130329
    Josh
    Participant

    Hey 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!

    in reply to: Category Filtering #1130317
    Josh
    Participant

    Hey 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!

    in reply to: 4.2 Update Causing Attendee List to only show first 10 #1130041
    Josh
    Participant

    Hey 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!

    in reply to: Excluding certai #1130037
    Josh
    Participant

    Hey 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!

    in reply to: I don’t see settings #1130034
    Josh
    Participant

    This reply is private.

    in reply to: On Single Day Event list, 'next day' links to next year #1130019
    Josh
    Participant

    Hey 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!

    Josh
    Participant

    Hey 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!

    in reply to: Show calendar search results as list view by default #1129601
    Josh
    Participant

    Hey 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!

    in reply to: Excluding certai #1129486
    Josh
    Participant

    Hey 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!

    in reply to: Show the author for venue #1129474
    Josh
    Participant

    Hey 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!

    in reply to: Community Events Edit Screen clearing Categories and #1129465
    Josh
    Participant

    Hey 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!

    in reply to: I don’t see settings #1129424
    Josh
    Participant

    This reply is private.

    in reply to: Move Add to Cart to above map #1129309
    Josh
    Participant

    This reply is private.

    in reply to: Events Calendar Monthly View #1129222
    Josh
    Participant

    Hey 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!

    in reply to: How to widen the List/Month bar on Events Page #1129213
    Josh
    Participant

    Hey 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!

Viewing 15 posts - 796 through 810 (of 4,178 total)