ResolvedProduct Add-Ons Columns Issue
Tagged: product add-ons
- This topic has 5 replies, 2 voices, and was last updated 2 years, 8 months ago by
Althemist.
- AuthorPosts
- January 2, 2021 at 6:46 pm #27961
digitalsolutions
ParticipantI cannot for the life of me figure out how to get my Product Add-on Checkboxes into 2 columns as shown on the demo. All of my add-ons are in one long list. Please help.
January 4, 2021 at 12:02 pm #27971Althemist
KeymasterHello digitalsolutions,
This should not happen. The addons are automatically styled in two columns. There is no special setting for this. If you give us a link where we can see the problem “live”, we may be able to guide you what’s causing the problem.
January 5, 2021 at 5:31 pm #28061digitalsolutions
ParticipantThis reply has been marked as private.January 6, 2021 at 11:30 am #28066Althemist
KeymasterHi Braidy,
There is something that modifies the font properties. May be some third-party plugin. However, you can easily “fix” it with the following CSS:
.summary form.cart div.product-addon p.form-row { width: 49.4%; }
Just paste the code in Appearance > Customize > Additional CSS field. (or in the child-theme’s style.css if you use a child theme.
For the mailchimp form, you’d need to use the theme-specific format. Just navigate to the form settings in admin and replace the existing one with this:
<div class="lafka_single_field_subscribe"> <input type="email" name="EMAIL" placeholder="Your email" required /> <input type="submit" value="Subscribe"> </div>
Regards,
DimitarJanuary 7, 2021 at 12:19 pm #28082digitalsolutions
ParticipantThis reply has been marked as private.January 7, 2021 at 1:05 pm #28115Althemist
KeymasterHi Braidy,
1. No, I am afraid addons can’t be used with negative value to exclude ingredients. I’ll discuss with the team if it’s possible to add such feature, but can’t promise anything.
2. Can’t really tell, as your store is in “closed mode”, so it’s impossible to add products to cart and see the problem “live”. Usually such problems can only happen if your cart/checkout pages are not properly set under WooCommerce > Settings > Advanced OR if you have some sort of quick order plugin that is not properly set. If your store is in “open” mode we can check what could be wrong there.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.