LESIMOON
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Intending next line under radioboxI don’t think it’s possible to add it in the shortcode.
Maybe you can add it in your header.php ? Also I think you’ll need to add a margin:0 in your style.span.wpcf7-list-item{display:inline-flex;margin:0}Forum: Plugins
In reply to: [Contact Form 7] Intending next line under radioboxIf you can add custom CSS in your theme, try this :
span.wpcf7-list-item{display:inline-flex}
Forum: Plugins
In reply to: [Contact Form 7] Color ButtonWhat about the result?
Don’t mind the /!\ on your screenshot, it just inform you you are using !important but you might need it to override your theme settingsForum: Plugins
In reply to: [Contact Form 7] Color ButtonSeems like it’s working.
.SendBtnColor {background:#ff00ff!important} .SendBtnColor:hover {background:#ff00ff!important}Also add the 2nd line.
Now just put the color you wantForum: Plugins
In reply to: [Contact Form 7] Color ButtonDon’t you have any place in your theme option to add custom css?
Usually in Appearance/Theme OptionsForum: Plugins
In reply to: [Contact Form 7] A bug in Version 4.4.2It’s because [your-email] and your website has a different domain name.
I think this error is to prevent e-mail to be marked as spam.Forum: Plugins
In reply to: [Contact Form 7] my attachments aren't sent in cf7http://contactform7.com/file-uploading-and-attachment/#local-file-attachment
You need to put a relative pathForum: Plugins
In reply to: [Contact Form 7] Color ButtonThat’s weird. Are you sure your css is included on your page?
Else, i’m sorry but I don’t know where it can come from :sForum: Plugins
In reply to: [Contact Form 7] CSS Styling not workingAre you sure you didn’t do any mistake in your css ?
.inputfield-signup {width:45%!important} .button-signup {width:45%!important}I don’t see any other option, this should work.
Else, i’m sorry but I can’t help you 🙁 Maybe try with and id instead of a classForum: Plugins
In reply to: [Contact Form 7] CSS Styling not workingdidn’t you just add the class inputfield-signup and button-signup?
If yes, the problem come from your css (not included in the page maybe)Forum: Plugins
In reply to: [Contact Form 7] CSS Styling not workingYou can add a class to your input and submit button with a 45% width.
[email* your-email class:YourClassName "e-mail address"] [submit class:YourClassName "Send"]in your css file :
.YourClassName{width:45%!important}use the !important setting to override your theme style
Forum: Plugins
In reply to: [Contact Form 7] configuration errorDo you have any link to your site ?
Forum: Plugins
In reply to: [Contact Form 7] Thanks Page with Contact Form FieldForum: Plugins
In reply to: [Contact Form 7] Color ButtonTry to add !important in your stylesheet :
form: [submit class:SendBtnColor “SEND”]
css: .SendBtnColor {background:#ff00ff!important}
Forum: Plugins
In reply to: [Contact Form 7] configuration errorYou can add a class or an ID in your form and style it in your theme css file.
[text your-text class:MyFormClass]
[text your-text id:MyFormID]