• Hi Nicolas,

    Thank you for making this plugin freely available. I would like to use it primarily to receive monthly subscriptions from our members. However as soon as I activate this plugin, another plugin stops working (WP Simple Pay Pro 3), the “pay here” button disappears.

    I would like to use both plugins. Do you know how to make your plugin compatible with WP Simple Pay Pro 3?

    Thanks,
    Jangdom

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @jangdom,

    Thank you for trying out Direct Stripe and for reporting that behavior.

    I suspect a option of CSS style used in Direct Stripe to hide your simple pay button.

    Could you help investigate and hopefully confirm my guess ?

    If yes, please try activating both plugins and add the code below to Appearance -> Customize -> Additional CSS?

    
    .stripe-button-el {
    visibility: visible !important;
    display: inline-block !important;
    }
    

    Best regards,

    Nico

Viewing 1 replies (of 1 total)

The topic ‘Plugin incompatibility’ is closed to new replies.