nailliK
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Slows down backend rediculouslyIt seems that the fix doesn’t always work. Sometimes the sort doesn’t save.
Where is the developer for this plugin? Don’t leave us hanging! Please fix your plugin!
@elliotcondon: This error has been reported via github and they’re pointing us back to you.
I tried changing if/endif to traditional {}, but I still receive the error on an irregular basis. Come on, ACF! Fix your plugin already!
That didn’t help. Is this happening to anyone else?
I think I found the issue:
LINE 511 : if( !class_exists( ‘acf_walker_taxonomy_field_checklist’ ) )
needs to be :
LINE 511 : if( !class_exists( ‘ACF_Walker_Taxonomy_Field_Checklist’ ) )
Viewing 6 replies - 1 through 6 (of 6 total)