Josh

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 4,178 total)
  • Author
    Posts
  • in reply to: Display untruncated content in mobile calendar view #1196702
    Josh
    Participant

    Hey Chris,

    No problem. Happy to help!

    I’m sorry I missed that piece the first time around.

    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: Display untruncated content in mobile calendar view #1196316
    Josh
    Participant

    Hey Chris,

    On the single-event.php file, at the top of the div section at the very bottom of the file, you should see something like:

    
    echo esc_attr( tribe_events_template_data( $post ) );
    

    To that, you’ll want to also pass the new “$content” variable through that function like:

    
    echo esc_attr( tribe_events_template_data( $post, $content ) );
    

    Let me know if this helps.

    Thanks!

    in reply to: Event calendar and membership #1195780
    Josh
    Participant

    Hey Marcella,

    Thanks for reaching out to us!

    Our plugin doesn’t have any membership features built into it directly. Membership plugins can be used alongside our plugins but there will be some customizations that you may need to implement based on how you would like the membership used on the site and which associated plugin you use to manage the memberships.

    Also, our plugins don’t have eCommerce built in directly either. Our Event Tickets Plus plugin works to integrate the ticketing solution with the WordPress cart plugin of your choice. So, for your last question, you would need a plugin such as WooCommerce to manage the eCommerce side of things.

    Let me know if this helps.

    Thanks!

    in reply to: order status problem #1195776
    Josh
    Participant

    Hey Mariia,

    Thanks for reaching out to us!

    I’m sorry to hear that you’re having trouble using our plugins. To start here, have you tried running our Testing for Conflicts procedures here? Also, do you have any custom snippets or plugins that are designed to auto-complete orders on your site? These could be forcing the orders as complete even before the payment has been completed by the processor.

    Let me know what you find.

    Thanks!

    in reply to: Venue to Import Preview #1195773
    Josh
    Participant

    Hey Ivan,

    No problem, were you able to get things working the way you’re wanting here?

    Thanks!

    in reply to: Thousands URLs generated after update #1195768
    Josh
    Participant

    Hey Wilco,

    Thanks for reaching out to us!

    Would you mind giving a little more information here:

    1. Where are these links displaying?
    2. Can you send a copy of a complete link from that list?
    3. Does it appear to be happening to more than just venues? Or more than just the one venue?

    Thanks!

    in reply to: Same Error, Same Versions as the original post. #1195766
    Josh
    Participant

    Hey Pat,

    I looked through your forum history here in hopes that this might be in reference to a previous topic that you’ve opened. However, it looks like this is the first topic that you’ve opened here.

    If this is in reference to another forum thread, would you mind linking that here? If not, like George said, if you have more detail we’d love to look into this further for you.

    Thanks!

    in reply to: Show event tickets list and form in custom layout #1195761
    Josh
    Participant

    Hey Sean,

    Thanks for reaching out to us!

    I’m not sure I’m following exactly what you’re looking for here. Would you mind sending over a screenshot of what you’re trying to accomplish.

    In the meantime though, the starting point for any customization such as this would to take a look at our Themer’s Guide.

    Thanks!

    in reply to: Automatic event post tagging #1195756
    Josh
    Participant

    Hey Sean,

    Thanks for following up and clarifying here.

    Seems like a pretty cool, plugin there. I tested it out and can see that it isn’t working correctly with our events post type for some reason. I took a look at the code and tried a couple of quick modifications due to some issues I have seen in the past but wasn’t able to get it working here.

    I’ll leave this thread open though in case anyone else has other ideas or plugins that they’ve used in the past that may help here.

    Thanks!

    in reply to: Using tribe_event_is_on_date() even more conditionally #1195748
    Josh
    Participant

    Hey Randay,

    Are you managing events across multiple timezones on your site now? If not, you could add the following above the variable declarations:

    
    date_default_timezone_set( 'America/New_York' );
    

    And replace the timezone there with the appropriate timezone for your events. This will help to make sure that the the “date()” that we’re getting will be in the same timezone as the start and end dates set for your events.

    Let me know if this helps.

    Thanks!

    in reply to: Problem with recurring events #1195742
    Josh
    Participant

    Hey Allen,

    No problem. Happy to help!

    I’ll go ahead close this thread for now but please do open a new thread if you see the same issues again. We’d love to help you get to the bottom of those and see if there is anything that we need to change in our plugin to ensure that it is working great for you here.

    Thanks!

     

    in reply to: Permalink Editing for Recurring Events Still Not Working #1195584
    Josh
    Participant

    Hey Brian,

    Thanks for reaching out and following up here.

    I looked into our internal ticket for addressing this issue and it looks like the previous notice on your existing thread was in reference to the other user that jumped in there with the issue regarding the private events and the permalink.

    It appears that the original issue you were reporting wasn’t able to be hit in that maintenance release and is still waiting to be addressed in an upcoming release.

    I apologize for the inconvenience and confusion regarding that issue here.

    Thanks!

    in reply to: Automatic event post tagging #1195580
    Josh
    Participant

    Hey Sean,

    Thanks for reaching out!

    I know this isn’t a support request but I’d love to hear more information about what you’re looking for here? Maybe we can help to give some ideas to help you out here.

    Thanks!

    in reply to: Network-wide Events #1195296
    Josh
    Participant

    Hey Hope,

    Thanks for reaching out to us!

    Sure thing, you can query events from across your whole network but like you said, it could become a really intense database hit depending on the number of sites and the number of events. You could skirt this a little by only running the query on occasion and caching the results so it isn’t running all the time.

    An example approach that you could take would be something like:

    https://gist.github.com/BeardedGinger/1a1e16f3fc828666dba31ed417b69ecd

    Let me know if this helps.

    Thanks!

    in reply to: Hiding the actual tickets from WordPress search engine #1195290
    Josh
    Participant

    Hey Hans,

    Sorry about the miss there, here is an updated snippet that should work better here:

    https://gist.github.com/BeardedGinger/69a6078078164ca01514ddb0c15073e0

    Let me know if this helps.

    Thanks!

Viewing 15 posts - 106 through 120 (of 4,178 total)