Hey, thanks for reaching out!
Can you please specify the types of issues that you’re running into? The plugin should work with Kadence, but if you’re experiencing some specific problems I’ll let the developer know so that we can investigate.
Thanks,
Kevin
Hi Kevin,
As I say, for the most part it looks fine, just some small issues with styles mainly. I.E the theme has the style of ‘display:block;’ for images which makes the store’s profile image not line up correctly on some of the store design presets.
I will try to gather some screenshots today and post them to give you a better visual representation.
Cheers
Here is the store profile with the banner on top and the store profile image that is supposed to be centered in the banner….
https://drive.google.com/file/d/1q7xXPtkBM68-O4aj6q_3a2NMt-yXjigw/view?usp=sharing
In the vendor page almost all of the select menus have no drop down arrow and looks like an input field…
https://drive.google.com/file/d/1SeTVfd8dQVQviS5vJPY5fVh0jQ05rFQE/view?usp=sharing
https://drive.google.com/file/d/1i4lVzK9m1Hf5I680uDAvkRa8hzjZN9i1/view?usp=sharing
The Downloads section of an order on the vendor page has no padding for the table cells…
https://drive.google.com/file/d/1s3-zfZ16lVcLzrsLEw2gdBuCG_iXCiC_/view?usp=sharing
I am sure that these are simple CSS conflicts between Kadence and Dokan where either Kadence’s styles override Dokan’s styles or what Dokan expects to be as a default. This is the case of Kadence setting
to display:block where Dokan expects the default (which would be display:inline).
I have already asked the Dokan team here on WordPress how one can de-register their styles so I can tweak them and re-queue them but they have not replied.
I guess I can just do some CSS tweaks here and see what works and what doesn’t.
Cheers
Hey,
CSS tweaks may be the simplest solution here. I would be happy to help with that if you don’t mind posting a link!
Thanks,
Hannah
Hi Hannah,
Thanks for the reply. I am currently testing this on a local site so I cannot share a link.
I am thinking I might be able to create some CSS to override some of the styles.