davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Not Receiving EmailThough the plugin successfully sends millions of emails every day, there are a host of issues that can stop or delay emails on both the sending and receiving ends. It depends entirely on your local Server & WordPress configuration. You will need to investigate this issue for your particular local configuration.
See Contact Form 7 Email Issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
If you find you need more detailed advice, after reading and working through the above links, please include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. This should allow others to understand your actual problem and offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] CSS Submit buttonThe actual look of CF7 forms on your website will depend largely on the current WordPress theme used and the CSS styling that theme applies to standard HTML form elements. To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.
You may start with something like ths
.wpcf7-form .wpcf7-submit{ background:#4f2a0f; cursor:pointer; color:#fff; }See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Forum: Plugins
In reply to: [Contact Form 7] recaptcha stick together with send buttonUse Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Forum: Plugins
In reply to: [Contact Form 7] Dropdown too longThe actual look of CF7 forms on your website will depend largely on the current WordPress theme used and the CSS styling that theme applies to standard HTML form elements. To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
If you find you need more detailed advice, after reading and working through the above link, please include a link to your Contact Form 7 form, so others here can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements and provide you with a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] No "Your Message was sent"Explorer & Safari Browser@mailer Daemon As per the Forum Welcome, please post your own topic. I’ll be watching out for your question to offer you a possible solution.
Posting in an existing topic and taking over the original posters question is generally considered inappropriate. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.
Forum: Plugins
In reply to: [Contact Form 7] Closing window on submitThis is not available directly in Contact Form 7. It can be done via custom programing but you would need to be rather skilled at WordPress development using PHP and/or jQuery.
Forum: Plugins
In reply to: [Contact Form 7] multiple file uploadsI can see only one upload button on your site – for example if you need two files uploaded you may do something like this
<p>upload your first file <br/> [file ACT_scores filetypes:gif|png|jpg|jpeg|pdf /]</p> <p>upload your second file<br/> [file HS_transcript filetypes:gif|png|jpg|jpeg|pdf /] </p>Or see http://kg69design.com/multiple-files-uploading-cf7.html
Forum: Plugins
In reply to: [Contact Form 7] recaptcha stick together with send button@vitolim
I have visited the site at the link provided. It seems the problem is solvedForum: Plugins
In reply to: [Contact Form 7] Special characters in field namesIf the plugin extends CF7 then I think they would be able to help you on this – kindly ask their forum/support for help on this.
Forum: Plugins
In reply to: [Contact Form 7] Text Box size not working in Safari & FirefoxPlease include a link to your Contact Form 7 form. If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Downloading Form SubmissionsIt will ONLY apply to future submission – past form submissions sent via email are gone unless you can find those emails.
Forum: Plugins
In reply to: [Contact Form 7] Responsive Two Column CF7@alpinevp
The code you have pasted has no CSS to it 🙂 – Some CSS classes have been used in the code, you need CSS + HTML to make a form responsive. You won’t be able to make your form responsive with only HTML.The above code shows you how to use CF7 Skins Ready classes to make your form a multi-column form
You definitely can not make your CF7 Form responsive with this code if you are NOT using CF7 Skins Ready which is an add-on to the free CF7Skins plugin.
Forum: Plugins
In reply to: [Contact Form 7] Responsive Two Column CF7See also the following CF7 Skins Documentation which might help you:
Contact form 7 form in columns – shows how to place form fields vertical columns using the CF7 Skins Ready Add-on.
Forum: Plugins
In reply to: [Contact Form 7] in-line spacing for textbox and titlesIt seems you have some in-line CSS which could be the course of this problem. Please include all your form tags. If others here are able to understand your actual problem, they may be able to offer a possible solution.