Home › Forums › WoodMart support forum › problem with the dokan chat button
problem with the dokan chat button
- This topic has 3 replies, 2 voices, and was last updated 2 years ago by Luke Nielsen.
-
AuthorPosts
-
November 15, 2022 at 6:43 am #421152
[email protected]ParticipantHi, I have a problem with the dokan chat button and the support button when I activate the Catalog mode in woodmart.
The buttons disappear when I activate the catalog mode.
I am sending screenshots. I also leave data of the stage I created so you can test.thanks
Attachments:
You must be logged in to view attached files.November 15, 2022 at 11:44 am #421198
Luke NielsenKeymasterHello,
Could you please provide updated access to the admin dashboard so I can check what is wrong there?
I look forward to hearing from you.
Kind Regards
November 15, 2022 at 7:21 pm #421346
[email protected]ParticipantSorry. I forgot the stage login details.
You can deactivate or modify what you need and if you can fix it then tell me how to do it or send me the code.
To avoid opening a new ticket, I send you a new screenshot of another problem with dokan. it is the widget of opening and closing in the store of the dokan seller. it overlaps with what is below (screenshot).
Thanks!
Attachments:
You must be logged in to view attached files.November 16, 2022 at 5:06 pm #421640
Luke NielsenKeymasterHello,
1. These buttons from the Docan plugin are situated in the same HTML tag as the default “Add to cart” button from Woocommerce, therefore our “Catalog mode” option hides this default tag with the buttons of the Docan. In general, it’s not a theme issue but I have a suggestion for you.
You can enable the “Catalog mode” for the Shop page using our theme presets in Theme Settings -> Settings Presets -> create a preset with the condition as in the below screenshot:
https://monosnap.com/file/5vMURyoCszRaX1T1XrDG4O1rDINey6
Then navigate to Theme Settings of this preset -> Shop -> enable the “Catalog mode” option.
https://monosnap.com/file/79pRKLKrdQ8pBfBPjx7VrHu1sUfddL
Thus you will hide all “Add to cart” buttons for the Shop page. On the product page the “Add to cart” button can be hidden with the help of the below code:
.single_add_to_cart_button { display: none; }
As a result, all “Add to cart” buttons will be hidden and the buttons from the Docan plugin will be displayed:
https://monosnap.com/file/tHQRdTMmiXfDSpJnvCAegnI8wFDU8m
2. The below code will help you to solve the issue with the Docan widget.
.dokan-theme-woodmart .dokan-single-store .store-open-close-notice { z-index: 10 !important; }
Both custom codes enter into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register