Forum Replies Created
-
AuthorPosts
-
February 14, 2018 at 9:46 am in reply to: Widget Calendar – Display a "No upcomming events" message #1453173
Patricia
MemberHi there,
You are welcome 🙂 I’m glad to hear that the snippet worked as expected! If you need an assistance again or have other concerns, please feel free to open up a new thread, we’ll be more than happy to help you!
Cheers,
Patricia
February 9, 2018 at 11:17 am in reply to: Strange interferences between start date and event-post date #1449306Patricia
MemberHey Valerio,
I’m sorry about the delay! To temporarily prevent your start sale date to be changed on event submission, you can simply bypass the function that updates the Start date of all non-modified tickets when an Ticket supported Post is saved. To do this you will have to comment line 268 in the following file:
event-tickets/src/Tribe/Tickets_Handler.php
The line you’ll comment is this one:
//update_post_meta( $ticket, $update_meta, $date );Please note that this is not a definitive/ideal solution: I’ll talk to one of our developers and let you know as soon as I have more updates.
Thanks!
Patricia
Patricia
MemberHi Heather,
I hope you’re having a good week/day. Firstly, I’d like to apologize for the delay in response. Thank you for your patience all this while! Our response time is not as fast as usual because we are attending the annual retreat.
Answering your question: yes, it is possible to display only one category with a limited number of events. In your case I believe you are adding an extra space in the end of the category name and that’s the reason why the shortcode is not working as expected.
Please replace category=”everything-disc-productive-conflict ” with category=”everything-disc-productive-conflict” and let me know how it goes!
Thanks!
Patricia
Patricia
MemberHi Rainer,
I hope you’re having a good week/day. Firstly, I’d like to apologize for the delay in response. Thank you for your patience all this while! Our response time is not as fast as usual because we are attending the annual retreat.
Could you please let me know if your events are still missing from the map view calendar? This new release should have fixed the problem.
thanks!
Patricia
Patricia
MemberHi there,
I hope you’re having a good week/day. Firstly, I’d like to apologize for the delay in response. Thank you for your patience all this while! Our response time is not as fast as usual because we are attending the annual retreat.
Regarding the issue with the snippet, this is still working as expected my local install. Could you please send me a copy of your theme’s functions.php file so I can take a look?
Thanks!
Patricia
January 28, 2018 at 9:16 am in reply to: Update breaks all recurring events – existing and new #1438308Patricia
MemberHi Larry,
You are welcome 🙂 I’m glad to hear that everything is working as expected now! If you need an assistance again or have other concerns, please feel free to open up a new thread, we’ll be more than happy to help you!
Cheers,
Patricia
Patricia
MemberHey Heather,
Thank you for reaching out to us! You can change the number of events displayed in the shortcodes by using the limit parameter. Example:
[tribe_events_list limit="3"]
I hope this helps! If you have any other questions at all please feel free to let me know and I’d be happy to help as best I can!
Cheers,
Patricia
January 25, 2018 at 8:25 pm in reply to: Update breaks all recurring events – existing and new #1436672Patricia
MemberHey Larry,
Thank you for reaching out to us!
Could you please access your Dashboard and head over to Settings -> Permalinks for a permalink flush? No need to change anything, just visit the permalinks page: WordPress will automatically flush your permalinks once you visit it. Be sure to clear your site cache and browser cache after this change.
Does it help you to solve the problem? If the issue persists, please let me know and I’ll be happy to help you with the next steps.
Cheers,
Patricia
January 25, 2018 at 7:58 pm in reply to: Community plugin: "Add new event" link leads to 404 – page not found #1436667Patricia
MemberHi Ralf,
Thanks for sharing this info with us! I was able to reproduce the same pattern in my local install.
I’ve added the issue to our internal bug report. I cannot guarantee when it will be fixed, as it’s in the development team’s hands now, but the good news is that you will be contacted as soon as a solution is available.
Thank you for your patience and understanding and if you have any other questions in the meantime, please let me know!
Best Regards,
Patricia
January 25, 2018 at 12:43 pm in reply to: Customizable Registration Fields – image upload possible? #1436364Patricia
MemberHi Mario,
I’m sorry, I misunderstood your request! I’m afraid that at this time, there is no built-in support for attendees to upload images on ticketing forms. I’m sorry to disappoint. If you’re interested in incorporating this functionality into your site, I’d suggest one or more of the following options:
If you’re comfortable with WordPress development, our Themer’s Guide provides plenty of resources for custom development using our plugin templates. You may be able to craft some custom code to display on ticket forms that would enable this feature! https://theeventscalendar.com/knowledgebase/themers-guide/
If you’d prefer to bring on another set of hands for this task, we do maintain a list of third-party developers who work with our plugins on custom projects. You might consider reaching out to one of them for a quote! https://theeventscalendar.com/knowledgebase/find-a-customizer/
We welcome all users to submit feature requests on our UserVoice forum–by doing this, you’ll give other users the chance to vote and comment on your idea. Our team regularly monitors this forum for feature suggestions, so it’s a great way to get your ideas on our radar! https://tribe.uservoice.com/forums/195723-feature-ideasI hope this helps you get started! Let me know if you have any other questions and I’ll be happy to assist!
Best Regards,
Patricia
Patricia
MemberHi there,
I tested and the snippet is working as expected here. Could you please make sure that it was included in your current active theme’s functions.php file?
Also, please purge your site and browser cache after this change and let me know how it goes.
Thanks!
Patricia
January 25, 2018 at 5:02 am in reply to: Widget Calendar – Display a "No upcomming events" message #1435630Patricia
MemberHi there,
To achieve what you want, please add the following template in [your-theme]/tribe-events/pro/widgets/mini-calendar/list.php :
https://gist.github.com/nefeline/9bb73ff534dbfbcb6673a2efef741851
If you want to modify/customize the text (i.e. add a HTML class), you can do so by updating line 14.
I hope this helps! If you have any other questions at all please feel free to let me know and I’d be happy to help as best I can!
Cheers,
Patricia
Patricia
MemberThis reply is private.
Patricia
MemberHi There,
I’m sorry to hear that! Could you please specify/let us know what happened with your imported events after this glitch?
If you have any other questions in the meantime, please feel free to let me know and I’d be happy to help as best I can!
Best Regards,
Patricia
Patricia
MemberHey Duncan,
Thank you for reaching out to us!
Could you please confirm that what you want is to create a conditional CSS that applies only to events occurring today/current date?
You’ll probably need to do this via PHP if that’s the case.
Thanks!
Patricia
-
AuthorPosts
