Geoff

Forum Replies Created

Viewing 15 posts - 7,576 through 7,590 (of 10,150 total)
  • Author
    Posts
  • in reply to: Max Cost on Filter Bar of 1000? #959860
    Geoff
    Member

    Hi there, Matthew! Thanks for getting in touch and sorry for the issue here with max prices in the Filter Bar.

    By default, the maximum price in the Filter Bar cost field range should pick up the highest available price among active tickets. For example, if $50 is the top price of any ticket, then the maximum price in the cost field range would be $50. By that some token, creating an active ticket that costs $5,000 will increase the maximum range of the cost field accordingly to $5,000.

    Is this not happening for you? First off, I would make sure that the highest priced ticket you would expect to display in the range is in fact an active ticket that is currently for sale.

    If that ticket is active and still not affecting the cost field range, then we may need to test for further conflicts. For example, I see you noted having tried activated a default WordPress theme (like Twenty Fifteen) and deactivating all other installed plugins–did you notice any difference in those conditions? How about when activating a default WordPress theme while deactivating all other plugins?

    Let’s start here and see what we find. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hi there, David! Welcome back to the forums. 🙂

    Interesting question. While there isn’t a simple filter like that built into the plugin itself, I wonder if there is a third-party plugin that would help filter posts in that way. For example, there is Advanced Post Manager–we’ve had a had in creating this one, however we don’t support it here in the forums. Still, it might be worth checking out here.

    Cheers!
    Geoff

    in reply to: event registration question #959851
    Geoff
    Member

    Hi Janna, I see my last reply was marked as the correct answer, so thanks for following up here. I’ll go ahead and close this thread but hope to see your non-profit application come through in the near future. 🙂

    Cheers!
    Geoff

    in reply to: Italian translation #959740
    Geoff
    Member

    Hello Pier–nice to see you again. 🙂

    Good question. You can find a list of all available translations in this guide. It looks like Italian is current up to version 3.7, so I imagine there may be some strings here and there that need to be updated. You’re welcome to use that as a starting point and post updated translations to our Translations forum. If you contribute to the language and it gets committed to the plugin, we do offer free licenses in return.

    Does this help answer your question? Please let me know.

    Cheers!
    Geoff

    in reply to: Incompatibility with Code from AdServer #959737
    Geoff
    Member

    Hello Thomas! Thanks for getting in touch and welcome to the forums. 🙂

    Sorry for the issue here. Do you happen to have a live link where the issue is popping up? I’d be interested to see what error messages come up in the console when that script is in there.

    It’s possible that we can identify what those errors are and have you take them to OpenX for more investigation. Otherwise, I’m guessing you will need to either exclude that script from event pages or find a different ad solution.

    Cheers!
    Geoff

    in reply to: Display events archive / old events #959734
    Geoff
    Member

    Hey there, Spencer–nice to see you again. 🙂

    Yes, past events can be reach at the following URL: [your-site]/[events-slug]/?tribe_event_display=past

    The number of events shown will vary based on your WordPress settings, but this is the starting page for past events.

    Does this help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Hide Available Venues #959731
    Geoff
    Member

    Sure thing! Thanks for checking back in–please feel free to open a new thread if any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    My pleasure, thanks for following up and working with me here!

    Geoff

    in reply to: Hide Category Name at top of views #959671
    Geoff
    Member

    Hello Helen and welcome to the forums! We hope you’ve been enjoying the plugins so far. 🙂

    Good question. It actually appears that the additional Category name (the one at top) is coming from your theme. You can remove the second Category name instance (the one in the Upcoming Events page title) by adding something like this to your theme’s functions.php file:

    https://gist.github.com/geoffgraham/53165ae7cb57f1eeb970

    I haven’t fully tested this, but it should at least give you a start in the right direction. 🙂

    Cheers!
    Geoff

    in reply to: Does Community Events interact with Userpro? #959657
    Geoff
    Member

    Hello Grant, thanks for getting in touch!

    Good questions. Let’s see if I can breaks these down one at a time.

    1) The Community events create/edit pages can be tied to a Userpro login (not it’s own login) so that a user can either click a link to the create/edit pages from a redirected page after Userpro login.

    I do see one other thread where someone was trying to accomplish something similar. I see there was very little follow-up in that thread but perhaps it gives you enough ammo to work with.

    While we can’t guarantee that The Events Calendar and Community Events will seamlessly integrate with other plugins, we do offer a full 30-day refund on all purchases–that would give you plenty of time to give it a test drive and see if it will work for you.

    2) You can setup Community Events so that a user is automatically put into a single category (“member events”) and have no options to change this.

    While there is no exact setting for displaying/hiding categories from the Community Events form, you could target those category options and hide them with CSS. So, for example, that might look like:

    #tribe-community-events #event-categories ul li #tribe_events_cat-36 {
    display: none;
    }

    3) You can add a link to certain listings search (for example, say Disney create 10 events – would there be a hyperlink to a listing page of only Disney’s events that I could put into their profile page?)

    Each member does have a page where they can see only the events they have submitted. That URL is not unique to the user, but I imagine could use the default WordPress WP_Query to create a new query for a specific user and pull in just the tribe_events post type for that person. Here’s a rough example of how to do that.

    Does this help answer your questions? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Shortcode list, adding event list to main calendar page #959644
    Geoff
    Member

    Hello Mark, thanks for getting in touch and welcome to the forums! I hope you’ve been enjoying the PRO and WooTickets plugins so far. 🙂

    Good question. The mini calendar widget is the only shortcode we have available at the moment, though we are hoping to release more. In the meantime, you might be interested in checking out the Event Rocket plugin. We don’t support it here in the forums, but it does include a slew of other shortcodes that might give you the functionality you are looking for here.

    Is that something that will work for you? Please let me know.

    Cheers!
    Geoff

    Geoff
    Member

    Unfortunately, that’s not a setting that can be toggled in any of the plugins. I think the best bet for changing that behavior would be to create your own query for events using the tribe_get_events() function. We have a more in depth tutorial on that function, which might help you get started.

    Cheers!
    Geoff

    in reply to: Calendar Search Options #959637
    Geoff
    Member

    Hi there, Charmaine! Thanks for getting in touch and welcome back to the forums. 🙂

    Great question. The search functionality is currently available only on the calendar page itself. I’m not aware of any other plugins that add that functionality in other places, unfortunately. You might be able to use a third-party plugin like Search Everything to add that widget into your site and limit the search to the events custom post type.

    That is a really interesting idea though. In fact, I see it has been suggested on our UserVoice forum, which is where we track new feature requests. It would be awesome if you added your vote for it there so we can see there’s more interest in something like this.

    In the meantime, however, I’m afraid it would take a fair level of custom development to make this happen that is beyond what we can support here in the forums.

    Sorry I don’t have a concrete solution for you here, but does this at least help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Good question–the event will continue to display throughout the day and will be removed at the end of the day.

    Does that help clarify things a bit? Please let me know. 🙂

    Geoff

    in reply to: event registration question #959624
    Geoff
    Member

    Hi Janna, thanks for getting in touch!

    Customizing the event template is actually possible with just the free version of The Events Calendar. It will take a little bit of custom development, but I’d suggest checking out our Themer’s Guide for a detailed overview of how to override and modify the plugin’s templates.

    You asked about discounts for non-profits. We do indeed have a non-profit program where you could receive a free license for our products if you meet the requirements. Please feel free to see those requirements here and we hope you apply!

    Does this help answer your questions? Please let me know. 🙂

    Cheers!
    Geoff

Viewing 15 posts - 7,576 through 7,590 (of 10,150 total)