Forum Replies Created
-
AuthorPosts
-
Jennifer
KeymasterHi Claudio,
Thanks for clarifying!
Because Community Events makes this front end form for you, we don’t have any tutorials on how to create one from scratch (as it would be quite involved). This form creates new events in the database, which are of the “tribe_events” custom post type. Our free plugin The Events Calendar lets you display these events on your site, whether they were created on the front end or the back.
We do have a themer’s guide and some info on available functions which are great resources when customizing any of our plugins.
I hope that helps, but please let me know if you have any other questions.
Thanks,
Jennifer
Jennifer
KeymasterHallo Gitti,
Willkommen in unseren Foren!
Benutzen Sie Widgets um den Veranstaltungskalender anzuzeigen? Sie können die Schriftgröße mit dieser Anleitung ändern.
Ohne Ihre Seite zu sehen, kann ich nicht Ihnen mit der Positionierung der Einträge viel Hilfe geben. Wahrscheinlich könnten Sie die mit CSS ändern.
Wenn Sie weitere Hilfe brauchen, bitte posten Sie in unserem Events Calendar Pro Forum. Wir benutzen dieses Forum (pre-sales) für Fragen über die Funktionalität unseren Plugins. Wenn Sie keine Lizenz haben, können Sie in unserem Forum in wordpress.org posten.
Danke und Grüsse,
Jennifer
Jennifer
KeymasterHi Adaniella,
Thanks for sharing that screenshot!
To try reproducing it, you can set a lower stock threshold (like 2 tickets) and then “buy” them all, but the idea is to try to determine which events this is happening on and see what they have in common. I haven’t seen this issue before and haven’t been able to reproduce it on my end (I also had some of our other team members take a look), so unfortunately we’ll need to do a little digging here to determine what’s going on.
Enabling WP_DEBUG in the wp-config.php file of your test site will be helpful while you’re testing as well. This will let us see any errors that might be occurring – if you do see any error messages appear on the screen, please copy and paste them here.
Since your system info isn’t coming through for some reason, can you try manually sharing it by going into Events > Help and copying/pasting the info in the black box into a private reply to this thread?
Thanks for your patience as we work on getting this resolved!
Jennifer
June 27, 2017 at 6:46 am in reply to: How to check whether an event is upcoming or passed in functions.php #1308468Jennifer
KeymasterAwesome! Since this thread has been marked “resolved”, I’ll go ahead and close it out. Feel free to open a new one if you have any further questions!
Jennifer
KeymasterHi Rob,
Thanks for reaching out!
Unfortunately there is not an out of the box way to do this – we don’t currently have any “appointment”-like functionality. If this is a feature you would like to see added in the future, please let us know over in our Feature Ideas Forum. This is what we use to gauge user interest in new features and help plan for future development.
You could achieve what you are looking for by customizing the code, but it would be fairly involved. If you’d like to give it a shot, I would recommend taking a look at our themer’s guide, which has some great info on customizing our plugins. We also have a list of recommended developers if you would like to get some help with the code.
For now, I think your best bet here is going to be creating separate tickets for each time slot. This way you only have to create one event, and then users can select the time slot they would like (you also have the ability to set a cap on the available stock for each ticket).
I’m sorry I don’t have a better answer for you, but I hope this helps! Please let me know if you have any other questions.
Thanks,
Jennifer
June 26, 2017 at 11:56 pm in reply to: How to check whether an event is upcoming or passed in functions.php #1308295Jennifer
KeymasterHello,
Welcome back to the forums!
I think tribe_is_past_event will help you out here – it will tell you if the current event has passed or not. We also have a thorough list of functions that are very helpful when making customizations, so I would recommend taking a look at that as well.
Let me know if that works for you!
Thanks,
Jennifer
Jennifer
KeymasterHi Claudio,
Thanks for checking out our plugins!
The Events Calendar allows you to create events (WordPress custom post types) from the back end, and if you would like a front end form that users can create events with, Community Events will let you do that. Either way, the events will be saved to your database.
Does that answer your question? Please let me know if I can help with anything else!
Jennifer
KeymasterHi Pau,
Thanks for reaching out, and sorry for the delayed response – our forums have been quite busy lately!
The default events page shows upcoming events, but it sounds like you were able to get it working the way you’d like with the shortcode. I’m not sure what was going on initially where the event was not showing up until you clicked back and forth – has this been resolved?
Please let me know if there is anything else I can help you with!
Thanks,
Jennifer
Jennifer
KeymasterHi Alex,
Thanks for reaching out!
To increase the number of events listed, try using the shortcode version of the widget instead: [tribe_events_list limit=”20″] You can set the limit to whatever you’d like.
To remove the end date, you can use a snippet similar to the one in this post (see our themer’s guide for more info on customizing our plugins). Or, you can remove the start and end times by adding some CSS to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file in your child theme:
.tribe-events-list-widget-events .tribe-event-duration {display: none !important;}Let me know how that works for you!
Thanks,
Jennifer
Jennifer
KeymasterHi Jason,
Thanks for reaching out!
You can require this by going into Events > Settings > Tickets and checking “Require users to be logged in before they purchase tickets” (see screenshot).
Let me know if that works for you!
Thanks,
Jennifer
Jennifer
KeymasterHi Adam,
Thanks for reaching out!
There is not an out of the box way to duplicate events, but you can accomplish this with a plugin like Post Duplicator. Note that this will not duplicate the tickets on an event, but it should copy over the rest of the info. You can save ticket fieldsets and then pull these into new events to save a little bit of time.
I hope that helps! Please let me know if you have any other questions.
Thanks,
Jennifer
Jennifer
KeymasterHi Nicole,
Thanks for following up! Yes, you can add the calendar to an existing page with Pro.
The shortcodes are a feature of the Pro version and are not included with the free version. Without some custom coding, the shortcodes are the only way to embed full calendars onto existing pages, like your home page. However, the free version does come with some widgets that will let you add mini calendars to widgets areas (like on a sidebar).
Please let me know if you have any other questions!
Thanks,
Jennifer
Jennifer
KeymasterHi Alexander,
I’m sorry that didn’t work for you…did you add this under Appearance > Customize > Additional CSS? You can also try this instead:
#tribe-events-content-wrapper .tribe-bar-disabled {
display: none !important;
}If that doesn’t work for you, please send me a link to the page you are trying to change, and I’ll take another look. I tested this out on the site associated with this account, and it did remove the filter box (see screenshot).
Thanks,
Jennifer
June 26, 2017 at 8:15 pm in reply to: Googe/iCalendar: The URL provided could not be reached. #1308144Jennifer
KeymasterHi David,
No problem – I just processed the refund. I’m sorry we weren’t able to get this resolved sooner, but do keep an eye out on this thread for updates! Please feel free to let me know if there is anything else I can help you with in the meantime.
Thanks,
Jennifer
Jennifer
KeymasterHi Cath,
I’m sorry to hear you’re still running into issues here!
Unfortunately with code customizations (for any theme/plugin), new versions can often result in conflicts with the custom code and cause things to break. We do our best to keep things as consistent as possible to avoid this while also improving performance and adding new features, but sometimes major changes are required to make these improvements. Anytime you have customizations, it’s a good idea to have your developer take a look at the release notes to see what’s changed before updating to new versions.
It sounds like you were able to get the form back (no more fatal error)? Is it just the categories on that page that are not working? If there are other customizations, it could be that something there is conflicting with the latest version, or there could potentially be a conflict with your theme or another plugin as well.
The next step here would be testing for conflicts, and if you can, disabling any customizations as well to see if you can get it working. This should help us narrow down the source of the problem so that we can continue troubleshooting from there.
Let me know what you find out!
Thanks,
Jennifer
-
AuthorPosts
