Gabriel Duarte
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Name field unicode supportHi, @nomadcoder! It’s working. Thanks much
Hi!
I’m not using footnotes as well, and I had a similar issue. I noticed that my pages had duplicate meta key. If you have access to WP CLI, here’s the command to check if your page has duplicate
footnotesmeta key.wp post meta list <post_id> --keys=footnotesAfter deduplication I was able to save the page.
I remember running page export and import, and I wonder if this might have caused the duplication of meta data on the imported pages.
I’ve also been having this issue.
As a temporary fix, I added the code below to the file: imagify/inc/classes/class-imagify-files-list-table.php
// Add this. if ( ! class_exists( 'WP_List_Table' ) ) { require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' ); } // End. /** * Class that display the "custom folders" files. * * @since 1.7 */ class Imagify_Files_List_Table extends WP_List_Table {Hope it helps.
- This reply was modified 2 years, 2 months ago by Gabriel Duarte.
Viewing 3 replies - 1 through 3 (of 3 total)