Forum Replies Created
-
AuthorPosts
-
Jennifer
KeymasterHi Ayan,
Thanks for reaching out! This is actually the expected behavior for recurring events. The event info, such as the title and description, will be the same across all events in the series. You can however break events from the series, and then you will be able to edit each event individually.
Another option to accomplish what you are looking for would be to create an event and then use a plugin like Post Duplicator to make copies of it. You could then edit the date and title to get an event similar to the original without having to re-enter the same information again.
I hope this helps – I know that isn’t the exact answer you were looking for, but unfortunately there isn’t currently a way to have different titles on events in the same series. Sorry for the bad news there!
Please let me know if you have any questions!
Thanks,
Jennifer
Jennifer
KeymasterTerrific! I’m glad you were able to get it figured out – and thanks for posting your solution here!
I’ll go ahead and close out this thread, but please feel free to open a new one if you run into any further issues.
Thanks,
Jennifer
Jennifer
KeymasterHi John,
Thanks for sharing that screenshot!
Could you go under Settings > General and verify that both the WordPress Address and Site Address are using https? If not, can you try changing them to https and saving, then going to General > Permalinks and clicking Save Changes? Let me know if you are still seeing the error afterwards!
Thanks,
Jennifer
Jennifer
KeymasterHi James,
I think the file may have been corrupted or possibly unzipped automatically when you downloaded it. Can you try deleting the one you have been using and redownloading the plugin from this link? Once it has downloaded, you will want to verify that it is still zipped – if you are on a Mac for example, the file may be unzipped automatically. In that case, you’ll want to right-click on the file and click “Compress”.
Once you’ve verified that the new file is indeed zipped (the file name ends in .zip), can you go into Plugins > Add New > Upload plugin and try uploading the new file?
If that still doesn’t work, can you please send me a screenshot of what the file looks like as soon as it has downloaded?
Thanks,
Jennifer
Jennifer
KeymasterHi Steve,
Using Event Tickets Plus, you would need to create separate events for events that span non-consecutive days (M-W-F). To create one event that repeats on multiple days, you could use the recurring events feature of Events Calendar Pro. However, tickets added to recurring events are the same on all events in the series. So, if you went this route, you would need to create a separate ticket for each time slot on each day, and you could set a cap on the number available for each ticket. All of the tickets (for all of the days in the series) would appear on each event in the series.
If you did create a separate event for each day, you would then need to add a separate ticket for each time slot that day, and you could also set a cap on the number of available tickets doing it this way.
I hope that helps, but please let me know if you need any further clarification!
Thanks,
Jennifer
Jennifer
KeymasterHello,
I’m sorry we haven’t been able to determine the source of the issue so far – I know the troubleshooting process can be tedious and sometimes time-consuming.
I’ll go ahead and close out this thread for now, but if you would like to revisit this issue later, please do open up a new thread! We’ll be happy to continue troubleshooting with you!
Thanks,
Jennifer
Jennifer
KeymasterHi Penny,
Glad to hear it! I’ll go ahead and close out this thread, but please feel free to open up a new one if you need any further assistance.
Thank you,
Jennifer
Jennifer
KeymasterHi Thomas,
Thanks for sharing the screenshots and link! I took a look at the page, and it looks like the link is displaying correctly now. Were you able to get this figured out?
Unfortunately additional fields do not currently support adding HTML into the field, and any tags that you do add in there will be stripped out.
If this still isn’t working, can you try adding the shortcode outside of an additional field, such as in the event description, and see if it executes there?
Thanks,
Jennifer
Jennifer
KeymasterHi Ashley,
Thanks for your patience while I looked into this for you! I think the best way to accomplish this would be to do some template overrides for the views you would like to edit. To do this, you will need to edit two different templates, which you can do by following these instructions. The templates you will need to copy over are:
wp-content/plugins/the-events-calendar/src/views/list/loop.php
wp-content/plugins/the-events-calendar/src/views/month/single-day.php
I went ahead and made the edits for you, so you can just copy over the template files into your child theme.
For the calendar view, I added a CSS class (recurring-event-started) to recurring events after the first event in the series is over. So, you can use that to change the styling of those events to reflect that the series has already begun. For example, you could change the background color for those events with the following:
.recurring-event-started {
background-color: #dedede;
}I hope that helps get you started, and if you have any questions, please let me know!
Thanks,
Jennifer
Jennifer
KeymasterHi Annie,
So sorry for the delayed response here, it looks like the thread status wasn’t updated when you replied and wasn’t showing up on my end – sorry about that!
You can move the additional fields section by adding the following to the functions.php file of your child theme:
// Move additional fields section to top of event edit screen
function tribe_remove_additional_fields() {
remove_action( 'tribe_events_details_table_bottom', 'Tribe__Events__Pro__Custom_Meta::single_event_meta' );
}
add_action( 'tribe_events_details_table_bottom', 'tribe_remove_additional_fields', 5 );
add_action( 'tribe_events_eventform_top', 'Tribe__Events__Pro__Custom_Meta::single_event_meta' );If you’d like to highlight the field further, you could add some CSS to change the background/font color, etc (see screenshot):
#event-meta tr:nth-child(2) {
background-color: #cccccc;
}Apologies again for the delay! Please let me know if that helps or if you have any questions!
Thanks,
Jennifer
August 15, 2017 at 11:32 pm in reply to: Organizer and Location (Venue) fields not editable #1335896Jennifer
KeymasterHi Suzana,
Thanks for reaching out! I’m sorry to hear you’re running into this issue as well. This is a known issue with the latest update of The Events Calendar (4.5.10). It is going to be fixed in the next maintenance release, but in the meantime, you can downgrade to the previous version (4.5.9) by following these instructions or edit the 4.5.10 version to add in the fix. If you would like to go this route, you can make these changes to the wp-content/plugins/the-events-calendar/common/src/Tribe/Assets.php file.
Please let me know if you need any help with either of these options! I’m linking this thread to our internal ticket, so as soon as the permanent fix is released, you will be notified here. I do apologize for the inconvenience, and please let me know if you have any questions!
Thanks,
Jennifer
Jennifer
KeymasterHi Monica,
Thanks for reaching out. The users would actually be regular WordPress users on your site, so no limits to worry about there!
Can you tell me a little bit more about your site and what you are looking to use The Events Calendar for?
You can find a full list of our products and pricing here. If I could get a little bit more information about what your needs are, I’d be happy to provide some recommendations on which of our plugins would be best to achieve your goals and how much it would cost.
Thank you,
Jennifer
Jennifer
KeymasterHi James,
Indeed we do! Since you’ve already downloaded the plugin from our site, it sounds like you’re half way there. The next step is to upload and activate the plugin via Plugins > Add New > Upload Plugin. Let me know if that helps!
Thanks,
Jennifer
Jennifer
KeymasterHi Mike,
Thanks for checking out our plugins!
The Events Calendar Pro license does cost $89, and that includes plugin updates and premium support for one year. That means that if you need help getting set up, using the plugin, or run into any issues, we’re there to help!
If you are interested in testing it out, feel free to do so – we offer full refunds within 30 days of purchase if you’re not satisfied with the products. I’d recommend starting with our free The Events Calendar plugin. If you like it and want some additional features like calendar shortcodes, additional fields, photo, map, and week calendar views, and recurring events, Pro could be a great solution for you!
Please let me know if you have any questions!
Thanks,
Jennifer
August 15, 2017 at 1:51 am in reply to: Installing Events Calendar Pro Plugin and then Setting Calendar as Home Page #1335336Jennifer
KeymasterAwesome, I’m glad to hear everything is working for you now! I’ll go ahead and close out this thread, but please feel free to open a new one if you have any other questions!
-
AuthorPosts
