Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
May 16, 2016 at 6:10 pm in reply to: Targeting Month View type size for small tablet (800×600) #1115204Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
May 16, 2016 at 6:02 pm in reply to: Trying to Determine What I Need to Buy – Using Avada WP Theme #1115199Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey Sanrine,
For your single view, is the sidebar that is supposed to display to the left showing up further down the page?
Thanks!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
-
AuthorPosts
