Josh

Forum Replies Created

Viewing 15 posts - 976 through 990 (of 4,178 total)
  • Author
    Posts
  • in reply to: Recurring Events / Buffer #1115867
    Josh
    Participant

    Hey Kary,

    No problem. I’m sorry again about the issue here but glad you were able to get it under conrol.

    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: Recurring events and ticket amounts #1115604
    Josh
    Participant

    Hey Ellen,

    Sorry about the issues when trying to add the snippet. The snippet shouldn’t cause an issue on your site. It was most likely due the placement within the functions file. Take a quick look at this tutorial that may help. You could also take advantage of a plugin such as https://wordpress.org/plugins/code-snippets/.

    Thanks!

    in reply to: Collect all Attendee Information not working #1115600
    Josh
    Participant

    Hey Brian,

    I just tested filter and it appears to be working correctly.

    Reviewing your attached file, it appears the filter is commented out and wouldn’t take impact on the site. The only thing you would need to add to your functions file would be:

    
    add_filter( 'tribe_events_admin_show_cost_field', '__return_true', 100 );
    

    Thanks!

    in reply to: Passing a category filter to the_widget #1115599
    Josh
    Participant

    Hey Dan,

    I apologize for the confusion.

    I took a closer look at the comparison to the shortcode and it appears that the way the filtering of the categories gets passed to “the_widget” there is much more complex than I originally thought.

    As you can see in the file, the src > Tribe > Shortcodes > Mini_Calendar.php, the class there is an extension of our Filtered Shortcode class.

    The simplest approach here may be to create a new shortcode based on this Mini_Calendar shortcode and adding the date range controls that you’re currently using in your options there.

    Let me know if this helps.

    Thanks!

    Josh
    Participant

    Hey siriusly,

    Thanks for reaching out to us!

    It looks like your global “h3” font-size is set with “!important” so it is overriding the size you’re adding at that particular screen-size. So, when adding the font-size at the lower ranges you’ll also need to include the “!important” there as well.

    Let me know if this helps.

    Thanks!

    in reply to: HTML in description import spreadsheet… #1115202
    Josh
    Participant

    Hey Russell,

    Sure thing. You can use html for that description field when importing. If you would like, you can test out a single event with some of the content you’re wanting to use to verify that it works as you’re expecting it to before importing all of your events.

    Let me know if this helps.

    Thanks!

    Josh
    Participant

    Hey Em,

    Thanks for reaching out to us!

    The Avada theme has some highly customized versions of our templates. So, styling (if you need to do any further than what’s already provided in the Avada templates) will be a mix of customizing their templates as well as following our Themer’s Guide for any other templates you may want to modify.

    You don’t need to buy the PRO plugin to get the features of Community Events. What you’re describing for the community submissions can also be accomplished with the Community Events plugin.

    Let me know if this helps.

    Thanks!

    in reply to: Access vendorID from a different postID #1115196
    Josh
    Participant

    Hey Melissa,

    Thanks for reaching out to us!

    You can create this connection using a plugin such as the Posts 2 Posts plugin. This will allow you to create the necessary connection of your existing locations to events. You could then use that meta for creating the event lists on your individual location pages.

    Let me know if this helps.

    Thanks!

    in reply to: Recurring Events / Buffer #1115193
    Josh
    Participant

    Hey Kary,

    Thanks for reaching out to us!

    Sorry to hear about the issues you had with our recurring events. To clarify on the statement you quoted, the modification doesn’t delete the future events that were already created, however it should delete the past events that are older than 6 months.

    For the other events you can utilize a bulk delete plugin to delete the events more quickly.

    Let me know if this helps.

    Thanks!

    in reply to: Past Course Feed #1115190
    Josh
    Participant

    Hey Chris,

    Thanks for reaching out to us!

    Try modifying that query to utilize a tax_query and see if that helps to address the issue here.

    Let me know if this helps.

    Thanks!

    in reply to: Admin Filters Missing, Can't See all Events #1115047
    Josh
    Participant

    Hey Andrew,

    No problem! Glad you were able to get to the bottom of that one.

    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: features needed, bundles and special requirements #1115040
    Josh
    Participant

    Hey Javian,

    This forum is actually a highly customized version of bbPress. However, it may be overkill for what you’re trying to accomplish.

    As far as cost for what you need, you would need a copy of PRO as well as Community Events ($178 combined). Would also need a form plugin, which you could find many free versions of those in the WordPress.org repository.

    Thanks!

    in reply to: Custom Layout with Event Detail Page #1115032
    Josh
    Participant

    Hey Sanrine,

    For your single view, is the sidebar that is supposed to display to the left showing up further down the page?

    Thanks!

    in reply to: Recurring events and ticket amounts #1115029
    Josh
    Participant

    Hey Ellen,

    Thanks for following up with us.

    You can try adding the following to your theme’s functions.php file:

    
    add_filter( 'event_tickets_email_include_start_date', 'tec_include_start_date' );
    function tec_include_start_date() {
    return true;
    }
    

    Let me know if this helps.

    Thanks!

    in reply to: Multiple Registrations #1115023
    Josh
    Participant

    Hey Michel,

    I think I may understand what you’re looking for here.

    To clarify, rather than have the additional information for tickets collected on the event page, you would like to add tickets from different events added to the cart and then fill out the information one time on the checkout page?

    If so, currently our plugin doesn’t support this directly, however you could streamline that process a little by utilizing a plugin such as https://www.woothemes.com/products/woocommerce-checkout-field-editor/

    Let me know if this helps.

    Thanks!

Viewing 15 posts - 976 through 990 (of 4,178 total)