Hi @schlorian
The page you linked doesn’t look like it’s using material design at all. Could you copy your entire form’s code into this thread so I can help you debug?
Thanks,
Angus
Hi @schlorian
Actually I can see that none of your website’s scripts (not just material design) are loading – they all show a 404 in the debug console.
I think you’ll need to fix that issue first. Do you have some kind of caching plugin installed? The first step would be to try and disable it.
Thanks,
Angus
Hi Angus
Thank you for your answers. There was WP Super Cache installed, which I have disactivated now. I disactivated also another plugin which could possibly block material design: Meta Generator and Version Info Remover.
The code is identical with what you published on your demos-page. It will be easy to adapt thes as soon as we have succeded to debug it.
Thanks, Schlorian
Hi @schlorian
Your website’s JavaScript files are still not working, they’re returning 404 Not Found. This is not just happening to Material Design scripts, there are others also returning 404.
It looks like the scripts are attempting to load from test.yourdomain.com, while the page you sent me is at yourdomain.com. If you can figure out why the scripts are trying to load from a different subdomain, that will probably help.
I expect that as soon as you get that issue resolved, material design will work as advertised.
Thanks,
Angus
Thank you, this hint was very helpfull. Now it is working fine.