davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Changing font size on Contact Form 7To change the size of the font in CF7 you would need to edit the CSS style sheets used by your WordPress theme.
See Styling Contact Form for a general explanation of styling CF7 forms using CSS.
There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.
The code below should change the font size of
<p> [checkbox* opt-in default:1 "Subscribe to our newsletter & offers"] </p>
β.wpcf7-form .wpcf7-list-item-label { font-size: 12px; }Forum: Plugins
In reply to: [Contact Form 7] how to get email updatesThis is not available directly in Contact Form 7. You may achieve this with the help of some other plugins
Forum: Plugins
In reply to: [Contact Form 7] Boxes too large for mobile viewPlease 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] Info input into form not coming throughπ – glad you solved it
Forum: Plugins
In reply to: [Contact Form 7] Analytics tracking not working properlySee How to add CF7 tracking to UA
and Tracking form with google analyticsThis thread could also be of helpββ
Forum: Plugins
In reply to: [Contact Form 7] half the output form the pop-up windowPlease 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] Info input into form not coming throughGreat! But I am more interested in your mail section. Please provide me with the tags in the MAIL SECTION.
Forum: Plugins
In reply to: [Contact Form 7] Submit Button won't ClickPlease 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] How to style choose file button in contact form7 ?Styling of Upload / Add File is largely contolled by the selected browser unless you use Javascript to override this – see style file input type
Forum: Plugins
In reply to: [Contact Form 7] My contact form 7 not seding mails@fernandaredea As per the Forum Welcome, please post your own topic.
Forum: Plugins
In reply to: [Contact Form 7] My contact form 7 not seding mails@ibrarhussainbest
The green Success message and not receiving any error messages is a very clear indication that CF7 is sending the email.So your email is probably being seen as spam somewhere in the email process. This is usually due to email headers (in particular the From email address used) or email content.
You may provide me with all the tags in the mail section of your form for me to inspect and provide you with support.
See Contact Form 7 Email Issues – this links to a much more comprehensive article which also covers emails being considered spam.
See also Best Practice to Set Up Mail.
Forum: Plugins
In reply to: [Contact Form 7] Responsive fields is it possible?@adonaicb In my reply above, I provided a link to plugins which allow you to add and make CSS changes to your wordpress site.
I have also provided you with a link that teaches you how to use a child theme to make changes to your wordpress site. You may read from those links for guidance on how to make CSS changes to your site.Forum: Plugins
In reply to: [Contact Form 7] Info input into form not coming throughPlease include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. If others here are able to understand your actual problem, they may be able to offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] upload & send multiple attachment through contact form 7This 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] Change font color of Contact 7 – Auto responsesπ – sorry for the first reply.
You may use Firebug or Chrome Dev Tools to examine the CSS used for the confirmation elements.
Altenatively you can see the CSS the CF7 plugin uses for confirmation message elements at Default CF7 CSS style.
You could change the font color by
βdiv.wpcf7-response-output { // change your color hereβ color: #398f14; }