GusRuss89
Forum Replies Created
-
Forum: Reviews
In reply to: [Material Design for Contact Form 7] wait and see.@clbaudequi what was your bug? Your original review said zero support, but I have no support requests from you in this forum or my emails. How were you trying to reach me, and what was the bug? If I know what the bug is then I can fix it for everyone.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] [radio free_text] not workiingHi @slias2209
I wasn’t aware of the
free_textattribute, so I guess for now it’s not supported. Sorry about that.I will add it to the roadmap.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] How to change the ajax loader gif?Hi @vertigoooo
Sorry for the delay. My plugin just uses CSS and JS to replace the default spinner with an SVG. If you want to undo that and use your own, you should just need to reset the plugin’s CSS. Add the following under Customize > Material Design Forms > Custom CSS.
#cf7md-form .ajax-loader { background-image: url(../../images/ajax-loader.gif); width: 16px; height: 16px; } #cf7md-form .ajax-loader .cf7md-spinner { display: none !important; }Let me know if that doesn’t work. I will close the issue for now.
Thanks,
AngusForum: Plugins
In reply to: [Video Backgrounds for SiteOrigin Page Builder] Does it work in Safari?Hi @elmalak,
Yes it looks like the problem is Safari now blocks autoplaying videos. I’m not sure I can do much about that.
Sorry about that.
Thanks,
AngusForum: Plugins
In reply to: [Video Backgrounds for SiteOrigin Page Builder] Does it work in Safari?Hi @elmalak
It should work fine in Safari, do you have a link I can troubleshoot your issue at?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] How to change the ajax loader gif?Hi @vertigoooo
I’ll look at this for you today. For now I am closing your other two posts.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] labels to rightHi @ner
Unfortunately there is no way to achieve that.
Are you using the plugin on a RTL language site? I have not yet done any explicit RTL support. Sorry about that.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Checkbox 2 columnHi @sak86,
I’m not sure why that would change the colours. Do you have a live link where I can have a look?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Checkbox 2 columnHi @sak86,
It’s not currently possible out-of-the-box, it’s been on my to-do list for a while and may eventually be added as a feature.
Depending on how long the text is for each checkbox, you might be able to do it with some custom CSS. (Longer text often makes it harder to align the columns nicely)
In Customise > Material Design Forms > Custom CSS, try adding something like the following:
@media (min-width: 768px) { #cf7md-form .cf7md-checkbox-item { width: calc(50% - 20px); padding-right: 20px; } }The above would apply to all of your checkbox fields. If you only want it to apply to one, replace
#cf7md-form .cf7md-checkbox-item {with#cf7md-form .[[checkbox-name]] .cf7md-checkbox-item {, where [[checkbox-name]] is the name that you use in your email template to display the field.Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Transfer license to new live domainHi @sak86
It’s possible to do that, also if you are building your site locally at a localhost address it will not count as a site and you will still be able to use it for a live address.
If you have any issues transferring the license when you go live, just let me know via email (you’ll have my email after upgrading) and I’ll do it manually from my end.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Dark theme in this pluginHi @mhd7r,
Just add the
themeattribute to yourmd-formshortcode.[md-form theme="dark"] ...your form code [/md-form]Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Admin sidebar toggle buttonWould you be happy to provide me with login details for your site? If you can add a temporary admin user with the email angus.russell89@gmail.com – I will log in and see if I can figure it out.
Otherwise I’m not really sure what can be done – I can’t figure much out based on the above and would like to ensure this issue doesn’t affect other installations.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Style not loading on contact formHi @beunique
It doesn’t look like you’ve used the shortcodes in your form. On the form edit page, click on the help tab in the top right for info on how to use the shortcodes. The material design page also gives some info on creating your first basic form – http://www.beuniqueuae.com/client/moose-carrots/wp-admin/admin.php?page=cf7md
Let me know if you have any further trouble.
Thanks,
Angus