Support Forum » User Profile

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: dont force 'column' field when Metab box column is active #8211
    vavakcovavakco
    Participant

    I think I have one with him .
    When activated "Metabox Column", You are required to add the 'column' field to the meta-box array. so in Profile user "Metabox user meta", all field display badly style and not suitable.(label top of input and very bad space between any field).

    in reply to: Custom Table Bug fix #7237
    vavakcovavakco
    Participant

    fix it
    mb-custom-table\inc\class-mb-custom-table-loader.php(line:66)

    
    if ( $row ) {
    	foreach ( $row as $key => $value ) {
    		$saved_data[ $key ] = is_array( $value ) ? maybe_serialize( $value ) : $value;
    	}
    }
    in reply to: Custom Table Bug fix #7236
    vavakcovavakco
    Participant

    i have problem. when a post delete and remove in trash. not remove row in custom table relation.As a rule,remove row on custom table with post id removed in trash.
    may fix it?

    in reply to: Custom Table Bug fix #7234
    vavakcovavakco
    Participant

    You're welcome.

    in reply to: Validation does not work when field is clonable #6615
    vavakcovavakco
    Participant

    I have the same problem

Viewing 5 posts - 1 through 5 (of 5 total)