• I am trying to make a double range for actors to put their performance age range. However when i attach the range slider it doesn’t seem to show any numbers. I have tried multiple options it also won’t show labels.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • +1

    jquery error:

    jquery.js?ver=1.12.4-wp:2 Uncaught Error: no such method 'pips' for slider widget instance
        at Function.error (jquery.js?ver=1.12.4-wp:2)
        at HTMLDivElement.<anonymous> (widget.min.js?ver=1.11.4:11)
        at Function.each (jquery.js?ver=1.12.4-wp:2)
        at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
        at a.fn.init.h.fn.<computed> [as slider] (widget.min.js?ver=1.11.4:11)
        at HTMLDivElement.<anonymous> (front.js?ver=2.0.0:92)
        at Function.each (jquery.js?ver=1.12.4-wp:2)
        at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
        at HTMLDocument.<anonymous> (front.js?ver=2.0.0:2)
        at i (jquery.js?ver=1.12.4-wp:2)

    I managed to get it working by adding
    wp_deregister_script( 'jquery-ui-widget' );
    to the function OCCF7RS_load_script_style()

    It seems that WordPress’ native jquery-ui conflicts with this plugin.

    I have a theme that creates range sliders with WordPress’ native jquery-ui, maybe you could consider using the native jquery-ui?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Numbers not showing’ is closed to new replies.