Support General Metabox Plugin issue Reply To: Metabox Plugin issue

#13837
bkninjabkninja
Participant

This is the slider code that I've tried


array(
                'name' => esc_html__( 'Review Score', 'gwen' ),
                'id' => 'bk_review_score',
                'class' => 'gwen-',
                'type' => 'slider',
                'visible' => array( 'bk_review_checkbox', '=', 1),
                'js_options' => array(
                    'min'   => 0,
                    'max'   => 10.05,
                    'step'  => .1,
                ),
            ),

Thanks