Archived topic
Connect with Stripe button for Dokan is not showing in GP theme
8 replies · Started by Cheryl on July 6, 2020
Hi - there is supposed to be a Connect with Stripe button in the Dokan vendor dashboard, but it is not showing up in my GP theme. I checked a different theme and the button is there. Is there some CSS or something that I can add to make this button visible?
Thank you
Hi there,
Does the button show normally if you use a twenty series WP theme?
Yes, the button is there in the twenty series themes.
Hi there,
do we require a login to see this part of the dashboard ?
You would need to log into the system or set up as a vendor. Can I provide the log in access in a secure form?
You can send login via the Account Issue form here:
https://generatepress.com/contact/
Please add the URL of this topic to the form.
Before doing so - if you have a child theme, can you disable that - so we can eliminate that as a possible cause.
Try adding this CSS:
.dokan-stripe-connect-container a.clear {
overflow: unset;
visibility: unset;
width: auto;
height: auto;
}
Awesome! That fixed it. Thank you so much!
No problem :)