GusRuss89
Forum Replies Created
-
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Multifile uploadHi @adage,
I am updating the plugin right now (v2.1.0) with basic support for the Multifile Upload Field for Contact Form 7 plugin.
Note that version 2+ has an option to switch between v1 and v2. The update will only work with the switch unchecked (i.e. – using the latest version).
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Apply MDCF7 styles to the comment formHi @adage,
Unfortunately there’s no easy way to do this at the moment, but it’s a good idea and something I’ll consider adding in the future – either as part of the plugin or as a separate plugin.
If you’re ok with html/PHP then it might be fairly simple to achieve once I release v2 (in the coming days), just by editing the html of your comment form. If you’re interested in trying to achieve this by editing your theme, contact me at angus.russell89@gmail.com.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Multifile uploadThat plugin looks pretty old, and shows some warnings about using deprecated CF7 functions. I’d probably avoid it if you can find a better one.
To integrate you should just be able to wrap it with the [md-file] shortcode. It won’t be perfect, it might be that only the first file name is displayed if you select multiple.
[md-file label="Multi File"] [multifile multifile-828] [/md-file]Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Multifile uploadHi @adage,
CF7 doesn’t have multi-file uploads by default, but there are a few other plugins that you can use to achieve this. They may come with certain trade-offs like always being zipped up together etc.
I haven’t tested any multi-file upload plugins with my plugin, so if you find they don’t work well together, let me know and I can look into why not.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Starting issueHi @yeromandrake,
I’m closing this for now and assuming that you managed to fix your issue. If you haven’t, just reply again and I’ll re-open it.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Starting issueHi @yeromandrake,
Can you confirm that after you add the material design shortcode using the button, you’re also putting a CF7 form tag inside the [md][/md] shortcodes?
If so, then I’m not sure what this could be, but I’d be happy to take a look if you’re willing to create a temporary admin account for me – you can create an account for angus.russell89@gmail.com
Thanks,
AngusHi @tomsenior856, it looks like you’ve switched to use Vimeo instead of this plugin.
FYI the first things I would have checked were how large each of the files were in each format, and ensured you had both mp4 and webm formats.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] DatesYou can change your date field to this.
[date* min:today]You can also add a max, and a variety of other attributes. See the CF7 date field documentation here: https://contactform7.com/date-field/
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Misalignment of text on Submit buttonHi @arunavtnt,
Your theme has a
!importantCSS selector adding extra padding to the buttons. To fix it we just need to add our own!important.Add this CSS to Appearance > Customise > Material Design Forms > Custom CSS.
#cf7md-form .mdc-button { padding: 0 16px !important; }That will fix your issue.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Not WorkingHi @jwcisd,
Glad you managed to figure it out. Could you let me know what the issue was in case it pops up for someone else in the future?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] PHP Error againHi @pushka,
I’m closing this issue for now because it does seem likely to me you’re using an old version, and the issue has since been fixed.
If it’s not resolved, just mention me (@gusruss89) in your reply.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Drop Down Select styleHi @jessman5
This will be fixed in v2, which is an upgrade to the new material styles for inputs and select fields. The new versions do have a floating label, while the old ones did not.
See the demo here – https://material-components.github.io/material-components-web-catalog/#/component/select
v2 is still in development (it’s a big job to make sure the update doesn’t break people’s existing forms) and does not yet have an ETA.
Sorry about that, but you can be assured that I am working on improving this.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] PHP Error againHi @pushka, it seems like you might be using an old version – line 71 does not contain a
foreach()in the latest version, and this sounds like an issue that I fixed a while back. Could you please let me know what version you’re using, and if it’s old – try updating?Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Material design outlined text fieldsHi @orbitrod,
Not yet sorry. The outlined fields are a big change and have only just become fairly well supported by Google’s JavaScript library. I am working on V2 of the plugin which will include both of the new field designs. I don’t yet have an ETA for V2 as it’s a fairly big job.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Submit button error after last updateHi @inzerat,
It works for me in Chrome – it is disabled until the terms and conditions are agreed to, which is the correct behaviour.
What browser are you using?
Thanks,
Angus