megnicholas
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form Clean and Simple] How to add a contact number fieldHi Pia,
Not with this plugin I’m afraid. I would pick another plugin for that, e.g. contact form 7.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] OptimizePress, reCaptcha & Width IssueHi there,
I see that your styling is setting all input controls to 210px wide. You could change this to something larger like this:input[type=email], input[type=password], input[type=text], select, textarea { width: 350px; }
or use a percentage.
If you don’t know how to add this style I would contact optimizepress, there may be some custom css you can add on that particular page, but I’m not familiar with it to advise.
You can do this via the post editor. Just add an image above the contact form’s shortcode.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Setting width of contact formRather than change the plugin’s css directly, I would advise adding this css to your theme’s style.css instead, which will give you the same result :
div#cscf { width: 50%; }
This way your styling changes will be retained when the plugin is updated.
You are not going to be able to add a widget to the side unless you add some extra markup and css to position it. If your theme allows it, the best thing to do is add a sidebar and put your widget in there.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Setting width of contact formHI there, do send me a url and I will help you out ??
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Remove page URLDo you mean the url printed at the bottom of the email you receive from the form? It is not possible to remove that I’m afraid. As this is a simple contact form plugin it is not possible to alter the way it works.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] not sendingYes the secret key along with the IP address and the response code should be sent to google. For some reason in your setup is not doing that.
Can you give me a URL with the contact form on it?
Forum: Plugins
In reply to: [Contact Form Clean and Simple] not sendingThat is indeed what appears to be happening.
I don’t know how you would get around this unless your host can help.
The alternative is to disable recaptcha and turn on akismet. That way all form submissions get filtered by akismet and you shouldn’t get any spam come through.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Need phone number input fieldHello this plugin does not include a phone number at this time. If you require this I recommend using another plugin.
Please can you upgrade the plugin to the latest version.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] not sendingHello,
Unfortunately I am unable to reproduce the error you are experiencing. However it seems that the server that your website is running on is not able to open the url https://www.google.com/recaptcha/api/siteverify
Google captcha needs to open this url in order to verify that the captcha is correct.I would check with your host to make sure that they have opened the relevant ports to allow you to access this url.
Sometimes hosts can change settings on the server so this may be why your site was working and it isn’t now.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Send Message text not displaying on buttonHi there your theme is setting the text to white.
Try adding this to the bottom of your theme’s stylesheet:
.btn.btn-default { color: inherit; }
Unfortunately it is not obvious via your URL link what is going on. I can’t download your theme because it is a premium one. Do you have support with your theme? I would try them first. If you have not luck perhaps you can give me login into your site I may be able to see what the problem is. You can send me the login details here:
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Submit / Send Message button is not showing….Have you fixed this? I can see the ‘send message’ button very clearly in pink. I am using chrome browser. It also appears in safari too.
In order to help you I will need a url that demonstrates the problem. Thanks.