jingyansu on "Problem with Contact Form 7"
Okay thank you for letting me know that, this problem is with the https://wordpress.org/themes/fruitful theme. Now, what is the next step, you should take to get rid of these problems ?
View Articlejingyansu on "Problem with Contact Form 7"
I tried editing the CSS of my theme, but it still doesn't work.
View Articlemaidus on "[Plugin: Contact Form 7] Info is displayed when radio button is...
Hello! Is there any reasonable way to solve my problem? Is there a way to add some kind of information to every radio button and show them only when one is selected? I know how to do it with a pure php...
View Articlejingyansu on "[Theme: Fruitful] Having problem with contact from 7"
Hello my website is http://techyuga.com/. Since i have activated the theme, i have been getting some display problem with my contact form 7. I see a long empty space below my contact forms. Here is a...
View ArticleTakayuki Miyoshi on "Link of bottom of email generated by Contact Form 7"
Just edit it. Setting Up Mail
View ArticleZynex91 on "[Theme: Fruitful] Having problem with contact from 7"
in your style you have: .site-content .entry-content p a img, .site-content .entry-content p img { height: 100%; max-width: 100%; width: 100%; } (Style.css rule 410 ) Remove the: width:100%
View ArticleKishan Techtic on "[Theme: Fruitful] Having problem with contact from 7"
add new class named (.site-content .entry-content p img.wpcf7-captchac) to your style like: .site-content .entry-content p img.wpcf7-captchac { width: auto; }
View Articlejingyansu on "[Theme: Fruitful] Having problem with contact from 7"
You mean, i need to edit it at the CSS of my theme ?
View Articlejingyansu on "[Theme: Fruitful] Having problem with contact from 7"
I tried to put .site-content .entry-content p img.wpcf7-captchac { width: auto; } in my theme CSS. now the captha is coming fine. But i still see a big empty space below my contact forms.
View Articlemanojrohtela on "[Theme: Fruitful] Having problem with contact from 7"
put this code in you style.css .site-content .entry-content p a img, .site-content .entry-content p img { width: auto !important; }
View Articlejingyansu on "[Theme: Fruitful] Having problem with contact from 7"
Great. It worked. Thanks a lot to all of you. Thank you so much manojrohtela..
View ArticlesharrisonUK on "Contact Form 7 mail from picking up web server user account"
WordPress v4.0 + Contact Form 7 v3.9.3 on Debian + Nginx host... All is well except the Contact Form > Mail From field filled in as: Website admin <webadmin@mydomain.com> does not show up on...
View ArticleWenton on "[Plugin: Contact Form 7] ALL submissions being referred as spam"
@rjaeckel - no, there ar eno issues liek that in my discussion settings @buzztone - Have tried all possible solutions in that link but nothing has solved the problem. This is really infuriating,...
View ArticleWenton on "[Plugin: Contact Form 7] ALL submissions being referred as spam"
••• I beleive I have found both the cause of the issue and also the solution••• ••• This post is intended for anyone else who is having the problem as the below may help you solve it••• 1. Cause of...
View Articlematrox-86 on "[Plugin: Contact Form 7] Appearance of additional fields"
Hi all! How realize the next thing? After user selects variant in drop-down menu/checboxes/radio-buttons new additional fields appear. It could be different fields and different amoun of fields. Thanks...
View Articleborisrio on "Contact Form 7 with MailChimp"
I have the same question, sorry for being such a newbie. Where exactly should we place that line of code? I supposed it was at the Edit Contact Form screen - left side Form field. Here's what I have...
View Articleborisrio on "Contact Form 7 with MailChimp"
Ok, ran more tests and it seems like the code is right, but my "fake" name & email address I used as a test wasn't accepted by the system. Now it all seems to be working well.
View Articlethatsgame1 on "Link of bottom of email generated by Contact Form 7"
Oh wow, that was easy. Thank you
View Articlebuzztone on "Problem with Contact Form 7"
Styling Contact Form 7 Forms shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms. In your case you will need something like: .wpcf7 img {...
View Articlebuzztone on "[Plugin: Contact Form 7] Info is displayed when radio button is...
This sort of conditional logic is not available directly in Contact Form 7. It can be done via PHP and/or jQuery. Some of the premium Form plugins do offer some Conditional Logic including Gravity...
View Article