Forum Replies Created
-
AuthorPosts
-
November 23, 2016 at 12:34 pm in reply to: Display untruncated content in mobile calendar view #1196702
Josh
ParticipantHey 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!
November 22, 2016 at 11:25 pm in reply to: Display untruncated content in mobile calendar view #1196316Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey Ivan,
No problem, were you able to get things working the way you’re wanting here?
Thanks!
Josh
ParticipantHey Wilco,
Thanks for reaching out to us!
Would you mind giving a little more information here:
- Where are these links displaying?
- Can you send a copy of a complete link from that list?
- Does it appear to be happening to more than just venues? Or more than just the one venue?
Thanks!
Josh
ParticipantHey 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!
November 22, 2016 at 7:07 am in reply to: Show event tickets list and form in custom layout #1195761Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
November 22, 2016 at 6:37 am in reply to: Using tribe_event_is_on_date() even more conditionally #1195748Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
November 21, 2016 at 5:27 pm in reply to: Permalink Editing for Recurring Events Still Not Working #1195584Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
Josh
ParticipantHey 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!
November 21, 2016 at 7:00 am in reply to: Hiding the actual tickets from WordPress search engine #1195290Josh
ParticipantHey 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!
-
AuthorPosts
