GusRuss89
Forum Replies Created
-
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Browser supportWhat fields are you using that look wrong? Can you send me a link to your page please?
Thanks,
AngusHi @matimiak,
It looks like on your dev version there are
<p>tags around some of the elements like the video and its associated script tag. That seems to be what’s causing the issue, so if you can find out why you’re getting those<p>tags inserted, and prevent them, it should work again.Thanks,
AngusForum: Reviews
In reply to: [Material Design for Contact Form 7] WARNING!! Crashed my website!!Hi @twm83,
I’m sorry to hear about your experience. To help me understand what happened in your case, and how it can be prevented in the future, could you please let me know a few things about your install?
What version of WordPress are you using?
What other plugins do you have installed?
What hosting are you using?Please understand that this is not something that happens to everyone (it’s happened to one other user before, who was using an old, unsupported version of WordPress) – there must be something about your environment that caused it, and if you help me figure out what that was (by answering the above questions) I can prevent it from happening to others in the future.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Design error with file uploadHi Lotfi B,
Your form is inside a
<div align="center"></div>– the material design plugin is not made to work when centred. If you remove thealign="center", everything should work as intended.Thanks,
AngusHi @camevol,
The only thing I can think of is that your browser has cached the stylesheet from a previous plugin version.
Can you please try emptying your cache and re-trying? (Menu > Settings > Clear browsing data > Choose what to clear > Select cached data and files > Clear)
Thanks,
Angus@camevol to see if it’s just your version, can you visit the demo site in your MS Edge browser and see if it does the same thing?
Hi @camevol,
Hmm, this was a bug I fixed a few releases ago. Are you definitely on the latest version? I’ll also double-check my fix is still working and get back to you.
Thanks,
AngusHi @rohitstern,
Even if you solve this particular issue, there are likely to be others that come up if you stick with WordPress 3.9. You are also risking your site’s security by not upgrading. My recommendation is to take a backup and upgrade WordPress.
Thanks,
AngusHi Rohit,
I’m looking into this now. What version of WordPress are you using?
is_customize_preview()is a WordPress function introduced in version 4, so you’ll need to have at least WordPress 4 for it to work.Thanks,
AngusHi Rohit,
It looks like you’re getting a fatal PHP error and the rest of the page is not being displayed (notice there’s no footer either). Can you try turning
WP_DEBUGon in yourwp-config.php, reload the page, and then take a screenshot of the errors that show up? That should help me debug the issue for you. Once you’ve taken the screenshot you can turnWP_DEBUGoff again so that your other site visitors don’t see any errors.Here is info on debugging – https://codex.wordpress.org/Debugging_in_WordPress – essentially just change your
wp-config.phpso that this linedefine( 'WP_DEBUG', false );becomes
define( 'WP_DEBUG', true );Thanks,
Angus- This reply was modified 9 years ago by GusRuss89.
Hi Rohit,
Did you add the form shortcode to a page or post? And is there a url I can see your page on?
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] Error ID in web consoleHi @momo-fr,
Thanks for letting me know. It’s not an error just a log that I forgot to remove. It will be gone in the next update.
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Translate form items.There are no translation files because all text output by the plugin is configurable within the shortcodes.
For file, you can specify both those pieces of text.
[md-file label="Anexar Currículo" btn_text="Escolher arquivo" nofile="Nenhum arquivo selecionado" help="Somente PDF com até 2mb"] [your file field here] [/md-file]I don’t know Portugese, just used Google Translate so no idea how accurate those translations are 🙂
FYI all documentation is in the help tab (top right of the page) while you’re editing your form.
Thanks,
AngusForum: Plugins
In reply to: [Material Design for Contact Form 7] acceptanceHi @trollsk1n,
Ah I see. You found a bug. I have updated the plugin with a fix for it. Please let me know if it does not fix the acceptance field for you.
Thanks,
Angus