GusRuss89
Forum Replies Created
-
Forum: Reviews
In reply to: [Material Design for Contact Form 7] Fantastic Plugin@kparker1 thanks for the review.
If you’re referring to the Contact Form 7 Conditional Fields plugin, there is a quick fix for that for now (see here – https://wordpress.org/support/topic/style-in-groups-on-cf7-conditional-fields/) which will also be included in the next update.
Thanks again 🙂
AngusForum: Reviews
In reply to: [Material Design for Contact Form 7] Nice PluginHi @foxiedesigns, thanks for your review.
The date and time pickers are not implemented yet because I’m using Google’s Material Components Web library, and they haven’t yet implemented date and time pickers.
I’ve evaluated every other material design datepicker I could find but none seemed a good fit for this project.
As soon as Google implement the datepicker I will add it to the plugin. There is an open issue on Github for it here: https://github.com/material-components/material-components-web/issues/55
Thanks!
AngusHi Matthias,
Ok thanks for the info. I will find a computer with Internet Explorer and old Firefox to test on. It works on all the browsers on my laptop.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] re-installation of the pluginHi @scali79
You are doing it correctly. Can you let me know what the error says and I’ll see if it’s something I can fix?
In the meantime, you can always download the premium plugin from wp-content/plugins via FTP or CPanel and upload to your new site. Your license key will be the same as the site you bought the plugin on.
Thanks,
AngusHi @grosmatou
I had someone ask this recently and it was a pretty easy fix which will make its way into the plugin soon. For now you can do the following.
Add the following CSS under Customise > Material Design Forms > Custom CSS.
[data-class="wpcf7cf_group"] { grid-column-end: span 12; }Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] CSS ErrorHi @esyagentur,
That thing rotating isn’t the alert it’s a custom loading spinner that your theme must have added.
To fix, go to Customise > Material Design Forms > Custom CSS and add this:
#cf7md-form .fusion-body .wpcf7-form .fusion-slider-loading, #cf7md-form.fusion-body .wpcf7-form .fusion-slider-loading:after { width: 3em !important; }If you want to make further changes to the look of the alert, like I said above, don’t try and delete CSS from the plugin as it will just get re-added next time you update it. Instead, add your own style rules into this selector (in the same CSS box as where you put the above code).
#cf7md-form + .wpcf7-response-output { /* your overrides here */ }Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] CSS ErrorHi @esyagentur,
Rather than delete CSS from the plugin, you’re better off adding your own CSS to override the parts you don’t like.
You can do this under Customize > Material Design Forms > Custom CSS.
Remember to put
#cf7md-formas the start of each CSS selector. The plugin needs this because it needs to be quite specific to override theme styles. Here’s a start on some custom CSS.#cf7md-form + .wpcf7-response-output { /* your overrides here */ }Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] insideHmm I can’t see the span in your html. Can you send me your form code? Or create a temporary user account for angus.russell89@gmail.com so I can log in and have a look?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] insideHi @cloudduster
It should work, but you may need to put it in a [md-raw] shortcode if the layout doesn’t look right (the form uses CSS grid).
If you’re still having trouble, send me a URL to have a look and I’ll let you know what you need to change.
Thanks,
AngusForum: Plugins
In reply to: [Video Backgrounds for SiteOrigin Page Builder] Video Not LoadingThe video urls you put in this forum post work, but they’re not the same as the urls you’ve used for your background video. On your site you’re using http://p3is.primedigitaldesign.com/media/video/large_format_printers.mp4 and http://p3is.primedigitaldesign.com/media/video/large_format_printers_san_antonio.webm, both of which give me a 404 page.
Also, your Ogg source is a jpeg, feel free to just leave that one blank, you don’t really need Ogg these days.
If it still doesn’t work when that’s fixed, let me know.
Cheers,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Material field not showingActually I think I know what the problem is. Does your theme include
wp_footer()before the</body>tag? It looks like it doesn’t, so the plugin JavaScript (and probably lots of other JavaScript for other plugins) is not being loaded.Here’s the page on the codex about
wp_footer(): https://codex.wordpress.org/Function_Reference/wp_footerForum: Plugins
In reply to: [Material Design for Contact Form 7] Material field not showingHi @tomowow
Can you please send me your form code, or set me up with a temporary user account for the email angus.russell89@gmail.com?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Youtube Tutorial Martial Design CF7Each contact form 7 form tag (E.g.
[text your-name]) has a corresponding material design shortcode that wraps around it.E.g.
[md-text label="Your name"] [text your-name] [/md-text]Each demo on the website has code samples for you to look at (example), and all the documentation can be found in the help tab (top right of the page) when you’re editing your form.
There is also a blog article that helps you get started: https://cf7materialdesign.com/how-to-apply-material-design-to-contact-form-7/
Let me know if you need any more help.
Thanks,
Angus