dontstopofdancingnow
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ascent] Checkboxes and Radio Buttons not showingFinally found a fix
/* — Radio Button Fix — */
input[type=”checkbox”] { -webkit-appearance: checkbox; }
input[type=”radio”] { -webkit-appearance: radio; }
input[type=”submit”], input[type=”button”] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }see https://ww.wp.xz.cn/support/topic/radio-button-doesnt-show-in-google-chrome
Forum: Themes and Templates
In reply to: [Ascent] Checkboxes and Radio Buttons not showingHi Pitabas, I just realised that the checkboxes and radio buttons work fine in internet explorer but do not show when using google chrome (on PC and on mobile). Please have another look at the links above using chrome. It appears that a selection can be made but there is no graphic for the checkbox/radio button.
Any ideas?
Thanks
Forum: Themes and Templates
In reply to: [Ascent] Checkboxes and Radio Buttons not showingHi, thanks for the response.
On this page the product options are configured as Checkboxes
http://www.washfortheworld.com.au/product/bamboo-toothbrush-adult/On this page the product options are configured as Radio Buttons
http://www.washfortheworld.com.au/product/oxygen-bleach/For other products I’ve used Select Boxes and the plugin seems to work fine but I’d prefer to use radio buttons.
The checkbox for the “ship to billing address” option at the checkout is also missing
Cheers