Hi @jscongdon
Can you try disabling bwp-minify and see if that helps? It looks like the CSS didn’t get minified properly for some reason.
If it does help, try and find an option to re-do the CSS minification (I don’t know anything about the bwp minify plugin but surely it would have that option somewhere).
Thanks,
Angus
Minification has been removed. I am getting slightly better results.
Looks like there were some other minifications enabled as well. I cleared caches and disabled those.
So the problem is resolved?
Hi @jscongdon,
The form has disappeared from the page entirely now. Where can I go to help you keep debugging?
Thanks,
Angus
It’s still there. I just reduced the entries to see if there was a specific field that was causing an issue.
Current shortcode in the form is:
[md-form theme="dark"]
[md-text label="Your name"]
[text* your-name]
[/md-text]
[md-text label="Your email"]
[email* your-email]
[/md-text]
Hi @jscongdon
It looks like it’s working now. You just need to remove theme="dark" from the [md-form] shortcode and add the rest of your fields back in (don’t forget the closing [/md-form]. The dark theme is for when you have a dark coloured background.
Thanks,
Angus
Ok… yeah, I didn’t copy the end tag there.
For some reason, I was thinking the dark theme would create a Dark Material Theme. The dark theme setting seems to take care of most of it.
I replaced the full listing of test fields, and the md-switches aren’t triggering.
NVM, I’m just seeing they are part of the Pro package.
Looks like everything is working now.
I’ll slowly integrate what I disabled and see where the conflict is.
Thanks.
Hi @jscongdon
The problem was that BWP Minify didn’t include the plugin CSS in it’s minified bundle. If that happens again, maybe BWP Minify has an option to exclude a particular file from minification? If so, that should fix your issue.
Thanks,
Angus