GusRuss89
Forum Replies Created
-
Hi Daniela,
If disabling material design didn’t fix the issue, then the issue is not with the material design plugin.
If you want, you can create a temporary admin account for me (send it to angus.russell89@gmail.com – don’t post it here) and I will have a quick look and see if I can diagnose your issue.
Thanks,
AngusHi Daniela,
Did number 3 (disabling material design) fix the issue?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Parse Error after Update to 1.8.0Hi @markima75,
Glad to hear that. I’d be interested to hear your thoughts on the new shortcode generator if you try it out some time.
Thanks,
AngusForum: Plugins
In reply to: [Video Backgrounds for SiteOrigin Page Builder] Cannot get video to show upHi @paigeread,
Your “page I need help with” is a 404. Is there some other way I can inspect your website?
Thanks,
AngusHi Daniela,
Here are some things you can try.
1. Your Google Analytics code is erroring on this line
if (document.cookie.indexOf(disableStr + '=true') > -1) {due to
>being used instead of>. If you have the ability to update it, change>to>. If you don’t, try disabling Google Analyticator and see if that fixes your issue.2. Safari is complaining about a missing map file. I don’t know why, but you can fix it by saving this page as
jquery.form.min.js.mapand uploading it to your/wp-includes/js/jquery/folder on your server.3. If neither of those work. Try disabling the material design plugin and see if that fixes your issue on mobile (even though the styles will be broken).
If 1 and 2 don’t work but 3 does, please let me know.
Thanks,
AngusHi Daniela,
What type of phone and which mobile browser are you using? It works fine on mobile Chrome on my Samsung S7.
Thanks,
AngusHi Daniela,
What are you testing the mobile version on?
The material design plugin only changes styles, it shouldn’t affect whether the submission is successful or not.
Is it possible your phone was having internet connectivity issues when you were testing?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Load assets on specific pagesHi @juri003
You can do it like this. This code can go in your functions.php or wherever you put code for actions and filters.
add_action( 'wp_enqueue_scripts', 'my_dequeue_cf7md', 99 ); function my_dequeue_cf7md() { // Writing this conditional is up to you if( !is_page( 'contact' ) ) { wp_dequeue_script( 'md-components-js' ); wp_dequeue_script( 'autosize' ); wp_dequeue_script( 'cf7-material-design' ); wp_dequeue_style( 'cf7md_roboto' ); wp_dequeue_style( 'cf7-material-design' ); } }Thanks,
AngusHi @chtoller,
I’m sorry for your experience.
Most of what you didn’t like was due to some third-party tools I use as part of the plugin. E.g. the “Install Plugins” menu item under the Plugins menu comes from TGM Plugin Activation, which is necessary because this plugin requires that Contact Form 7 is installed. TGM Plugin Activation is a very commonly used library in many plugins that require others to be installed.
The security updates and uninstall feedback come from Freemius – the tool I use to provide the premium upgrades. I consider both of these features very helpful, and I actually get a lot of good feedback on ways to improve the plugin via the deactivation feedback form. Freemius have a GDPR update coming in the next few days.
The notice next to the CF7 Save button IS a part of my plugin specifically, and I have taken your feedback on board and added to my to-do list to make it permanently closeable.
I hope you’ll reconsider and give the plugin another chance now that you know these things. Hopefully you’ll find that it does exactly what you need it to do. If so, I hope you’ll also update your rating.
Thanks,
AngusForum: Plugins
In reply to: [Video Backgrounds for SiteOrigin Page Builder] Slow loading videoHi @diana_levy
Your page loading code that shows the spinner might be waiting for the whole video to download before showing the page. Is it faster if you temporarily remove the video?
If that’s the case. Fixing this would be a question for your theme developer.
Thanks,
AngusHi Daniela,
I can’t find your form any more. Can you link me to it again please?
Thanks,
AngusHi Daniela,
I’m marking this as resolved because we’ve discovered your issue. If you’d like to let me know what you were trying to achieve with the customizer, I’m still happy to give you some custom CSS.
Thanks,
AngusHi Daniela,
I will look into it, but also if you let me know what you were trying to achieve with the customizer, maybe I can provide you with some custom CSS that will work just as well.
Thanks,
AngusForum: Plugins
In reply to: [Live Preview for Contact Form 7] can’t set the background colorHi @codepage
It looks like you’re doing it right, there is probably a JavaScript error somewhere.
Any chance you could give me a temporary admin account to debug this? If so you can send to angus.russell89@gmail.com.
Thanks,
AngusHi Daniela,
Could you please try temporarily deactivating CF7 Customizer and check if that fixes the issue? I haven’t tested whether my plugin works alongside CF7 Customizer, if it turns out that it doesn’t then I will look into how I might be able to fix it.
Could you also check whether the same issue occurs if you deactivate Material Design for Contact Form 7? Your form will look weird with shortcodes everywhere, but you should still be able to check if the submit button works properly.
If you let me know the results of the above tests I will be able to help pinpoint and fix the issue.
Thanks,
Angus