Hello @kimwright,
The options that are specific to each button needs to be set up in the shortcode.
[direct-stripe type=”payment” amount=”5000″ description=”My awesome product/service” ]
The list of arguments/options available is in WordPress.org plugin’s description page.
For your styles issue you would need to edit CSS.
The button class is .direct-stripe-button
Best wishes
ok, where do I place the shortcode please? I tried putting something in the CSS box in customize but it doesn’t seem to do anything to the button?
Paste in the customizer-> CSS
.direct-stripe-button {
width: 5rem;
max-height: 2rem;
}
The shortcode is to be placed in any post or page content editor area.
Best regards
Thanks that worked, but it through out the font on the button – any idea where I get this changed to fit the new size button?
Thanks
I must be doing something wrong I have set up:
[direct-stripe type=”payment” amount=”7000″ name=”newborn session” description=”Ideal age between 4 -10 days. (If your baby is older than 2 weeks and you missed that sleepy newborn phase I can focus on awake/sibling images) ” label=”Pay now” panellabel=”Pay now”]
on a new page but still when I press the direct stripe button it doesn’t show any relation to this or the amount that the customer is being charged 🙁
Would you have a link or screenshots I could see?
When you click your button (that says pay now) and the modal form opens, is there the description and the name displayed in the form? The modal form button should now say “pay now 70 (your currency)”.
For the styles, try to add a font-size: 1.5rem;
And try with different numbers to reach your needs.
Regards
No when the modal form pops up it has my logo and description but doesn’t not say pay now 70.
will try the styles thanks
Could you send me a link where i can see the button?
Regards