theMikeD
Forum Replies Created
-
I don’t get the error in my console. I just worked it out. But I figured it had something to do with the reference. In the mean time, I’m scraping $_POST and wp_set_object_terms()-ing them manually.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Custom Taxonomy not saved with checkboxesThis is def. a bug. When a set of checkboxes is created and use a taxonomy as a source, GF is not creating the elements in the $entry array, Which means that nothing is being added.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Custom Taxonomy not saved with checkboxesOn further investigation, I was wrong…this should work for checkboxes. The issue is that GF doesn’t seem to be making the proper $entry object. Still looking.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Custom Taxonomy not saved with checkboxesI just discovered this issue as well. Based on the code, in which this comment occurs:
/* * Save linked taxonomies for a sinle field */ function save_taxonomy_field( &$field, $entry, $taxonomy ) {I’m assuming that it’s not supported. I need it though, so I’m going to try and write it.
Forum: Plugins
In reply to: [Genesis Taxonomy Images] If this plugin is abandoned, I want it.I’m trying.
Forum: Plugins
In reply to: [Custom Taxonomies Menu Widget] Is this plugin abandoned?Don’t know why but this ended up in the wrong spot. Sorry for the confusion.
Forum: Plugins
In reply to: [WP CSV] Custom Taxonomies not present in export fileIt’s not specific functionality, it’s just a way to use CT terms. In a nutshell, the CT terms are created but not attached to any post, page or CPT directly; instead they are used as a source for entires in an ACF repeater field. Nothing magical.
So just to confirm: there is no way to for the export of empty (in the same sense as ‘hide_empty” get_terms() option) terms, is that right?
If position matters, can you clarify what you mean please?
Forum: Plugins
In reply to: [WP CSV] Custom Taxonomies not present in export fileOK. that explains it. In my case the CT is not assigned directly, it is a data source for the ACF setup. Is there a way to force it to be exported? Much like the
hide_empty=falsebit of get_terms?Forum: Plugins
In reply to: [Simple Lightbox] Manually initializing for use with AJAXFor example, is there a js init call I can use for this?
For example, is there a hook or something to modify how this list is created? That would be ideal
Forum: Plugins
In reply to: [B09 Link to Existing Content] Linking from a tag to another tag is brokenResolved 🙂
Forum: Plugins
In reply to: [B09 Link to Existing Content] Custom Taxonomy terms are not showing upYep, that did it.
Forum: Plugins
In reply to: [B09 Link to Existing Content] Linking from a tag to another tag is brokenThanks!
Forum: Plugins
In reply to: [B09 Link to Existing Content] Custom Taxonomy terms are not showing upYes.