Phil Kurth

Results 11 issues of Phil Kurth

The 5.12.3 release adds file upload nonce fields which, instead of being added to the $_POST array like other ACF nonce fields, have been added to the $_POST['acf'] array which...

bug

I'm seeing the following notice when form success message renders fields: `PHP Notice: Trying to access array offset on value of type bool in /../wp-plugins/advanced-forms/wp-content/plugins/advanced-forms/api/api-helpers.php on line 123` Occurs when...

In `\AF_Core_Forms_Submissions::create_submission()`, we make a call to `acf_format_value()` which formats the value for use elsewhere. We did have a report of an issue with the ACF Extended 'Date Range Picker'...

enhancement

When using tabs to organise fields inside a multi stage form, the tabs aren't hidden/shown depending on the form page. Instead, the tabs all appear at the bottom of the...

enhancement
af:multi-stage-forms

When a multi page form loads, subsequent form pages are greyed out and cannot be navigated directly to until the 'next' button has been used to access the page. Once...

enhancement
af:multi-stage-forms

Forms have a feature called [filter mode](https://advancedforms.github.io/guides/available-arguments/#filter_mode) which shows the form again with all values after submission. It could be useful to add an option to the block that allows...

enhancement

G'day I've just come up against the need to target the embedded gists based on whether or not they contain highlighted lines. My goal is to fade any non-highlighted lines...

Type: Enhancement

Added the 'line-no-highlight' class to lines that are within an embed containing highlighting, making it possible to specifically style non-highlighted lines. The class doesn't apply to embeds that have no...

Hi there, Great library — appreciate the effort on this. I'm running into a small issue where the order of selectors determines the order of the returned nodes. e.g; `$dom->find(...

I'm having some trouble getting the actual heights and widths of images within the sprite. I'm using the 2.0 branch, as I need the multi sprite support, but the following...