Quantcast
Channel: WPQuark Knowledge Base » All Posts
Viewing all articles
Browse latest Browse all 5050

Reply To: Adding a Vertical Slider

$
0
0

Hello,

Sorry it isn’t possible directly. You would need javascript customization. Our sliders are basically jQuery UI sliders, so this might help: https://jqueryui.com/slider/#slider-vertical

Something like

$('.ipt_uif_slider').each(function(){
  $(this).slider( "option", "orientation", "vertical" ).height('300px');
})

The code is not tested, so please be careful.

If you want to appreciate my efforts, then please rate our products. It helps us establish stronger reputation across the marketplace.


Viewing all articles
Browse latest Browse all 5050