GusRuss89
Forum Replies Created
-
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Does not work for IE11Hi @dhirschberg
Which version of Edge are you using? It works for me on Edge 17.
I don’t currently have access to a Windows computer with IE11 but I will track one down.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Form won’t send on mobileHi @redmorgane
I’m marking this issue as resolved for now. If you still have the issue, feel free to reopen.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Not working in Elementor Popup.Hi @kamlesh1
I am marking this as resolved for now. Feel free to re-open if you still have the issue.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Select field selects wrong optionThanks for letting me know. I’ll mark this as resolved, but have added a to-do to my list to fix the issue for others.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Select field selects wrong optionI know this isn’t necessarily a solution, but does it work if you add
include_blankto your select?E.g.
[md-select label="Priority"] [select priority include_blank "Normal" "High"] [/md-select]Let me know and if that’s what’s causing it, it sounds like a bug.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Select field selects wrong optionThis seems to work fine for me. What browser are you using?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Select field selects wrong optionThis is an issue I’ve not encountered before.
Is your site live somewhere? If I can take a look it will help me debug.
Thanks,
AngusForum: Plugins
In reply to: [Live Preview for Contact Form 7] Error after saving CF7Hi @avk-1
Hmm, this is an old bug that I thought was fixed a long time ago.
I will have another look, but just to make you feel better, you can press continue (or whatever the button says) on that alert box and essentially ignore it.
Thanks for letting me know.
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Remove Outline ColorHi @nyceone1
The colours are there to indicate to the user the state of the field. It makes the form feel more interactive, and helps them complete it efficiently.
The red colour indicates that the field has an error. Either it’s required and you left it blank, or you entered text in the wrong format (e.g. an invalid email address). I would advise against trying to override this.
The blue colour is just your theme’s primary colour. The premium version of the plugin allows you to change this to any colour you like. In your case, maybe you’d like to change it to a darker grey. You can test this feature out by clicking “Customize” on the admin bar from the page with the form on it.
You can force the non-outlined field backgrounds to be transparent using this CSS. Add it under Appearance > Customize > Material Design Forms > Custom CSS.
#cf7md-form .mdc-text-field, #cf7md-form .mdc-select { background-color: transparent !important; }Let me know if you have any other questions 🙂
Thanks,
AngusHi @ashleybest,
Could you please email me at angus.russell89@gmail.com from the email you tried to purchase with? I will check if anything went through and we can sort you out over email (premium support is not allowed on the WP forums).
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] List CSS classes for MD stylesClosing in favour of the premium support channel.
Forum: Plugins
In reply to: [Live Preview for Contact Form 7] Upload fileHi @bugufrank
If you use the shortcode generator (the “Material Design” button in the form creator) you’ll have the option to set those. You can also find instructions in the Help section (top right of the form editor page). You just need to change it to this:
[md-file label="Upload your resume" help="doc,docx,pdf" nofile="Nothing chosen" btn_text="Upload Now"] [file file-68 filetypes:doc|docx|pdf] [/md-file]Thanks,
AngusLooks like it’s missing a bracket. Sorry about that. Try this.
function graficoantonio_dequeue_cf7md() { if( !is_page( 'contacto' ) ) { wp_dequeue_script( 'autosize' ); wp_dequeue_script( 'cf7-material-design' ); wp_dequeue_style( 'cf7md_roboto' ); wp_dequeue_style( 'cf7-material-design' ); } } add_action( 'wp_print_scripts', 'graficoantonio_dequeue_cf7md', 100 );Thanks,
Angus- This reply was modified 6 years, 11 months ago by GusRuss89.
Thanks for giving the plugin a go!
It looks like your theme sets the HTML font size to a small value.
Try adding this custom CSS under Appearance > Customize > Material Design Forms > Custom CSS.
html { font-size: 16px !important; }It should fix your form, but may mess with the rest of your theme’s fonts. If it does, feel free to send me a link to your website and I’ll see if we can write some custom CSS to fix both issues.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] PHP Fatal error – FreemiusHi Phillip,
The plugin uses Freemius for licensed management. You’re probably right about it going offline briefly. Is it still giving you this error?
I will also tag @freemius in this, who will have a better idea of why this might have happened (even if the service goes offline, you shouldn’t end up with a fatal error).
Thanks,
Angus