Home › Forums › WoodMart support forum › "Clear" button on variables missing (Reset variation)
"Clear" button on variables missing (Reset variation)
- This topic has 8 replies, 2 voices, and was last updated 4 years, 11 months ago by
Artem Temos.
-
AuthorPosts
-
March 26, 2020 at 2:49 pm #182544
brCalinParticipantSame problem as post: #135076
The clear button is just missing. I have deactivated all plugins except Woocommerce and still not showing. If I change the theme, the button appears.
I tried the solution posted by the user McDuck4 from post #135076, but this is not normal. I do not want to solve this problem with CSS and now the button is always on display instead of showing only when a variable is selected.
Have you heard of this problem? What could be done to solve it?
Thanks in advance!
PS This theme is great!
March 26, 2020 at 3:49 pm #182555
Artem TemosKeymasterHi,
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. Send us a link to the topic with a similar issue.
Thank you in advance.
March 26, 2020 at 4:18 pm #182566
brCalinParticipantHi,
Here is what you requested:
The link to the topic with the similar issue:
https://xtemos.com/forums/topic/clear-button-on-variables-missing/The problem is that the button that should clear the selection of variations in the single product window is not showing up.
I managed to resolve the issue with the following css code:
.variations_form .reset_variations {
display: inline-block;
visibility:visible!important;
margin-left: 10px;
color: #3f3f3f;
vertical-align: middle;
font-size: 12px;
opacity:1!important;
pointer-events:auto !important;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}But now, the button is always visible and I want it to be visible only when a selection is done (this is the normal behaviour).
I deactivated all the plugins except Woocommerce, but the issue persists.
Also, if I switch the theme, the button is working properly.Attachments:
You must be logged in to view attached files.March 27, 2020 at 7:27 am #182664
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
March 27, 2020 at 7:55 am #182679
brCalinParticipantHello,
I disabled the plugins, still not working. I commented the css code that resolves half of the problem. You can find it in Theme Settings > Custom CSS. In the Private Content I give to you the info for admin access, as well as the pages with the problem.
Thank you!
March 27, 2020 at 8:29 am #182690
Artem TemosKeymasterPlease, disable all third-party plugins and remove that CSS code. We need to understand where is this issue coming from since it is our theme problem.
March 27, 2020 at 8:56 am #182695
brCalinParticipantDone! Disabled all the plugins except Coming Soon plugin and another plugin that I am working with right now. I uninstalled it to verify if it is the culprit, but the problem persists so I left it activated so I can work. I am working at website so I cannot disable the plugins for a long time. Please tell me when you finish looking at the website.
Thank you!
March 27, 2020 at 9:37 am #182707
brCalinParticipantHi,
I have to do some major modifications on the website. If the problem still persists after this, I will contact you again.
Thank you for your support!
March 27, 2020 at 9:54 am #182719
Artem TemosKeymasterOK, contact us when you will be ready.
-
AuthorPosts
Tagged: clear button mising
- You must be logged in to create new topics. Login / Register