Hi @ohhira
The slider’s container made by Visual Composer/WP Bakery is hidden on small screens. If the container is hidden, the slider inside can’t show up either.
Check the settings of the container and make sure it’s visible on all screens.
I found the vc_hidden-sm
vc_hidden-xs
classes on the wpb_column
element, so I think it’s the column that was hidden. You could check that first.