image_advanced field not hidden

Support MB Conditional Logic image_advanced field not hidden

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398
    bravebitsbravebits
    Participant

    http://take.ms/GB4h1
    My code

    array(
    					'name' => WR_::_( 'Disable title of page' ),
    					'id'   => "{$prefix}page_title",
    					'type' => 'checkbox',
    					'std'  => 1,
    				),
    array(
    					'name'             => WR_::_( 'Background image' ),
    					'id'               => "{$prefix}page_title_bg_image",
    					'type'             => 'image_advanced',
    					'max_file_uploads' => 1,
    					'hidden'           => array( 'wr_page_title', '=', 0 )
    				),
    

    And related to issue https://support.metabox.io/topic/how-to-make-conditional-logic-for-image-upload/ it does not working, please help me check it

    Thank you

    #1403
    Anh TranAnh Tran
    Keymaster

    Hi bravebits,

    Does the answer in the topic https://support.metabox.io/topic/how-to-make-conditional-logic-for-image-upload/ solve your problem? My developer tested with similar code and said it was working.

    Regarding your code above, what is your $prefix? Is it wr?

    #1405
    bravebitsbravebits
    Participant

    I've update to the latest version and it was fixed
    For the bug related to image_advanced, our $prefix is "wr"

    #1410
    Anh TranAnh Tran
    Keymaster

    Glad to hear it's fixed!

    Thanks for using Meta Box.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘image_advanced field not hidden’ is closed to new replies.