Hello,
New pro user, developing a WP theme for a client.
I’m having trouble getting the Stripe Pro form to work. Where Stripe inputs should be loaded I’m seeing the commented out markup: <!-- A Stripe Element will be inserted here. -->.
I can see in the network tab that s2member-o.php is loading the CSS, but theres no JS resource being loaded in at all. No errors in the console.
I’m currently serving the site from a VM running Apache over HTTPS, using an SSL cert I generated myself on my local. Just mentioning this in case its relevant.
Any help would be greatly appreciated as I’m on a tight deadline, thanks!
DS
Update: Running the plugin on the default ‘twentytwentytwo’ theme works. However whenever I switch back to my custom theme, it just refuses. This is even if I comment out everything in functions.php
and disable all other plugins.
Is there anything known on completely fresh themes which can prevent s2member from loading jQuery?