frunky
Forum Replies Created
-
Thanks.
I used your code, but I was get error “Uncaught TypeError: Cannot read property ‘addClass’ of undefined”.
I was added ‘.’ to class name
fbuilderjQuery(document).on(‘change’, ‘[id*=”fieldname123_”]’, function(){setSliderValue(‘.my-slider-1’, this.value);});
Anyway I get “NaN” in inputs
Thanks for quick answer!
I don’t understand how create slider with input which users can manually change input’s and slider’s value. I only can create slider with caption on <div>.
So I create html blocks with js scripts which init .slider() and send value to inputs and back.
Please look only js code in jsfiddle
- This reply was modified 8 years ago by frunky.
I don’t understand how I can create slider with input field which I can change value manually, I only can create slider with div caption.
And so I create html block with same structure
<div class="slider-content"> <label for="fieldname35_1">Вырезы под розетки</label> <div id="slider3"></div> <script> $(function() { $("#slider3").slider({ range: "max", min: 0, max: 6, value: 2, slide: function(event, ui) { $("#fieldname35_1, #fieldname38_1").val(ui.value); } }); $("#fieldname35_1, #fieldname38_1").val($("#slider3").slider("value")); $('#fieldname35_1, #fieldname38_1').bind('change paste keyup', function() { $("#slider3").slider("value", $(this).val()); $("#fieldname35_1, #fieldname38_1").val($(this).val()); }); }); </script> </div>
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesIt was my mistake, I must had only to create new order:)
But could you please add information about cron and all of this in FAQ.
It will be helpful for others people!
thanksForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesThanks a lot, @algolplus!
It’s working!
And thanks for amazing plugin.
Have a nice day!Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesOh, thank you!
I think it’s work https://requestb.in/pnd69apn?inspectForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesBut when I create new order, I recieve mail with this order with title which at only on scheduled export.
Why Export not working at the certain time?- This reply was modified 8 years, 4 months ago by frunky.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesTest result say “OK”
https://requestb.in/pnd69apnForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troubles
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesSorry.
wc_export_cron_global Remove wc_export_5min_global In 3 mins
21.10.2016 12:47:04generally, cron works
- This reply was modified 8 years, 4 months ago by frunky.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesSorry, but which link? I don’t fully understand you)
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesI’m so sorry to, please, check it
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Scheduled Export troublesThanks.
A little problem.
Yesterday we setup cron, but it’s still not working.
Cron was setup to every minute too
- This reply was modified 8 years, 4 months ago by frunky.