• Resolved Sebastian

    (@enedhilwen)


    Using the latest Types version, I try to:
    Add multiple images to a custom type called Product. The images, of course, are intended to be a gallery showcasing various angles of the product.

    Using the Types plugin this basically works, but I encounter some difficulties to make the process really smooth:

    • When I click “Add another fields“, Types will always add a new field at index(1), not at index(pictures.size-1). This is confusing if I already have 2 pictures, and the new input field appears in the middle.
    • The order is messed up, once I store the 3rd image. The image that used to be on index(0) is now moving to index(1), whereas the new image (index(2) supposedly) has moved to index(0).
    • Clicking “Add Another Field” multiple times and adding all the pictures at once (beware, multiple file uploads) results in invalid uploads.
      This results in the need of publishing the products after uploading each single picture. 3 times in my case and a lot of time to wait.
    • Finally in order to make sure I can at least adjust this later, I’d be thankful for a sorting function (jQuery UI got something like that) for “multiple fields”. Then I can at least be sure the right image appears. Now it’s very random.

    Thanks a lot,
    Sebastian

    http://wordpress.org/extend/plugins/types/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Sebastian,
    I’ll pass your suggestions to team.

    About other:

    – Clicking “Add Another Field” …

    I just tested it and see it’s working fine.
    Can you exactly desribe step-by-step how to reproduce error?

    Plugin Author Amir Helzer

    (@amirhelzer)

    We’re planning to add some reasonable sorting for custom field arrays.

    If you’re clicking to add a new field and it’s not working as expected, I suggest to check the JS console and see if there’s any error there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Image fields (issue & feature request)’ is closed to new replies.