Select box in media modal appears to be buggy

Support General Select box in media modal appears to be buggy

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10588
    grafiknzgrafiknz
    Participant

    Using the following code, I get random values from each select box assigned to the images, and ideas?

    https://ghostbin.com/paste/2stz3

    #10597
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just tested your code and it works correctly. Did you set the correct post ID (for the attachment) when getting the value?

    #10666
    grafiknzgrafiknz
    Participant

    Thanks, I;m using the following code to display, does this look ok to you?

                         foreach ((array) $image as $id) {
                                $colour = rwmb_meta( 'meta_image_colour', '', $id );
                                echo "$colour ";
                            }   
    #10677
    Anh TranAnh Tran
    Keymaster

    It looks okay to me. Don't you get any result?

    Can you try print_r( $image ) first, to see if images are get correctly?

    And also try with get_post_meta in the place of rwmb_meta?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.