Dear porntivap
Instead
if ( $view_settings['view_id'] == 53 ) {
Use:
if ( in_array( $view_settings['view_id'], array( 53, 81, 90, 100 ) ) {
More about in_array: http://php.net/in_array
Please let me know if you are satisfied with my answer and if I can help you with any other questions you might have.
Regards,
Marcin