davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] ColumnsYou could consider using Contact Form 7 Skins to style your Contact Form 7 Forms.
You can now use the add-on CF7 Skins Ready to make multiple columns
Forum: Plugins
In reply to: [Contact Form 7] Problem with widget on the side in responsiveThe code below should help solve your problem on screen 780px to 1200 px
Inspected the form @ http://depannageordinateur.fr/
correction:
.wpcf7-form .wpcf7-text { width: 250px; } /*on desktop*/ @media screen and (max-width: 800px){ .wpcf7-form .wpcf7-text { width: 180px; } } /* @screen 780px to 1200 px */add your code via https://wordpress.org/plugins/simple-custom-css/
Forum: Plugins
In reply to: [Contact Form 7] forms don't arrive in mailCan the web host be the reason for not working forms?
Yes, though 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. Has a comprehensive and detailed article which covers many issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
Forum: Plugins
In reply to: [Contact Form 7] How to insert contact form in sidebar, below slider ?But I would like to display the slider (which is full width) above page content and sidebar.
CF7 will display anywhere in the content of your page depending on where you put the shortcode :)
I think this is not a CF7 issue. Probably a good idea to contact your themes support for help on this issue. Forum: Plugins
In reply to: [Contact Form 7] Capistrano DeployI get things working on localhost… After deploying to production server from localhost, contact forms fail to send messages.
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. Provides a comprehensive and detailed article which covers many issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
Forum: Plugins
In reply to: [Contact Form 7] Contact From Name & Email errorForum: Plugins
In reply to: [Contact Form 7] Contact From Name & Email errorSee Contact Form 7 Email Issues. A comprehensive and detailed article which covers many 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] recatchpaYou probably wont be able to use reCAPTCHA without a google account.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 popupIt can be done via custom programing but you would need to be rather skilled at WordPress development using jQuery.
Forum: Plugins
In reply to: [Contact Form 7] Link Contact Form 7 with Online Google Excel Sheet?https://wordpress.org/plugins/ns-google-sheets-connector/ – could be of help
Forum: Plugins
In reply to: [Contact Form 7] Google Analytics Track Event On Submit ButtonYou could have such problems if
on_sent_okis not used properly.See Tracking Form Submissions with Google Analytics.
Also see Contact Form 7 on WordPress with Google Tag Manager
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 on windows serverThough 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] Problem with widget on the side in responsiveI have inspected the form at the link provided and with the dimension stated in your question. If you can make the width of the email, name and subject fields the same as that of the textarea (message field) the problem would be solved.
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 appearance of the form to suit your requirements.
See Styling Contact Form 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 reply to the thread and I will have look. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Can't fill out fromIf this resolves your question, it helps others contributing here, if you can flag your post as [resolved]
Forum: Plugins
In reply to: [Contact Form 7] form sumbission answers not showing to recipientFind the mail section on the second tab of CF7 user interface
For example the info from the default CF7 form looks like this:
FORM:
Your Name (required) [text* your-name] Your Email (required) [email* your-email] Subject [text your-subject] Your Message [textarea your-message] [submit "Send"]MAIL:
To: name@example.com From: [your-name] <[your-email]> Subject: [your-subject]MESSAGE BODY:
From: [your-name] <[your-email]> Subject: [your-subject] Message Body: [your-message]