loopj / jquery-simple-slider

Unobtrusive numerical slider plugin for jQuery
194 stars 113 forks source link

No Output numbers near the slide #13

Open tiguan opened 11 years ago

tiguan commented 11 years ago

Hello,

Please help! I try to use it in a wordpress Admin Panel Options, everything is working except the numbers value that is not displayed on slider. I use the following pieces of codes:

  1. In my options:
 array(
        "type" => "slider",
        "name" => "Top margin of your logo",
        "id" => "tigu_logo_margin_top",
        "desc" => "",
        "default" => "42"
 ),
  1. In my generate options:
    case "slider":
    $this->display_slider($item);
    break;
    

    and this one http://pastebin.com/RmN9yHPU (I use pastebin because the output here is corupt even if I use code or pre)

I also trying to manually add :


but no luck. The numbers still not occur. myslide

Please advice. I'am ready to pay also.

Thanks a lot!