Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Brad,
Thanks for reaching out to us!
Unfortunately we do not have a specific conversion tool for Calpress. However, we do have a CSV importer for events. So, if you’re able to export the information from the existing calendar you should be able to create a CSV file that can be mapped to the new meta for our calendar plugin.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Sonya,
Thanks for reaching out to us!
Unfortunately there isn’t a button to check/uncheck the visibility of the categories. However, you can copy the “modules > details.php” file into your theme at “tribe-events > modules > details.php”.
Then you can just remove all of https://cloudup.com/c_XrEDMUUTy from that file and those sections will be removed.
Let me know if this helps.
Thanks!
Josh
ParticipantHey,
The older version of WooCommerce Tickets should still work. However, two comments on this:
- This plugin will no longer have any active development done other than maintenance to allow it to continue to work with WooCommerce
- If issues arise based on the outdated Pro, we are unable to provide support for outdated versions of our plugins.
Thanks!
January 14, 2016 at 12:25 pm in reply to: Display and Export of order_comments in Attendees list #1056168Josh
ParticipantHey Max,
Prior to the transition to the stand alone tickets plugin the plan was for the Tickets Meta to be it’s own plugin. However, to be honest, I do not currently know the full plans on how the meta feature will be released.
If you would like, you can sign up for the newsletter in the footer here and you can be notified when the feature is getting ready to be released. Also, we will most likely be opening back up a beta tester option for the new feature. If you’re interested, we would also announce that as well.
Thanks!
Josh
ParticipantHey,
Thanks for adding that snippet here Brian! I’m glad this was able to help you get the issue resolved Jason.
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!
January 14, 2016 at 12:06 pm in reply to: Submitting Community Events Organizer & Venues Bug #1056148Josh
ParticipantHey Joshua,
We don’t currently have another maintenance release planned however the next update (4.1) is scheduled to be released in February. Barring any unexpected issues with development or the QA process it should be released then.
Thanks!
Josh
ParticipantHey David,
Thanks for following up with us!
You can add the css to your theme’s (or preferably child theme if you have one) stylesheet. You could also create a new “tribe-events.css” file within a “tribe-events” folder within your theme and add there.
When adding, if you want it to only impact event displays, you can preface the rules by targeting “.tribe-events-page-template”.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Lisa,
I don’t believe the issue here would be database, however one other thing that would persist when deactivating would have been any import files that were uploaded. Have you tried deleting the previously uploaded .ics files and then uploading again?
Thanks!
Josh
ParticipantHey Matthew,
I apologize, that would actually be the expected display based on that previous snippet. Here is the updated snippet that should do what you’re looking for:
<?php $start_date = tribe_get_start_date( $post->ID, false, 'U' ); $current_day = time(); if( tribe_event_is_multiday() && $start_date > $current_day ) { ?> <div id="tribe-events-event-<?php echo esc_attr( $event_id ); ?>" class="<?php tribe_events_event_classes() ?>" data-tribejson='<?php echo esc_attr( tribe_events_template_data( $post ) ); ?>'> <h3 class="tribe-events-month-event-title"><a href="<?php echo esc_url( $link ) ?>" class="url"><?php echo $title ?></a></h3> </div><!-- #tribe-events-event-# --> <?php }Let me know if this helps.
Thnanks!Josh
ParticipantHey Karly,
Thanks for reaching out to us!
I’ve tested this with the same plugins activated however I was unable to replicate the issue described. I was able to see the pending events with my primary admin account as well as with a new administrative account created. I tested pending events created by both users and each account was able to see all the pending events within the list.
Can you verify that there aren’t any additional filters or anything added in the Advanced Post Manager section for your primary admin account that may have limited the results to exclude those pending events?
Thanks!
Josh
ParticipantHey Gary,
Thanks for reaching out to us!
To update, you can temporarily delete that line (or wrap it in a “if(class_exists(Tribe_Events_Tickets_EDD_Main) conditional) and then follow the update procedures.
You can then get the new code for moving the ticket form in EDD from this tutorial.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Rick,
Thanks for reaching out to us!
When the ticketing plugin is added the price field does get removed. However, we do have a tutorial that will help you to add the price field back if you would like.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Birgit,
This would actually pull from either the single or plural version of “event”. However, you can just replace that “%s” with the correct spelling there and it will show up as expected.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Robert,
Thanks for reaching out to us!
I did some testing here and was able to replicate the issue with the “/all” page. I’ve created an internal bug ticket for this issue and you’ll be notified here as we make progress on this one.
Let me know if you have any further questions or concerns on this one.
Thanks!
Josh
ParticipantHey Laura,
Thanks for reaching out to us!
I am unable to access the link you’ve provided since it’s a link to your WordPress admin. However, it sounds like there may be a social media plugin (or a plugin that social media settings such as an SEO or marketing type plugin) that may be causing this issue. There could also be an issue with the theme generating the meta in the header that is assigning these different images to the page.
You can follow out Testing for Conflicts procedures to see if anything comes up as being the culprit here.
Let me know if this helps.
Thanks!
-
AuthorPosts
