serenadrake
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Conflict with Ninja TablesGreat, thanks a ton!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Conflict with Ninja TablesAlright, I’m not sure how to share a file with you from here, but since the file isn’t very large I’ll just paste the contents so you can save it as a .JSON:
{"post":{"ID":5755,"post_author":"5","post_date":"2021-03-17 08:27:15","post_date_gmt":"2021-03-17 12:27:15","post_content":"","post_title":"test","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"test-2","to_ping":"","pinged":"","post_modified":"2021-03-17 08:27:15","post_modified_gmt":"2021-03-17 12:27:15","post_content_filtered":"","post_parent":0,"guid":"https:\/\/apt-local-test.local\/ninja-table\/test-2\/","menu_order":0,"post_type":"ninja-table","post_mime_type":"","comment_count":"0","filter":"raw"},"columns":[{"name":"test","key":"test","breakpoints":"","data_type":"image","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"","textAlign":"","maxWidthUnit":"px","link_type":"none"}],"settings":{"perPage":20,"show_all":false,"library":"footable","css_lib":"semantic_ui","enable_ajax":false,"css_classes":["selectable","striped","vertical_centered"],"enable_search":true,"column_sorting":true,"default_sorting":"old_first","sorting_type":"by_created_at","table_color":"ninja_no_color_table","render_type":"legacy_table","table_color_type":"pre_defined_color","expand_type":"default","stackable":"no","stacks_devices":[],"stacks_appearances":[]},"data_provider":"default","metas":{"_ninja_table_columns":[{"name":"test","key":"test","breakpoints":"","data_type":"image","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"","textAlign":"","maxWidthUnit":"px","link_type":"none"}],"_ninja_table_settings":{"perPage":20,"show_all":false,"library":"footable","css_lib":"semantic_ui","enable_ajax":false,"css_classes":["selectable","striped","vertical_centered"],"enable_search":true,"column_sorting":true,"default_sorting":"old_first","sorting_type":"by_created_at","table_color":"ninja_no_color_table","render_type":"legacy_table","table_color_type":"pre_defined_color","expand_type":"default","stackable":"no","stacks_devices":[],"stacks_appearances":[]}},"rows":[],"original_rows":[{"position":"1","owner_id":"5","attribute":"value","value":{"test":{"permalink":"","image_thumb":"https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-lightgray-300x13.png","image_full":"https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-lightgray.png","alt_text":"section wedge bottom lightgray"},"test_lb":{"permalink":"","image_thumb":"https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-darkgray-300x13.png","image_full":"https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-darkgray.png","alt_text":"section wedge bottom darkgray"}},"settings":null,"created_at":"2021-03-16 15:59:34","updated_at":"2021-03-16 16:44:41"}]}You should be able to import that and chose the ‘JSON exported from Ninja Tables’ option, when I do that it gives the error still, even though the Pro version is disabled and the images are broken.
Thanks again by the way!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Conflict with Ninja TablesIf I export the .json file and import it onto Ninja Tables on a site that does not have Pro, it still causes the same issue. Would that file help?
Here’s the value of one of the table rows from the database, this row has two columns, both images.
`{“test”:{“permalink”:””,”image_thumb”:”https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-lightgray-300×13.png”,”image_full”:”https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-lightgray.png”,”alt_text”:”section wedge bottom lightgray”},”test_lb”:{“permalink”:””,”image_thumb”:”https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-darkgray-300×13.png”,”image_full”:”https:\/\/local-test.local\/wp-content\/uploads\/2021\/01\/section-wedge-bottom-darkgray.png”,”alt_text”:”section wedge bottom darkgray”}}’