edDraw
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] CF7 4.8@webheadllc it works great for me using the fix you suggested on /plugins/contact-form-7-multi-step-module/resources/cf7msm.js and plugin version 2.21.
Could you please add the fixed js file to the plugin sources?
Thanks a lot for the great support!!
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] CF7 4.8Doesn’t work for me either. I get a js error (Chrome and Firefox):
jquery.min.js:2 Uncaught TypeError: Cannot read property 'length' of null at Function.each (jquery.min.js:2) at HTMLDocument.<anonymous> (cf7msm.js:11) at j (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2) at Function.ready (jquery.min.js:2) at HTMLDocument.K (jquery.min.js:2)
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] CF7 4.8Sorry @webheadllc, I tested the wrong CF7 version…
I’ve done a new PR it works on my hand with an existing multiform, could you please have a look?
- This reply was modified 7 years, 5 months ago by edDraw.
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] CF7 4.8@webheadllc is this not just because of deprecated functions?
I’ve just posted a pull request on bitbucket to address the problem.
Let me know if it works OK for you.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Condition changes on submitHi Jules, thank you for your answer.
It makes sense, but that is only annoying for the “if” field that loads conditional fields.
I agree that the other fields need to be cleared.
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Can you add a textdomain for translation?Okay sorry, pull request on is way!
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Can you add a textdomain for translation?That is what I tried but:
Access denied
Return to the previous page or go back to your dashboard.Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Can you add a textdomain for translation?Okay the code is ready but your project doesn’t seem to accept pull requests ?
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Can you add a textdomain for translation?If you could also replace the current textdomain ‘cf7msm’ by the name of the plugin for the translations to work.
Is there a git repo where we can make a pull request?
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Can you add a textdomain for translation?I mean, something like that:
/** * Load textdomain */ add_action( 'plugins_loaded', 'cf7msm_load_textdomain' ); function cf7msm_load_textdomain() { load_plugin_textdomain( 'cf7msm', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' ); }
With a languages folder and a .pot file?
No, it’s OK now. Thank you for the fix!
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Fault with the required fields.Thanks Jules, the required fields dont’t block the submit anymore.
But now, when you submit the form, the page reload with the hidden group visible (and the rest, invisible). Is this a separate issue?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Fault with the required fields.I have the very same problem. If an hidden group has required fields, you get an error submitting the form.
- This reply was modified 8 years, 1 month ago by edDraw.
Forum: Plugins
In reply to: [Import and export users and customers] Can't translate the pluginThank you for your answer Javier.
Is the plugin on github so that we can help with a pull request?
I have a similar issue: trying to add a product via an url and a coupon at the same time (cart/?add-to-cart=11&apply_coupon=testit). The product is added but I get: Sorry, this coupon is not applicable to your cart contents.
It works when I refresh the cart page though.
If I put add_action( ‘wp_loaded’, array( &$this, ‘coupon_by_url’ ), 23); //Coupon through url like you suggests, the product is added but that’s all (no coupon, no warning).
Running WC 2.3.9 and the last Extended Coupon Features version.
Thanks for your help!