dponi00
Forum Replies Created
-
That would be amazing, thank you!
Looking forward to the release π
Have a great weekend!
Hi @mrclayton,
thanks for your reply. I did some more tests and it seems it only happens if the user is logged in when checking out. If I checkout as a guest the cart is cleared correctly.
The only thing I’m doing differently is that I log in before proceeding with the steps you outlined.
Thanks again for your help!
Forum: Plugins
In reply to: [Theme My Login] Select2 for custom fields added with ACFHi Jeff,
Thanks for your reply. I contacted them and came up with a solution. I’ll post it here in case anyone needs it:
I added this via Code Snippets and set it to run frontend only.
add_action('wp_head', 'add_acf_scripts'); function add_acf_scripts() { if ( is_page( 160 ) ) { //enter the page's id acf_enqueue_scripts(); } }Have a nice day and stay safe π
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Guidance on creating registration formOf course, no problem. I was actually hoping you wouldn’t reply on the weekend. We all need a break from time to time π
I hope you haven’t been affected a lot by the virus and quarantine.
Just have a couple more questions which I’ll post in a new thread and, then, I hope I’ll be able to manage the rest on my own.
Thanks and stay safe!
Thank you so much! Just updated and everything works perfectly.
Have a nice day too π
Forum: Plugins
In reply to: [Create] Some strings are not translatingThank you, Ethan! Great article. Worked perfectly. Following the reasoning of the article, is there any way to translate it per recipe?
For example, for the popsicles it would be freeze time. But what if I’m making a mushroom cream soup and it needs to say cooking time instead?
Thank you again and have a great day π
DelieThanks for your help Eva! I’m able to use my site again.
Dovy: I have a plugin that uses your framework (that’s why I installed it) but it was not active when I clicked on demo mode. All my other plugins and my theme do not use Redux.
Greetings,
DelieHi Eva,
were you able to solve this without deleting the plugin? I’m experiencing the same issue. I enabled demo and it logged me out. When I tried to log back in, it gave me this error: “Sorry, you are not allowed to access this page.”
Greetings and thanks!
Delie
Forum: Plugins
In reply to: [WooCommerce] “Shipping” string not translatingHi lorro,
thanks! I checked and saw that the translation for “Shipping [ shipping package ]” was missing, I translated it and now everything is ok.
Have a great day!
Delie
Forum: Plugins
In reply to: [WooCommerce] “Shipping” string not translatingHi Chris,
thanks for your reply. Unfortunately it didn’t help.
I already looked for the string with Loco Translate and made sure that it wasn’t being overwritten.
I even created a blank install with just WooCommerce and WordPress in Spanish (Mexico) and it happened as well. I saw some websites in other languages which also had this issue but don’t remember any atm.
Thanks again for any other ideas π
Delie
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Can’t install – please help!You probably already solved this, but if anyone else runs into this problem, the issue is that the file “contact-form-7-multi-step-module.” in
contact-form-7-multi-step-module/freemius/assets/img/
is missing the .png extension. Just add it and it should install. π
Forum: Plugins
In reply to: [WooCommerce] Coupon codes not applyingI had this issue as well, followed these steps and found out that YITH WooCommerce Gift Cards was causing the problem, so I removed it. Hope it helps someone else π