-
Search Results
-
Topic: Mailchimp Form Problem
Opening a new thread as requested by Ismael.
Required fields are all filled in correctly, yet the field is not submitted and the error ‘Please make sure that your fields are filled in correctly’ is displayed.
This is very frustrating, it was pure chance that a potential customer called me to say it wasn’t working.. I’ve had other people tell me the same thing and tested from several different locations/devices.
Problem on this site: https://www.blackbeltacademy.info
Problem occurs on multiple forms:
https://www.blackbeltacademy.info/
https://www.blackbeltacademy.info/mailing-list/WP/FTP details in private content
Hi,
On mobile, I can close the menu, but not open it. Instead of the burger menu icon turning into an X I can tap to close the menu, it remains the burger icon.
I narrowed it down to a plugin: If I disable Advanced Custom Fields Pro, the menu works as intended. I posted this problem on their forum and they asked to see the code for the menu.
Could you tell me which files/code segments to show them to help them narrow down/fix the incompatibility?
Thanks!
I’m sure this isn’t an Enfold issue, but perhaps someone here as experienced this. I did search this forum, but could not find anything that helps directly.
I’m going round an round with no luck. I’ve got a custom post type and some custom fields created with ACF. I would like to be able to show one or two fields from the latest post on my homepage. Sounds easy. I can’t make this work!
ACF shortcodes do not work on a page unless the post_id is available.
[acf field=”field_name” post_id=”123″]
The above works, but I want the newest post whatever post_id that may be.[acf field=”field_name”]
The above does not work on a page. Why? is the page outside the loop??I’ve tried building a function to get the latest value from that field and use that to create a shortcode. This too is not working for me.?? I have various examples from found code that is not working.
I’ve tried Custom Content Shortcode with no luck.
Is this that difficult? Has anyone done this and have some suggestions?
Again, I understand this my problem and not something with the theme. I’m desperate!
Hi,
A customer webshop has the WooCommerce product add ons extension enabled. When ordering such a product it displays the text: 1x undefined €75.00, just before the add to cart button.
I’ve tested this in Twentyseventeen and there it shows the product title instead of undefined.
Can this be fixed please?
Cheers,
JaapHi there,
On the following page (private) on my clients website, I have setup a custom search for custom post type ‘Portfolio’ entries.
In the front of the website ‘Portfolio’ is presented as ‘Articles’.This custom post type has two taxonomies.
‘Article Authors’ and ‘Article Categories’.
These, were created with ‘Toolset Types’ and the search with ‘Toolset Views’.On this search page, by default all ‘Articles’ are presented.
On the search area there are two dropdown lists where the user can choose ‘Article Authors’ and/or ‘Article Categories’.
When the user chooses a value in either of these fields, the other field gets updated with the available options for each input.
By clicking ‘Submit’ we get the right results.
Up to here all is working as intended.The problem.
This does not work on mobile phones.
When changing any of the two fields, the spinner graphics icon rotates forever and the values do not appear to update.
Note: If the user clicks ‘Submit’ it will return the right results (or no results and that is where poor UX comes into play).
This probably means that the essence of the query works properly but there is a problem somewhere in the AJAX functionality that shows the updated dropdown fields to the visitor.Choosing to display Desktop site on a mobile phone does not make a difference, either.
I have done my search and found this topic.
https://kriesi.at/support/topic/toolset-custom-search-problem-with-enfold-ajax/
I followed the steps and it somehow helped, since before applying these steps, the whole thing was also behaving erratically to desktop computers too.
After updating to Enfold 4.5 I only kept the following code to the child theme.——
add_filter( ‘avf_enqueue_wp_mediaelement’, ‘avia_always_load_mediaelement’, 10, 2);
function avia_always_load_mediaelement($condition, $options)
{
$condition = true;
return $condition;
}
——Please let me know if you need any additional information and/or access credentials.
Thank you in advance for your help,
VassilisHi Support,
First challenge:
I’d like to remove the form content fields from the Auto Responder email.
Currently all the form content is added below the email text under the heading “Your Message:”
In the forum I found a way to remove the text “Your Message:”, but not the field output contents.Second challenge:
I have different languages on the site and I’d like to change the subject text for the respective languages.
I’m using this code for the English version, but how do I target/specify the other forms as per the language.add_filter( ‘avia_contact_form_args’, ‘enfold_customization_autoresponsder’, 10, 1);
function enfold_customization_autoresponsder( $form_args ) {
$form_args[‘autoresponder_subject’] = ‘Thank you for your inquiry!’;
return $form_args;
}Thanks in advance for any pointers.
Best regards,
PaulHi Team Kriesi!
I have a question about the Custom HTML in the contact form. The contact form works, it’s all brilliant, but I had to implement a contact form with
lots of input fields and it would be beneficial for my client, if she can see the ‘headers’ Custom HTML as well in the form-email.Why does the custom HTML not show in the form-email? The form-email doesn’t look very structured like that.
Your thoughts?Many thanks!
Kind regards
capuchinHello guys,
First of all, thanks for a fantastic theme, the 4.3-release has really skyrocketed my website’s performance substantially. :-)
This is not so much a support-question, but more a development request. One of many things I love about Enfold, is how super easy it is to build great-looking forms. I am, however, missing many functions, that I regularly need. Such as the ability to attach files, setting up conditional fields, invisible recaptcha, and the ability to export fields to a custom made pdf-file.
I know that all of the above can be solved using Contact Form 7, which I am. However, first of all, I am depending on extensions for Contact Form 7, which sometimes are maintained by individual programmers. That increases the risk of loosing compatibility, if the plugin is abandoned. Secondly, managing the appearance of the form in Contact Form 7 is a hassle, esspecially when working with 2+ columns, and the forms often require thorough testing and possibly SMTP-setup to work properly. Those are some of the biggest benefits of using Enfold’s form builder instead: Never additional styling needed, and always works on the first test. :-)
I hope to see these functions in Enfold in the future. Keep up the good work. :-)
BR,
AlexHi everyone,
I have been asked to paste the below the home page of a customers website. We want the fields to display on one line at the top of the home page. We have been playing with the code and although we can get the fields to display on one line using an html tester (Tryit Editor), we cannot get it to display on one line when pasted into the code block element.Can someone tell us where we are going wrong please?
<form id=”onvioSignIn” action=”https://onvio.co.uk/api/security/v2/sessions/login” method=”post”><input name=”firmId” type=”hidden” value=”552604″ />
<style>#onvioSignIn>{display:inline;margin:7px;}#onvioSignIn>a{font-size:.7em}</style><label for=”onvioEmail”>Email</label>
<input id=”onvioEmail” spellcheck=”false” maxlength=”250″ name=”username” required=”” type=”text” />
<label for=”onvioPassword”>Password</label>
<input id=”onvioPassword” autocomplete=”off” maxlength=”50″ name=”password” required=”” type=”password” />
<input type=”submit” value=”Sign In” />
Forgot Password?
</form>Thank you
NeilHi Enfold Team,
for one of our customers we have contact form with a few more fields than usual. No idea if that’s important. The form on the website is fine, but the generated mail has always the same error. The Problem is not only the input by the user, but also the label. There is a “= ” between the letters. I don’t know where it came from and can’t figure it out. Here is a snippet from the mail:Stando= rt: Münster
Gewünschtes Modell: A-Klasse
Gewünscht= es Datum: 13 / 09 / 2018
Jahrgang: 1= 967Has to look like:
Standort: Münster
Gewünschtes Modell: A-Klasse
Gewünschtes Datum: 13 / 09 / 2018
Jahrgang: 1967I deleted the field and created it again. No change. There are no special letters or anything else. It’s the first time I got this error. WordPress has the version 4.9.8 and Enfold has 4.4.1.
Best regards
BenjaminHi there,
At woocommerce checkout page, the fileds Returning customer / create an account are disappearing in chrome after the first time you will enter the page. That happens only in chrome.
Can you please check and inform me about the issue;
