• Resolved fkoomek

    (@fkoomek)


    Hello.
    Is it possible to prevent clicking on the price slider range? I would like to use only grabbing the handlers to change the price range.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    We are using jQuery slider. It is working as is.

    Regards,
    Dima

    Thread Starter fkoomek

    (@fkoomek)

    Ok, this solves the problem:

    .ui-slider { pointer-events: none; }
    .ui-slider .ui-slider-handle { pointer-events: auto; }
    
    • This reply was modified 4 years, 11 months ago by fkoomek.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Price filter – prevent click on price range’ is closed to new replies.