Guillermo Figueredo
Forum Replies Created
-
Thanks. All solved.
Hi,
I just did the suggested changes, but nothing changed:
[2018-11-11 08:11:09] ERROR: WPForms > MailChimp API Error: Bad Request. Invalid Resource. Your merge fields were invalid.
– FNAME : Please enter a value
– LNAME : Please enter a value
Request: PUT https://us18.api.mailchimp.com/3.0/lists/86924dc24b/members/812fb220239f1abced4bb390bf8d29d6 – {“email_address”:”kath************@gm***.com”,”interests”:{},”merge_fields”:{},”status”:”pending”,”email_type”:”html”,”ip_signup”:”185.130.184.218″}
Response: 400 Bad Request – {“type”:”https://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/”,”title”:”Invalid Resource”,”status”:400,”detail”:”Your merge fields were invalid.”,”instance”:”592efb40-dd2f-42f8-8900-34ebdcfdb270″,”errors”:[{“field”:”FNAME”,”message”:”Please enter a value”},{“field”:”LNAME”,”message”:”Please enter a value”}]}However, I realised that the problem is being originated by my cookies and its autocompletion fields for forms. If I avoid this, then this is the message I get:
[2018-11-11 18:25:22] INFO: WPForms > Successfully subscribed guil*****@cl******.caThe problem is that even though I got the success message, the lead has not been imported to Mailchimp yet (neither to Hubspot).
This is what i got:
[2018-11-09 17:21:14] ERROR: WPForms > MailChimp API Error: Bad Request. Invalid Resource. Your merge fields were invalid.
– FNAME : Please enter a value
– LNAME : Please enter a value
Request: PUT https://us18.api.mailchimp.com/3.0/lists/86924dc24b/members/8e48757c500ab28dceb8eba995822036 – {“email_address”:”guil*****@cl******.ca”,”interests”:{},”merge_fields”:{},”status”:”pending”,”email_type”:”html”,”ip_signup”:”135.23.103.146″}
Response: 400 Bad Request – {“type”:”https://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/”,”title”:”Invalid Resource”,”status”:400,”detail”:”Your merge fields were invalid.”,”instance”:”ff7ef20b-528f-4354-9e04-20d1f93573b3″,”errors”:[{“field”:”FNAME”,”message”:”Please enter a value”},{“field”:”LNAME”,”message”:”Please enter a value”}]}Forum: Plugins
In reply to: [WooCommerce Cart Tab] Display Tab After Adding Item To CartNope. This plugin is pretty abandoned
Forum: Plugins
In reply to: [Loco Translate] Delete Plugin FilesI never had to add any text domain argument for any other translation. Why do I have to do it for this plugin? I don’t get it, sorry.
Forum: Plugins
In reply to: [Loco Translate] Delete Plugin FilesWhat code and Where do I have to add that? Thanks!
Forum: Plugins
In reply to: [Loco Translate] Delete Plugin FilesMy current class-wc-product-vendors-registration.php has one field called Vendor Name:
}
if ( empty( $form_items[‘vendor_name’] ) ) {
$errors[] = __( ‘Vendor Name is a required field.’, ‘woocommerce-product-vendors’ );
}On LocoTransalate, the field is called Cleftune Vendor Name. Thats what I had in my old template.
My current shortcode-registration-form.php has this sentence modified:
<p><?php esc_html_e( ‘Complete the following form to gain access to your teacher dahsboard. Here you will manage your bookings and offer your lessons.’ ); ?></p>
LocoTranslate doesnt find this sentence… It just find the old modification.
Forum: Plugins
In reply to: [Loco Translate] Delete Plugin FilesThe template is already modified. But Loco is still reading old texts from that template, just the older version that does no longer exist. Really wierd
Forum: Plugins
In reply to: [Loco Translate] Delete Plugin FilesI did sync and delete the translation files. However, Loco Translate still displays the old texts that I modified through FTP instead of the new ones not modified.
Hi,
I have activated the plugin, you can check the form in this link:
https://testsite.win/teacher/oakville/guillermo-figueredo/
Just click on CONTACT. You will see how the form stays on a never ending loop (enless loading spinner) as soon as you click on SEND MESSAGE.
If you check the console you might find the captcha error I was mentioning.
All the forms are popup forms. Please click on CONTACT and you will see the forms. However, I’m not using the plugin right now as it wasnt working properly.
Forum: Plugins
In reply to: [Arconix FAQ] Display Faqs after typing link or clicking anchor linkI found this linK:
https://www.edwardawebb.com/site-news/link-element-ids-jquery-tabs-read-stateless
However, I don’t know how to implement it with Arconix Faqs and Arconix Tabs from Shortocodes
Forum: Plugins
In reply to: [Arconix FAQ] Display Faqs after typing link or clicking anchor linkI have found Arconix Shortcodes but I dont know how to link to the faqs that are located in the second tab. You would need to ids in the anchor link for this…
Forum: Plugins
In reply to: [Arconix FAQ] Display Faqs after typing link or clicking anchor linkCould you share the link here? I′m no able to find it.
Also, I′m currently trying to use TABS for my FAQs, but as soon as I activate it, the anchor links stop working for the tab that is not selected. Do you have any compatible option or alternative?
Would it be possible to make a compatibility?
This is the plugin I was using: https://en-ca.www.ads-software.com/plugins/tabs-responsive/
Forum: Plugins
In reply to: [Arconix FAQ] Display Faqs after typing link or clicking anchor linkSolved:
The link has to contain the characters in capitals letters to if the questions has capitals:
https://testsite.win/faqs/#faq-WhatisCleftune
Thanks!