Iam not sure that he implemented that feature for export/import but goto your old database and grab the data from wp_postmeta…
Here you have the SQL:
SELECT *
FROM wp_postmeta
WHERE meta_key = 'panels_data';
Hi EloB and thanks for you reply. I did a export/import of the entire database, so including the post_meta table. So the table with its content was migrated but it didn’t show up in the backend. Maybe there is some domain/server specific information hidden in all that unreadable meta data? I have did the page building again in the meantime but would like to know how to manage this in the future..
I also get this problem in the past, usually it because there is “new line” in your text area, on text widget may be.
I’ve also had the same issue. Has anyone found a workaround for this?
If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.
I am now closing this 8 month old topic as it references an older version of WordPress.