Forum Replies Created
-
AuthorPosts
-
Lisa
ParticipantThe offending plugin is Edit Flow. This can be closed and I’ll work with them to find a resolution.
Thanks for your time and patience.
Lisa
ParticipantI’ll work on the conflict testing this weekend and let you know what I find.
Lisa
ParticipantThe Community add event form works as we expect. The back-end event form is where the javascript datepicker is in question.
The jQuery date/time picker is included as part of the Events Calendar. It is defined as an asset in \the-events-calendar\common\src\Tribe\Main.php line 198, enqueued in \the-events-calendar\src\Tribe\Main.php line 1897, and specified as a dependency of events-admin.js in \the-events-calendar\src\Tribe\Asset\Admin.php line 17.
Lisa
ParticipantThis reply is private.
Lisa
Participantsee attached
Lisa
ParticipantHere’s what I’m seeing. The choose time pop-up defaults to 24 hour format.
Lisa
ParticipantI’ll test it over the weekend and get back to you
Lisa
ParticipantThat did work. Thanks!
The ‘save_post_tribe_events’ hook did catch the added status allowing the custom code to work on those imported items.Thank you for logging the feature requests.
August 4, 2016 at 4:39 am in reply to: Community Event Edit form does not maintain category info #1147500Lisa
ParticipantThanks for the update Brook.
I have a fix in place until the update is pushed.
August 3, 2016 at 3:14 am in reply to: Community Event Edit form does not maintain category info #1146956Lisa
ParticipantThanks for the reply Brook.
I’m using the Community Events plugin. When a user goes to edit one of their events using the community event edit event form, the previously selected categories are not checked. I believe that when editing an event any categories already associated with the event would be checked as part of the form creation process.
The generation of the category section is done by the template the-events-calendar-community-events/src/views/community/modules/taxonomy.php. The template calls Tribe__Events__Community__Modules__Taxonomy_Block::instance()->the_category_checklist( get_post() ); to get the list of categories to display. This function begins at line 72 of the-events-calendar-community-events/src/Tribe/Modules/Taxonomy_Block.php. The $args array is created with a selected_cats element. The way this function is coded the selected_cats element will be an empty array.
-
AuthorPosts
