klaggy
Forum Replies Created
-
Will this patch be incorporated in an upcoming update?
Yes, that worked, thanks!
PLease have a look here, I only have Woocommerce and your plugin active and the Hello theme:
https://drive.google.com/file/d/12jQKq40_5vh5phD-UwZZ2phzN-7Ohgu5/view?usp=sharing
Ok, I’ve found the bug (after a long time testing), if you put a sale price with a decimal (ie 187.20) and then duplicate the product, you won’t be able to publish and it’s your plugin who’s causing this.
I wanted to add that it applies to any product that is duplicated, I’m surprised that we would be the only ones to experience that.
So to reproduce the bug, just use the default “duplicate” option under any product and simply try to hit publish (with Gift4U installed) and you can’t publish, when Gift4u is deactivated you can publish again.
Thank you, it was the post_max_size that was the problem, setting it to 256MB did the job. Thank you for your assistance!
That’s what it was initially and I changed it to see if it would help but it didn’t. I switched it back to AJAX now in case you want to test it on the actual website.
I changed the memory but people are still struggling to upload files, the server doesn’t have any issues, only this form does.
Here’s the link: https://drive.google.com/file/d/1aP_8Xv3gRiuytY14x9V5x9gys-UrCi18/view?usp=sharing
Thanks for this new code, tried it, same thing, with or without the “Load form using AJAX”.
Thank you for your quick response but that didn’t work unfortunately.
Oh, interesting, so it does work when we click on “Next” and “Previous” but it doesn’t when you click directly on the “1-5”, “6-10” which is how I was testing. As you’ll see that way of navigating doesn’t work…
That doesn’t work as well, I also tried on my blank install, same thing, I replaced
jQuery('#forminator-module-'+formID)
with
jQuery('#forminator-module-6')
since you didn’t initialize the formID but same result, either way, it’s not working unfortunately… ??
Here it is, I tested it on a blank install and the problem is there: https://drive.google.com/file/d/1pB1q-TLnymgJdlldaUDBOTN1xpPGXOeG/view?usp=sharing
I did indeed.
Thanks, in the meantime I figured it out, cheers!