Hi @gytisgec,
I tried to take a look at your site but a lot of what appeared to be shortcodes were printing to the pages so navigation was very difficult.
Once you get that sorted I can take another look.
For the JS errors can you pinpoint the location of the js file they are coming from? It may be another plugin is causing an error that is interfering with the credit card form fields from rendering.
Kind regards,
Hi @gytisgec,
I went back to your site and was able to navigate to the checkout page. I can see that the card form fields rendered correctly and are working as expected.
There were no JS errors on the page so I am guessing you figured out what the cause was.
Kind Regards,
Hello,
Sorry about the shortcodes, I deactivated all of the plugins last night to find what the problem is.
With only the core plugins activated ( Woocommerce, BookingWP, Visual Composer and Braintree for Woocomm) everything was working fine. I started activating the other plugins one by one and found that Autoptimize was causing the issue.
Guessing it compresses parts of JS that it should not touch, which causes the errors and prevents the input fields from rendering.
Thank you,
Gytis
Hi @gytisgec,
Thank you for responding with how you resolved the issue.
Thanks,
I started activating the other plugins one by one and found that Autoptimize was causing the issue.
Guessing it compresses parts of JS that it should not touch, which causes the errors and prevents the input fields from rendering.
Could be due to CSS or JS optimization, try to identify which one by disabling (and re-enabling) CSS optimization and then JS optimization. once you know that you’ll have to look into which CSS- or JS-file to exclude from optimization to fix.
AO’s FAQ has more info on troubleshooting and how to exclude.
hope this helps,
frank (ao dev)