Jory Hogeveen

Results 95 issues of Jory Hogeveen

## Description This PR converts the color picker field into a popover color picker using the `Dropdown` WP react component. ## Related GitHub issue(s) Fixes #6858 ## Testing instructions 1....

Type: Enhancement
Component: UI
Status: PR > Pending Code Review
Status: PR > QA pending
Component: React

### Description Similar to the date/time field (#6857) The color picker that shows when clicking a color field is messing the the UI. Probably better to open this in a...

Type: Enhancement
Component: UI
Component: React

### Description I believe we can definitely improve a lot for the date/time fields UI/UX wise. Just curious, WordPress already has date/time components which work quite intuitively. Could we re-use...

Type: Bug
Component: UI
Component: React

### Description The calendar that shows when clicking a date/time field is messing the the UI. Probably better to open this in a popover/dropdown instead of within the container. https://wordpress.github.io/gutenberg/?path=/story/components-dropdown--default...

Type: Bug
Component: UI
Component: React

### Description Pre 2.8 we fixed format issues eventually by using the jQuery datepicker `altField` option. This worked flawlessly and fixed most issues with date fields using custom formats. Now...

Type: Bug
Status: Researched
Status: Reproduced
Component: DFV
Component: React

### Description The code field cannot render when repeatable: `There was an error rendering the field.` ### Version 2.9.1

Type: Bug
Component: React

### Description The WYSIWYG field isn't repeatable. If repeatable is checked it still only displays one field. I also get the following error: ``` Uncaught Error: Node cannot be null...

Type: Bug
Component: React

## Related issues: - #1484 - #1578 - #5055 - #5147 - https://wordpress.org/support/topic/array-from-ae-pro-template-pods-relationships-fields/ ## Summary This is a follow up of my conversation with @jimtrue at Slack (29-06-2016). I'll take...

Status: Need Research
Status: Need User Feedback
Status: Need Dev Feedback
Status: Reproduced
Focus: Back Compat
Focus: Other Compatibility

Fixes: #5470 ## Description Add support for recursive `if` shortcodes for relationship fields. Example: * `[if relationship.relationship_field] content [/if]` * `[if relationship.sub_relationship.sub_relationship_field] content [/if]` TODO - [x] `[if]` (confirmed on...

Type: Enhancement
Keyword: Puntable
Keyword: Needs Unit Tests
Type: Clean up / refactor
Status: PR > Pending Code Review
Status: PR > QA pass

I noticed that Pods 2.8+ creates much more querys than before. One part is done by `\Whatsit\Storage\Post_Type::find()`. Also, there are many transients stored for Pods and it's objects. Maybe we...

Focus: Performance