reason8agency
Forum Replies Created
-
Thank you.
When does it start counting from? E.g. if I set it to 7 days, is it 7 days from when I set it?
Some clarification on that would be great.
Thanks,
Tom
Forum: Plugins
In reply to: [Import and export users and customers] Import not working correctlyI got this to work – I deactivated all other plugins and it imported successfully.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Only one shipping option showingFor example (this isn’t live on the site), but:
Weight: 0 – 1kg
Standard delivery (3-5 days): £2.99
Next day delivery: £4.99
Local pickup: free
Currently, only standard delivery is showing. How do we ensure that all options show so customers can choose, please?
Forum: Plugins
In reply to: [Hotel Booking Lite] Change Check in and Check out datesHi, I have had no response to this. Please can you help?
Hi there,
It’s on an iphone – the read only number fields are really light in colour which makes them hard to see on a phone.
Please see image: https://gyazo.com/08e6557107d11119c4999b1cf62a13db
Any update on this please?
This only seems to be on mobile so I don’t know if it’s fixable if it’s an iPhone thing?
Not to worry, I added this code via JS and it worked:
document.addEventListener("wheel", function(event){
if(document.activeElement.type === "number"){
document.activeElement.blur();
}
});Hi there,
I don’t know why but this code is now no longer working?
Perfect, this worked – thank you. Could this be added to the plugin too in future so we don’t have to put this code on every site?
Or maybe just a toggle that says field scrolling input on/off etc.?
I’ve looked online and tried some codes but can’t get anything to work – don’t even know if it can be sorted but the field should be input only by typing and not by scrolling up or down
Yes this worked great, thank you!
Basically, I just want people to know which step they are on and which ones they have completed.