Forums
(@lithiumlab)
6 years, 7 months ago
I can confirm this. When adding fields to the checkout the order can not be placed.
9 years, 6 months ago
I found the problem on this. on file: /wp-content/plugins/page-transition/class-page-transition.php on line 397 where it says:
:not([class="no-animation"])
changing to this did the trick:
:not(.no-animation)
9 years, 8 months ago
im having the same issue. any suggestions?