dorl1986
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cannot generate REST API keyHello,
For some reason it is working now without any problem…
Thanks for the assistanse ??- This reply was modified 1 year, 9 months ago by dorl1986.
Forum: Plugins
In reply to: [WooCommerce] Cannot generate REST API keyHello and thanks for the reply.
Yey I’ve followed the documentation
You can see the system report here: https://pastebin.com/mvuiqC2a
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 and WP_CACHEI ended up listening to the “reset” DOM Event to populate the fields.
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 and WP_CACHEFields are being populated using JS on page load.
I’ve created a test page for you to see the issue: https://www.reidman.co.il/test/
Notice the first 4 fields of the form.Forum: Plugins
In reply to: [Contact Form 7] contact form 7 and WP_CACHEForum: Plugins
In reply to: [Image Regenerate & Select Crop] buttons missing from edit imgae popupThanks for the response ??
it comes from ACFForum: Plugins
In reply to: [WooCommerce] assign order to user without loginHello and thanks for the reply. I think I did not made it clear enough.
The shop is set up to create a user automatically when someone makes a purchase. That works well, the user is being created the the order is assigned to the new user.
But when this person makes his next purchase I want that he will be able to make the purchase without logging in and that the new order will be assigned to his user (that is matching his email address).
I hope that this is more clear now.Forum: Plugins
In reply to: [Contact Form 7] page jumps on when submit formAdvanced Custom Fields
Ajax Load More
Classis Editor
Contact Form 7
Yoast SEO
Yoast Duplicate PostsForum: Plugins
In reply to: [Import and export users and customers] Import ACF fieldThanks for the reply.
I checked that ACF are storing the data as YYYYMMDD, as can be seen here https://support.advancedcustomfields.com/forums/topic/update_field-date-field-not-displaying-date-on-the-admin-front-end/.
But the issue does occur on date fields alone.
As I noted on the original question the issue also repeats on a regular text field where it imports the text Apple (for example) as [“Apple”]. It seems as it is treating it as an array with one item in it instead of a regular string.Forum: Plugins
In reply to: [Contact Form 7] when using akismet the field disappearsOK, I managed to figure out what was the problem for anyone getting this problem also.
my tag was written with the akismet attribute at the end like this:[email* footer-mail id:footer-mail class:form-control placeholder "Email" akismet:author_email]
Apparently it should be written like this:[email* footer-mail id:footer-mail class:form-control placeholder akismet:author_email "Email"]