• Resolved jeremycaris

    (@jeremycaris)


    I created a basic template page, adding:

    <?php echo wp_stripe_form(); ?>

    The layout is messed up and css tweaks don’t really resolve it. If I use the shortcode instead, it doesn’t open up in thickbox. It changes the url and loads outside of my theme. In this case, the layout looks perfect. I don’t know what else to do to resolve either issue.

    In this example, I have the shortcode in the template page I created so that you could see both issues.

    I really want to use this plugin. Thanks for your help!

    http://wordpress.org/extend/plugins/wp-stripe/

Viewing 1 replies (of 1 total)
  • Plugin Author Noel Tock

    (@noel_tock)

    This one is pretty straight forward, jQuery is breaking before it hits thickbox, as per console:

    Uncaught ReferenceError: jQuery is not defined

    As for the CSS, I try to be one size fits all, but themes can be quite dominant sometimes. Like this one, that sets a min-width on input fields.

    In other words, the thickbox can be resolved within minutes and the CSS with 20 mins of CSS testing/playing around.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Stripe] CSS issue on template page’ is closed to new replies.