luckydays
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom Integration Stopped WorkingHi Lap.
That ‘Login/Sign Up’ form is implemented inside the WordPress template, it’s not set as a form inside Boxzilla box.
Here is it’s full code – please check it and let me know what do you think, how this could be finally fixed?
- This reply was modified 6 years, 6 months ago by luckydays.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom Integration Stopped WorkingNo. Actually, it happens to display only the status of CF7 and the very MC4WP forms – https://take.ms/jykBH
All plugins are updated. Boxzilla 3.2.2 and Mailchimp for WordPress 4.2.1
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom Integration Stopped WorkingI now understand that if you test the form you are having issues with it does not show anything in the log even when the log is set to log everything?
Yes, it doesn’t show there was any kind of error. But that’s not a problem at all ??
The problem… the challenge is to make the MC4WP checkbox work for the custom form.Can you share with me a link to the form that has this custom integration?
Sure. Please, go to the homepage of https://homeswithsoul.com.au/ and push ‘List a property’ button at the right header part, and then – click ‘Create your account’ link. You would see that form and MC4WP checkbox.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom Integration Stopped WorkingHi Lap!
There is a success message when log everything is turned on?
Yes, sure there’re successful messages – those are from the Contact Form 7 integration’s successful subscriptions (as I’ve mentioned before, that in case with CF7 integration – it works fine as it should).
You can look in your Mailchimp.com account under Account > Extra > API keys, there you will find the API history, to see if you can spot the calls there and if there is any hints there to what could be wrong.
Thanks for pointing out to this one.
Actually, right now I’ve tried the whole process one more time:
1. I’ve registered as a new user on the website (with marking a MC4WP checkbox). 2. I’ve checked the Mailchimp’s API calls table – and actually the status is with an error – https://take.ms/fpsO4
So, seems something is wrong with triggering Mailchimp’s API in this case?Whilst I’ve checked in the same way Contact Form 7 submitting (with MC4WP checkbox marked) – it was successful and Mailchimp API Calls table shows it as a successful result.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom Integration Stopped WorkingHi Lap.
Thanks for your response.
The field isn’t set to be a required one.
No errors in the debug log: it displays the successful subscriptions (while set to log everything).Regarding possibility the email could be blocked – 100% not.
a) I’ve tried the same email and was able to subscribe with the Contact Form 7 integration and b) For testing this issue I used my multiple emails (around 6, actually) on different email services.Do you have any other ideas or suggestions how this could be troubleshooted and actually – fixed?
Thank you
- This reply was modified 6 years, 7 months ago by luckydays.
Hi Michael, thanks for sharing the link to that hook
But could you tell, please, what is the proper way to set
$value = ‘https://mynewurl.com’;
to be with a dynamic WordPress permalink, not the static URL?
Looking forward to your reply.
- This reply was modified 7 years, 5 months ago by luckydays.
Hello!
Have the same issue and am so tired of the voodoo ??Could you please tell what is the final .htaccess rules that work for you in this case; what is the exact address (I mean with/or without HTTPS)? And how about aioseo plugin, do you have it working now?
Really looking forward to your reply.
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Payment entry isn't createdThanks for your response.
But for the moment this isn’t actual.
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional Dropdown FieldsYes, sure.
I mean – is there a way to make a form submission with saving data to some table inside WP admin dashboard?
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional Dropdown FieldsThank you for this clarification!
Last question: any chance I could submit a form’s entered data to some kind of a table through the OnClick event?
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional Dropdown FieldsIt seems I’ve understood what you mean here but still can’t see how I could implement it for my case.
So, I need to have a Total Cost from the number of days person stay in a hotel + number of rooms he selected and the dependencies of the adults and children number who will be in these rooms (there is a value = price set for the adult and for the children separately).
For the days of staying in this case the equation is
CDATE( fieldname1+6, ‘mm/dd/yyyy’)
So I assume the Total Cost field should start with
abs(fieldname6-fieldname1) * …
But how could I add the rooms due to its number and selected amount of adults and children?
If it sounds confusing – please, let me know, I’ll try to explain more precisely.
I really appreciate of your really swift and very helpful assistance!
Best wishes!
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional Dropdown FieldsCould you clarify please, what exactly do you mean I should place there:
Replaces the symbols …. by the code to be executed if the value of the fieldname1 field is available.
Forum: Plugins
In reply to: [Calculated Fields Form] Chinese language?Oops.
Sorry – was looking on the current form page, not on the all settings ??Thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Chinese language?But actually I don’t have/see any “Troubleshoot area” inside the plugin’s settings.
Could you clarify this for me, please?
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional Dropdown FieldsThank a lot.
That was really helpful!
Actually I’ve got one more logically arising question:
how should I set the ‘Total Cost’ formula regarding that values for it are in the dropdowns which appear in dependencies?