Tom
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Taxonomies and Gravity Forms 2.5.0.1Is there any sort of debug mode or error logging we can look into? Or any troubleshooting tips you’d recommend? Unfortunately it’s kind of a black box: no console errors, no PHP errors logged, etc.
We’ve gone as far as pulling down a dev copy of the site and ripping out all other plugins (other than what is strictly necessary like Gravity Forms, Gravity Perks, etc.), and stripping our theme down to the bare minimum to make the site load without errors.
At this point unless there’s a step missing in the instructions (edit form -> add checkboxes -> advanced -> populate w/ taxonomy), we don’t see what other variables we could eliminate.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Taxonomies and Gravity Forms 2.5.0.1Context:
We had a form working with this for many years, it recently stopped working. We have post fields for title (mapped to CPT), body text, and some custom fields we’re mapping. Nothing crazy. Then we’ve added a checkbox/radio, gone to advanced, enabled the populate by taxonomy, selected the correct taxonomy, the values do auto-populate, but when selecting one the generated post does not have any term applied.
Our posts are created as drafts, so perhaps that is a variable worth investigating – maybe publishing immediately would apply the term.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Taxonomies and Gravity Forms 2.5.0.1In 3.1.20 with latest Gravity Forms (2.5.5.1) and this is definitely not working. I’ve tried both checkboxes and radio buttons, post does get created with respect to correct CPT and status (publish/draft), but the taxonomy mapping does not apply.
Forum: Plugins
In reply to: [reBusted!] Not working: wp_enqueue_scriptThat’s really it – it enqueues the script, the script works, but reBusted! doesn’t pick it up to append the cache busting query string. Originally this was a more complex example (jQuery dependency, placed in footer, etc.) – but no matter how much we strip the example down we just can’t get rebusted! to pick up any scripts.
Forum: Plugins
In reply to: [Gravity Forms: Post Updates] Nothing OuputtedJust a followup: using shortcodes nothing is outputted as well.
Forum: Plugins
In reply to: [Nested Pages] jQuery is not definedMy apologies, there are no errors here! One bad .htaccess redirect was the cause of everything.
Forum: Plugins
In reply to: [Nested Pages] jQuery is not definedOne more possibly related issue: when using the “Add Child” function, it is impossible to publish a page. The new page interface loads, but upon hitting submit the following javascript console error is outputted:
Uncaught TypeError: Cannot read property ‘length’ of undefined
This error prevents the publishing of the page, causing it to hang indefinitely.
Forum: Plugins
In reply to: [Nested Pages] jQuery is not definedOne quick update, turning off script concatenation does restore plugin functionality. I used the following instructions:
https://www.kevinleary.net/wordpress-admin-jquery-is-not-defined/
Without adding the line referenced to wp-config the plugin doesn’t run for me in an empty theme with no other plugins activated.
Forum: Plugins
In reply to: [New User Approve] Customize Email Sent to new usersI’m also eagerly awaiting the ability to customize the new user approved e-mails. I’ve hard-coded this into the plugin for now, but this is ultimately not a sufficient solution as it will get axed by updates.