Taxonomy_Single_Term icon indicating copy to clipboard operation
Taxonomy_Single_Term copied to clipboard

Does not work on Quick Edit screen

Open tonykim5 opened this issue 9 years ago • 3 comments

Terms are displayed as checkboxes instead of radios when using Quick Edit.

However, radios are correctly displayed when using Bulk Edit.

tonykim5 avatar Apr 21 '16 03:04 tonykim5

Fix: https://github.com/WebDevStudios/Taxonomy_Single_Term/pull/17

brknkfr avatar Jul 17 '16 12:07 brknkfr

Change line: 438 in class.taxonomy.single-term.php to:

var $editRow = $this.parents( 'tr' ).next().next();

Works for me in WordPress 4.61

jorisvm avatar Sep 14 '16 11:09 jorisvm

I have 2 issues with this code No.1 The fix doesn't work in WordPress 5.5.1 as it throws an error Parse error: syntax error, unexpected 'var' (T_VAR) in S:\xampp\htdocs\wp-content\plugins\webt\lib\classes\class-taxonomy-single-term.php on line 438 How do I fix this?

No.2 Without the fix it works fine when I use the quick edit but when I use the Bulk actions -> Edit it removes the taxonomy from all the post selected leaving them without any term (empty) Screenshot (2)

SamuelChuck avatar Sep 17 '20 21:09 SamuelChuck