GusRuss89
Forum Replies Created
-
Hi @abhijitshilawat,
Thanks for using the plugin.
Unfortunately, right now the plugin is incompatible with the international phone input plugin. It is on my to-do list to get the plugin working with one of the available plugins, but it may not be ready for a few weeks.
I’m sorry I can’t be of more help immediately.
Thanks,
AngusHi @elmes,
There’s no need to upgrade to pro to get your form working, you just need to wrap each of your form fields with a separate shortcode (not just the form).
There’s a code example beside the main form editor that shows you what your form should look like, and you can use the “Material Design” button to generate the shortcode for each field.
I’m sorry about the ads, I’ve had a few people say the same and I’m planning on toning them back a bit.
I’d love for you to give the plugin another go, I’m even happy to build the form for you – if you send me your current form code I can add the material design shortcodes and send it back 🙂
Thanks,
AngusHi @bhupalsingh,
Unfortunately the material design components library (by Google) doesn’t support multi-select fields. Sorry about that.
The best option for you is probably to use checkboxes instead. Checkboxes are a more generally accepted form of multiple-choice input, and easier for users to use and understand.
If you have a lot of options, you can always use the
displayoption of the[md-checkbox]shortcode to group them into columns.Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Can’t see labelsHi @jorlind,
This is most probably a CSS conflict with the theme. I would be happy to help you fix it if you can get the site up to a staging server where I can inspect it. Without access (just to the front end) there’s not too much I can do unfortunately.
Thanks,
AngusHi @bigshow,
What version of the plugin are you using?
Also, does it work if you provide data manually (I.e. can you test this please)
[md-select label="Event Country" help="Please Select the country where the party will accure"] [select* country-lists include_blank "USA" "Australia" "Denmark"] [/md-select]Please let me know the plugin version and the result of the test above.
Thanks,
AngusHi @bigshow
Can you confirm that you have a
label="Something"on your[md-select]shortcode?If you do, could you please paste your form code here for me to check?
Thanks,
AngusHi @tanushree42,
Try changing this
#cf7md-form .mdc-text-field .mdc-floating-label { bottom: 12px; }to this
#cf7md-form .mdc-text-field:not(.mdc-text-field--textarea) .mdc-floating-label { bottom: 12px; }Let me know if it doesn’t work 🙂
Thanks,
AngusHi @tanushree42
For the form you linked, the following custom CSS should suffice. You can add it via Appearance > Customize > Material Design Forms > Custom CSS.
#cf7md-form .mdc-select .mdc-floating-label, #cf7md-form .mdc-text-field .mdc-floating-label { font-size: 16px; line-height: 1.75; } #cf7md-form .mdc-text-field .mdc-floating-label { bottom: 12px; } #cf7md-form .mdc-text-field__input, #cf7md-form .mdc-select__native-control { font-size: 16px; line-height: 1.75; } #cf7md-form .mdc-text-field--textarea .mdc-floating-label { padding-top: 8px; margin-top: 2px; padding-bottom: 2px; }You can play around with the pixel values if you like. You should probably keep the line-heights at 1.75 though.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Mailpoet Checkbox supportHi @adage. I will add it to my list to check out.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Range field supported ?Hi @adage,
Currently it is not, but it is on my list of things to add.
Sorry about that.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Javascript ErrorHi @nickelnext,
Is your site live somewhere with this error still occuring? If so I’m happy to debug for you.
Did you discover that it’s not to do with your popup plugin? I see you edited that line out…
Thanks,
AngusForum: Plugins
In reply to: [Live Preview for Contact Form 7] Form preview not refreshing dynamicallyHi @dregad
That’s perfectly understandable 🙂
I think the first thing to do is probably to turn on WP_DEBUG and WP_DEBUG_LOG.
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true );Then your debug log (in wp-content folder) will hopefully record the 500 error. The error might be self-explanatory enough for you to have a go at fixing in the PHP, but otherwise just let me know what the error is and I’ll see if I can figure out why it’s happening.
Thanks for your help on this!
AngusForum: Plugins
In reply to: [Live Preview for Contact Form 7] Form preview not refreshing dynamicallyHi @dregad,
I’m keen to fix this, but not sure what direction to point you in to do it yourself. Would you be happy to create a temporary admin account for me on your site so that I can debug? If so, can you please create one for angus.russell89@gmail.com and email me the details?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Plugin Not workingForum: Plugins
In reply to: [Material Design for Contact Form 7] Plugin Not workingHi @vimalfzr,
What version of WordPress are you using? The plugin requires at least version 4.4 of WordPress.
If your version is older than that, you will need to update if you want to use the plugin.
If your version is 4.4 or newer, can you try turning on WP_DEBUG and let me know what the error messages say? You’ll find instructions about turning on WP_DEBUG here: https://www.pipeten.com/support/scripting/enabling-wp_debug-in-wordpress/
Thanks,
Angus