megnicholas
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form Clean and Simple] add date and name to the email subjectYou can change the email subject on the settings screen but this is fixed text.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] email don’t sendIt looks as if something has changed on your host server, so check with them.
This post might help:
Also I thoroughly recommend using the sendgrid service instead of your hosts email service. It has a nice WP plugin that you can install so that all mail you send from WP including mail sent from this plugin goes via that service.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Could not send emailPlease read this post.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Having More Than One Contact FormUnfortunately no. If you untick ‘Use client side validation (AJAX)’ and do not use recaptcha it may work with your theme but it has not been designed to be used more than once on a page.
HTH
Forum: Plugins
In reply to: [Contact Form Clean and Simple] choose languageThe language used in the contact form is dependent on the language selected within WordPress.
You could try deleting the Italian translation file if you wanted it to be in English
/wp-content/plugins/clean-and-simple-contact-form-by-meg-nicholas/languages/clean-and-simple-contact-form-by-meg-nicholas-it_IT.mo
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Double-clicking submit sends two emails.I’ve fixed it. Just download the latest version ??
Forum: Plugins
In reply to: [Contact Form Clean and Simple] "Send me a copy" can't be translatedPlease tell me what language and the translation in your language for ‘send me a copy’ and I will update the translation file.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Submit / Send Message button is not showing….Hi there,
Adding this css to the bottom of your theme’s stylesheet (style.css) should make the button appear again.
.btn-default { background-color: #a0a0a0 !important; }
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Cross-site scripting (XSS) vulnerabilityHi there,
A potential XSS issue was found some time ago but it was fixed, so as long as you have the latest version of the plugin you will be fine.
This probably means that email is not set up properly on your site.
Please read this post:
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Double-clicking submit sends two emails.Thank for reporting that, I will look into it.
Hi there, do you have a url you can share?
Forum: Plugins
In reply to: [Contact Form Clean and Simple] not sendingI have a theory guys.
This plugin has been developed to be super lightweight. It does not load any scripts that it doesn’t need. If you don’t use recaptcha or ajax then it will not load the scripts for that.
The downside (if you can call it that) is that it must be able to load the needed scripts in the footer. Due to this plugin being a shortcode, the headers have already been sent so it is not possible to load the scripts in the header even if it tried to.
If the theme does not call
<?php wp_footer(); ?>
in the footer template file then none of the scripts that this plugin needs will be loaded, therefore recaptcha will not work, the form will not validate and therefore the message will not be sent. This would also cause problems for other plugins that need to load scripts or styles in the footer.If your theme does not call wp_footer() then you must raise this issue with the theme author.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Clean and Simple Contact Form v 4.5.1Please send me a url to the page with the contact form on it and I will try to help.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] OptimizePress, reCaptcha & Width IssueHIi there,
The form does not have a subject line, so you are not missing anything there. In order for recaptcha to work it needs to enqueue a google script. The plugin loads this script automatically but in your case the script is not loading. There seems to be a possible conflict with your theme. I don’t know what to suggest as OptimizePress is premium and so I cannot install it to see what is happening. I think you should ask for support from OP.