Credit card fields not loading
-
I’ve installed WooCommerce and the Stripe plugin on my website. Now I have a problem where the stripe credit card fields aren’t loading at all. You can see an image here.
I have narrowed it down to my custom theme as the fields do load properly with a stock theme. However, I’m stuck on figuring out which part of the theme is messing up with the Stripe plugin. Any help would be greatly appreciated.
Edit: I managed to narrow the culprit even more. If I remove the row in functions.php where I load jQuery, the fields work correctly. Should I load jQuery in a different manner? You can see the line about that below.
wp_enqueue_script( 'google-jquery-3-3-1', 'https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js', array(), false, true );
- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Credit card fields not loading’ is closed to new replies.