Hi, kappa, it's not a widget.
You need to go to dashboard > forms (between Gateway and Custom Fields), then create a form (this is what you want users to fill in when they submit an add).
Then you...
Hi, kappa, it's not a widget.
You need to go to dashboard > forms (between Gateway and Custom Fields), then create a form (this is what you want users to fill in when they submit an add).
Then you...
Also I forgot the following change:
On line 176 replace this
$('#distance').val(ui.value + ' <?php echo $distance_unit; ?>');
with
$('.refine #distance').val(ui.value + ' <?php echo...