Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHello joinfof,
I’m sorry for the frustration over this issue.
We try to keep the options for our plugin as lean as possible to make the overall plugin easier for users to manage. However, if you feel this is something that would bring a lot of value to other users, we happily take feature requests on our UserVoice page. If you would like, you can add the request there for our developers to consider for a future release.
I’m sorry again for the frustration. If there is anything else that I can help with, please don’t hesitate to ask.
Thanks!
Josh
ParticipantHello louisecote,
Thanks for following up with us!
If you’re using WP_Query, the post type to use there will be “tribe_events”.
Thanks!
Josh
ParticipantHello claghorn,
No problem. This doesn’t need to be echoed within the file.
You’ll need to create a function that hooks to the pre_get_post() hook. Within that function you’ll modify the “order” query argument in a very similar manner as the snippet supplied in this thread.
This should get you pointed in the right direction for modifying the order of events.
Thanks!
October 16, 2014 at 8:19 pm in reply to: Advanced Custom Fields Event values not saving to Event #815228Josh
ParticipantHello derekshirk,
Thanks for adding that link!
We’re definitely interested in seeing the response about the difference in compatibility between the free and pro versions of ACF with our plugin. If there is something that we’re doing that goes against WordPress best practices that is causing the conflict, we would be more than willing to review the issues and potential fix.
If you receive a response on that forum, we would definitely appreciate seeing an update here.
Thanks!
Josh
ParticipantHello henricocounty,
Thanks for following up with us.
I’m sorry for the issues that you’re experiencing with compatibility between our plugin and your theme. Unfortunately there isn’t a whole lot we’re able to do in regards to theme conflicts.
It looks like there is some information in the Roots forums about compatibility and may be a good starting point to diagnosing the issue you’re experience with the theme.
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHello standupmagazin,
Thanks for reaching out to us!
We aren’t able to offer specific customizations within support but hopefully I can get you pointed in the right direction with enough information to help you tackle the customizations you’re looking for.
- <span style=”line-height: 13px;”>This isn’t currently a feature of the plugin but can possibly be accomplished by creating a custom view for the plugin. We have an example repository that shows how to create an agenda view. You can use this, in conjunction with our default calendar view to help in creating the new custom view that you’re describing. A possible solution could be to create a carousel where the content of the carousel are the different calendars. This could be a good one to use.</span>
- You’ll need to customize the javascript file for the “resources” -> “tribe-events-bar.js” to get the effect you’re looking for in the “View as” section. The best way to approach this would be to dequeue the plugin’s version of this file from within your theme’s
functions.phpfile (wp_dequeue_script( 'tribe-events-bar' )). Then, copy the original javascript file into your theme and enqueue it using<a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" target="_blank">wp_enqueue_script</a>. Finally, you can create the dropdown on hover effect by changing the “click” on line 171 within that file to “hover”.
Let me know if this helps.
Thanks!
Josh
ParticipantHello dbarragan,
Thanks for reaching out to us!
This is definitely a strange issue to be having. Upon inspection, it looks like your hosting provider may be having difficulty handling the AJAX requests. If you try to load the next month directly (http://www.clubbritania.com/events/2014-11/) it loads fine.
Try opening a support request with your hosting provider and give them the specific content of the dialog box that shows up. Let them know it is occurring during an AJAX request and they should be able to assist you.
Let me know if this helps or if you have any further questions.
Thanks!
Josh
ParticipantHello louisecote,
Thanks for reaching out to us!
There are a couple of options that you could pursue to accomplish what you’re looking for.
- <span style=”line-height: 13px;”>If you would like to use a conditional to control the display, you can follow the Themer’s Guide to copy the different primary views for our plugin into your theme. Then, you could wrap the call for the “single-event.php” files with your condition. Then, if the current post within the loop doesn’t match your condition it isn’t displayed. </span>
- Another approach would be to use a function within your theme’s functions.php file. Within the function, you could modify queries using “pre_get_posts” with your custom meta field parameters. You could then wrap this entire logic around a conditional which checks if the current query is part of The Events Calendar.
Hopefully this should get you pointed in the right direction to help you accomplish what you’re looking for. Let me know if there is anything else that I can help you with.
Thanks!
Josh
ParticipantHello staglabel,
Thanks for reaching out to us!
Unfortunately there isn’t a straightforward way to modify that setting for isotope within our plugin and like you said, this will need to be done by modifying the code directly. The file that you will need to edit will be in the Pro plugin at “resources” -> “tribe-events-photo-view.js”.
If you would like, you could create this as a new feature request on UserVoice and our developers will look at the possibility of making these types of customizations within the plugin settings.
Let me know if you have any further questions that I can help you with.
Thanks!
Josh
ParticipantHello natalietwicecreative2014,
Thanks for reaching out to us!
Unfortunately, at this time, there isn’t a straightforward way to modify the attendee CSV export. It is currently on our radar to make this process a little simpler, however it currently requires modification of core files. If you would like to make those modifications, the places to start would be:
- TribeEventsTicketsPro::ajax_handler_attendee_mail_list()
- TribeEventsTicketsPro::maybe_generate_attendees_csv()
I’m sorry I wasn’t able to give you a direct solution but hopefully this will get you pointed in the right direction.
Thanks!
Josh
ParticipantHello skysoclear,
Thanks for following up with us.
I’ve created an internal ticket for this issue and we’ll be looking into a resolution for this inventory control issue in an upcoming release.
I’ll go ahead and close this ticket. We’ll continue to update you here on the status of the issue as we make progress.
If you have any further questions please don’t hesitate to open a new ticket.
Thanks!
Josh
ParticipantHello musician4you,
Thanks for following up with us.
We don’t have a specific list of email clients that would break if the page breaks were used since there aren’t currently in the ticket emails. If you would like to actually add page breaks, you could follow the Themer’s Guide to customize the “tickets” -> “email.php” file from the core Events Calendar plugin to have page breaks. Here is a great article about using css page breaks for printing.
Let me know if this helps.
Thanks!
October 15, 2014 at 11:44 am in reply to: source text for "DAY'S EVENT EXPORT" at the bottom of the calendar #812672Josh
ParticipantHello boaz,
Thanks for following up with us!
It looks like those strings are currently translatable. It’s possible that the file for the translation that you’re using may be missing the translations for those strings. If that’s the case, you could help to better the plugin by helping us with updating the translation that you’re using. If you’re interested, you can find some great information about that here.
I’ll go ahead and close this ticket. If you have any further questions please don’t hesitate to open a new one.
Thanks!
Josh
ParticipantHello aldf,
Just noticed that you requested information about pull requests. You can make a pull request on our Github repository. More information about Pull Requests can be found in item #4 of the readme for that repository.
I’ll go ahead and close this ticket. If you have any further questions please don’t hesitate to open a new one.
Thanks!
-
AuthorPosts
