Josh

Forum Replies Created

Viewing 15 posts - 1,696 through 1,710 (of 4,178 total)
  • Author
    Posts
  • in reply to: Changeover from Calpress to Modern Tribe #1056345
    Josh
    Participant

    Hey 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!

    in reply to: Hide Event Categories and Tags in Details area #1056340
    Josh
    Participant

    Hey 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!

    in reply to: Event Calendar Pro 3.9 and Event Tickets Plus #1056172
    Josh
    Participant

    Hey,

    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!

    in reply to: Display and Export of order_comments in Attendees list #1056168
    Josh
    Participant

    Hey 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!

    in reply to: Mobile Calendar View #1056154
    Josh
    Participant

    Hey,

    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!

    in reply to: Submitting Community Events Organizer & Venues Bug #1056148
    Josh
    Participant

    Hey 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!

    in reply to: List Default View Formatting Issues #1056146
    Josh
    Participant

    Hey 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!

    in reply to: iCal import stopped working #1056142
    Josh
    Participant

    Hey 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!

    in reply to: hide events that have started already #1056139
    Josh
    Participant

    Hey 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!

    in reply to: Bug: Advanced Post Manager #1055738
    Josh
    Participant

    Hey 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!

    in reply to: Add Buy Ticket Option Above the Fold #1055735
    Josh
    Participant

    Hey 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!

    in reply to: price of ticket #1055733
    Josh
    Participant

    Hey 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!

    in reply to: Placeholder with spelling mistake #1055731
    Josh
    Participant

    Hey 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!

    in reply to: List upcoming instances of a recurring event #1055729
    Josh
    Participant

    Hey 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!

    in reply to: Event grabbing wrong Featured Event Image #1055724
    Josh
    Participant

    Hey 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!

Viewing 15 posts - 1,696 through 1,710 (of 4,178 total)