Theme have conflict with yithemes
-
We are using this plugin:
https://yithemes.com/themes/plugins/yith-best-price-guaranteed-for-woocommerce/
This plugin give you option to send custom price to webshop owner.
Now we have problem after migrated to woodmart: If theme woodmart is active -> then you are not able to enter price when you push the button “PREISVORSCHLAG SENDEN”. The price field is looking like “locked”.
When we activate twentyfive wordpress standard theme: plugin is working. We also send our problem to yithemes. They confirmed that his plugin is working with standard wordpress theme. But when woodmart is active, then the field of price is locked….
Please help to fix, its an conflict with your theme.
Hi,
Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce it on your website.
Thank you in advance.
1. open the page from private content please.
2. Under the product price you will see grey button “PREISVORSCHLAG SENDEN”. Click on it. (see attached image button.jpg).
3. Now new modal window/lightbox will open.
4. You are not able to enter price in price field. See attached image notpossible.jpg.
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wrap-input .tooltip {
pointer-events:inherit;
}