GusRuss89
Forum Replies Created
-
Forum: Plugins
In reply to: [Material Design for Contact Form 7] lAbel issue in firefoxThat side menu must get created by JavaScript – is that right? It looks like sometimes it gets created after the material design script runs.
If you know JavaScript, you just need to call
window.cf7mdInit()when you know the menu has been created.If you don’t know JavaScript, you can try just adding this script to your page (some themes have the option to add JavaScript, otherwise you can find a plugin to add scripts.
<script> jQuery(document).ready(function() { setTimeout(function() { window.cf7mdInit() }, 1000) }); </script>Let me know how you go.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] lAbel issue in firefoxIt works fine for me – same on Chrome and Firefox. Could you give me some more information about your environment? E.g. Are you on Windows or Mac? What version of Firefox are you using?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] lAbel issue in firefoxHi @nesis17
Your code looks right. Your theme probably has some CSS that conflicts with Material Design. If you post a link to your form I can give you some custom CSS to fix it.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Tighter Field SpacingHi @garyifpg
You can fix the button colour with this CSS:
#cf7md-form .mdc-button--raised:not(:disabled) { color: #FFF !important; }And tighten the spacing with this CSS:
#cf7md-form .mdc-layout-grid__inner { grid-gap: 12px; /* or whatever value looks best to you */ }You can add this CSS under Appearance > Customize > Material Design Forms > Custom CSS.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Tighter Field Spacing@garyifpg the code looks right. Are you sure it doesn’t make a difference? It can be a bit subtle. Maybe try taking a screenshot of each and then comparing those.
Can you also send a link to your form (front end)? I will take a look.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Tighter Field Spacing@garyifpg can you paste your form code here?
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Tighter Field SpacingHi @garyifpg
It’s an attribute of the md-form shortcode.
[md-form spacing=”tight”]
You can use the shortcode generator (material design button on the form editor) to set your options. The help tab also contains documentation.
Thanks,
AngusHave you got your mailchimp plugin’s settings configured properly?
Try copy-pasting the checkbox that Mailchimp provides directly into your form, (without adding any md-tags) and see if that works. If not then you need to configure mailchimp properly. If it does work, post the mailchimp checkbox code here and I’ll take a look.
Thanks,
AngusYou can use this code to add a mailchimp subscribe form. Note you can also find this in the help tab (top right of the contact form edit screen).
[md-accept label="Mailchimp" terms="Subscribe me to emails"] <span class="wpcf7-form-control-wrap"><input type="checkbox" name="mc4wp-subscribe" value="1" /></span> [/md-accept]Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Error Message: Freemius APIHi @eloq
If the issue only just started occurring, it could be a temporary bit of downtime with the Freemius API.
If it’s still occurring, you will need to contact your web host as per the error message.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Can’t get rid off the red notificationHi @czares
I think your issue might be the same as this one – https://wordpress.org/support/topic/plugin-causes-validate-fields-notice-to-disappear/
This should be fixed in the next update.
Thanks,
AngusForum: Plugins
In reply to: [Video Backgrounds for SiteOrigin Page Builder] Video Not working Safari iOsHi @effectiveon
The latest version of jquery-background-video works on iOS. You can get this plugin to work for you on iOS by replacing the plugin’s version of jquery.background-video.js with the latest version, which you can copy from here – https://github.com/BGStock/jquery-background-video/blob/master/jquery.background-video.js
Thanks,
AngusHi @corybolles
Thanks for reporting. I will look into this and fix it in the next update.
Thanks,
AngusForum: Plugins
In reply to: [Live Preview for Contact Form 7] Live preview not working anymoreHi @m4t1eu06
Sorry for the late reply. I’ve been on holidays.
Thanks for the detailed report. I will look into this and let you know. It sounds like it might be a bug in the latest release.
@miladav I think you might be in the wrong place, this is a support channel for the plugin “Live Preview for Contact Form 7”. If you have an issue with the plugin, please start a new thread and give a bit more information about your issue.
Thanks,
Angus