I have a variable thats not showing the options for the user to select from. This does appear on the default theme so seems to be an issue with the theme?
WooCommerce is flagging the themes templates as out of date, perhaps this is linked?
As below, I have guided you to correct it, go to admin Appearance -> Theme File Editor -> style.css, line 29508 edit display: none; change to display: inline-block; https://prnt.sc/sPlcG5hgvLIZ
Thanks for the solution. That does work to not show duplicate buttons, but I'd prefer to have the ones with the border so they look more like buttons, as they look lost without the border?
Hi Guys.
I have a variable thats not showing the options for the user to select from. This does appear on the default theme so seems to be an issue with the theme?
WooCommerce is flagging the themes templates as out of date, perhaps this is linked?
Cheers, Chris.
Hello Chris,
Can you send me attached detailed pictures, I will help you to handle that.
Thank you!
Best regards,
Charmy - ThemeFTC technical expert
HI Charmy.
Please see screenshots as requested. Variable product works on default theme but the options don't appear on while using the default theme?
Many Thanks, Chris.
Hello Chris,
You go to the link to change the css to display: inline-block;
Attached pictures I put below.
https://prnt.sc/yBFvmTdUI6uv
Thank you!
Best regards,
Charmy - ThemeFTC technical expert
Hi Chamy.
Could you please send me the css so I can add it to my custom css?
Cheers, Chris.
Hello Chris,
As below, I have guided you to correct it, go to admin
Appearance -> Theme File Editor -> style.css, line 29508 edit display: none; change to display: inline-block;
https://prnt.sc/sPlcG5hgvLIZ
Thank you!
Best regards,
Charmy - ThemeFTC technical expert
Hi Charmy.
I've added the below code into custom css:
.rtwpvs .button-variable-wrapper, .variations .ftc-product-attribute {
display: inline-block;
}
Achieving the same result without editing the theme files that will get overwritten during theme updates.
There is still an issue, which appears in yoru screenshots, that the options appear twice, once as hyperlinked text and again as buttons?
Please can you offer suggestions to resolve?
Many Thanks, Chris.
Hello Chris,
You can send me attached pictures, I will help you.
Thank you!
Best regards,
Charmy - ThemeFTC technical expert
Hi Charmy.
As mentioned, it's in the picture you sent me intially?
Many Thanks, Chris.
Hi Chris,
You can EDIT code you added, change to:
.variations .ftc-product-attribute {
display: inline-block;
}
==
Best Regards,
Martin - ThemeFTC
Hi Martain.
Thanks for the solution. That does work to not show duplicate buttons, but I'd prefer to have the ones with the border so they look more like buttons, as they look lost without the border?
Cheers, Chris.
Hi Martin.
Never mind sorry, I worked it out :)
Cheers, Chris.
Hi Chris,
Thank, have a good day!
Best Regards,
Martin - ThemeFTC