Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • my dev manages to fix this with a bit of javascript :

    jQuery(document).ready(function() {
    jQuery(“#post_fields”).prepend(“<option value=’ID’>ID</option>”);
    });

    hope it helps.

    Hi,

    i have the same question.

    When i’m trying to extract, i find my custom type vehicles, click in the first extract button, and then the post fields show any wp_post table field except ID.

    When i’m trying to inject the export without ID, nothing happens no loading wheel… i expect the ID is missing.

    I just need to export some data, change them and update them.

    By the way your plugin is great. I hope i’ll work for me soon 🙂

Viewing 2 replies - 1 through 2 (of 2 total)