davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] error/success messages dont show after click.Suggest you go through theses steps.
1. Switch temporarily to a WordPress default theme (Twenty Eleven etc.) and see if the problem goes away.
If it does, you’ve most likely got a JavaScript conflict with your current WordPress theme.
If switching to default theme doesn’t help it could be one of the plugins you are using that is causing the problem.
2. Disable all plugins other than Contact Form 7
If doing that solves the problem, you can then add back each item – one by one, until you find the real cause of the problem.
You may also use Firebug or Chrome Dev Tools to examine JavaScript conflicts in detail (but you must be skilled at programming with JavaScript)
Also see http://www.wpexplorer.com/plugin-conflicts/ for general guidance.
Forum: Plugins
In reply to: [Contact Form 7] No "Your Message was sent"Explorer & Safari BrowserPlease 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] CF7 in Fancybox without access to home.phpSuggest you contact your theme/Easy Fancybox support for help on this – looks like this is not a Contact Form 7 issue.
Forum: Plugins
In reply to: [Contact Form 7] send message to more then one EMail-adressYou can add multiple email addresses separated by commas (NOT semicolons) in the To: field in Mail Section.
You can also cc: and bcc: using the Additional headers: field in Mail Section – see Adding Cc, Bcc and Other Mail Headers.
Forum: Plugins
In reply to: [Contact Form 7] error/success messages dont show after click.This is could be due to a JavaScript conflict with either your current WordPress theme or one of the other plugins you are using – see JavaScript Conflict Problems for guidance on how to investigate this.
Forum: Plugins
In reply to: [Contact Form 7] How to modified the messages' style?The actual look of CF7 forms on your website will depend largely on the current WordPress theme used and the CSS styling that the theme applies to standard HTML form elements.
You may also use 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 position 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] Checkboxes not alignedAs is is in the CF7 standard CSS, every time the plugin is updates, my changes wil be lost.
Right on, you could have also done something like the code below and added your CSS via a child theme or a custom CSS plugin to override what’s in your WP theme style sheet.
.wpcf7 .wpcf7-list-item { margin-left: none; }So, is is possible for the CF7 developers to change this?
Probably not considering millions of people use CF7 and have not had this problem. CF7 CSS styling is minimal and that make a blend with most themes out there.
Your issue appears to be due to following the CSS styling applied to the standard HTML form elements in your WP theme style sheet:
.first { margin-left: 0 !important; padding-left: 0 !important; } .last { margin-right: 0 !important; padding-right: 0 !important; }Forum: Plugins
In reply to: [Contact Form 7] Increase Upload File Limits to 10MBadding to what @takayukister has provided. You may try the upload filesize plugin
Forum: Plugins
In reply to: [Contact Form 7] Send button invisible@csmithfcedge 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.
Please 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] Acceptance error message positionSee http://contactform7.com/customizing-validation-error-messages/
You may also use 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 position to suit your requirements.
See also Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.Forum: Plugins
In reply to: [Contact Form 7] New field added, style missing!CF7 now uses the new HTML5
input[type="tel"]for phone number fields andinput[type="text"]for other fields.Looks like the CSS in your current WordPress theme does not cater for this new HTML5 email input field.
http://contactform7.com/faq/#Why_does_my_email_address_input_field_look_different gives some guidance on how make these fields look the same in your current WordPress theme.
See Styling Contact Form for a general explanation of styling CF7 forms using CSS. If you are not familiar with CSS, this page also includes some links to where you can learn CSS.
Forum: Plugins
In reply to: [Contact Form 7] I want show pop-up when e mail has been sent successfullyWarning: This plugin has not been tested with your current version of WordPress.
Is that the warning you get?
Where would you like the information on the form remain? Please include a link to your Contact Form 7 form and explain your problem into detail. If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.