Having this same issue. Finally narrowed it down to your plugin. I will have to disable the plugin until this is resolved as it makes the WP Bakery builder in salient unusable. ?? I can send you the theme if file if you’d like to test on your end.
There are no errors showing up in the javascript console. Here’s the html of the div being affected:
<div class="edit_form_line"><div class="slider" style=""><input type="range" min="0" max="2" step="0.01" value="0" class="wpb_vc_param_value nectar-range-slider scale_desktop nectar_range_slider" id="scale_desktop" name="scale_desktop" style="position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0;"><div class="rangeslider rangeslider--horizontal" id="js-rangeslider-3" style=""><div class="rangeslider__fill"></div><div class="rangeslider__handle" style="left: -20px;"></div></div></div><output class="output"><span class="number">2</span><span class="suffix">x</span></output><span class="vc_description vc_clearfix"></span></div>
The slider shrinks in size and is automatically set to 0 when your plugin is active:
<div class="edit_form_line"><div class="slider"><input type="range" min="0" max="2" step="0.01" value="1" class="wpb_vc_param_value nectar-range-slider scale_desktop nectar_range_slider" id="scale_desktop" name="scale_desktop" style="position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0;"><div class="rangeslider rangeslider--horizontal" id="js-rangeslider-3"><div class="rangeslider__fill" style="width: 168.5px;"></div><div class="rangeslider__handle" style="left: 158.5px;"></div></div></div><output class="output"><span class="number">1</span><span class="suffix">x</span></output><span class="vc_description vc_clearfix"></span></div>
-
This reply was modified 11 months, 2 weeks ago by veggie_89.
-
This reply was modified 11 months, 2 weeks ago by veggie_89.