• Resolved asad2020

    (@asad2020)


    Please refer to the image I’ve attached. https://ibb.co/c8BGhtJ

    1. I’ve made check boxes and ive set max options sleeted to 1 and min options selected 0. However, i can still select 2-3-4 options. How can i make it so i can only select one option!.

    2. I’m adding donations, and i want to remove the money shown in brackets. How do i do this.

    3. There’s also padding issue, there’s extra padding above as you can see and to the side of the checkbox, how do i fix this. can you provide me a css for this. My site is offline right now i wouldn’t be able to link it.

    https://ibb.co/c8BGhtJ

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi @asad2020,

    1. Better if you share product URL, max checked option working fine at our end.

    2. It’s a PRO option to hide option prices

    3. Better to share Product URL, we can’t give CSS without it.

    Thread Starter asad2020

    (@asad2020)

    do i set max to 1? and min to 0?

    Hi,

    Leave min empty, just set max = 1.

    Thread Starter asad2020

    (@asad2020)

    https://snacksurprise.com/product/the-original-snacksurprise-box-gift/

    here’s the page^.

    can you help me fix the padding to the left of the options, i want them to be inline with title.

    plus can you help with the padding above as described above

    and i still cant select one option at a time, i can do multiple, even setting max to 1.

    please help

    For padding, insert

    .form-check-label {margin-left:0!important}

    to meta group custom css.

    Hi @stylebutton,

    thanks for sharing code.

    Thread Starter asad2020

    (@asad2020)

    how do i fix the check box, I’m able to click on more than one item!

    Hi @asad2020,

    max/min checked validated is checked on server side (means after add to cart), and it’s working fine at your site. But I will suggest using radio input instead, it will work just fine in your case.

    Thread Starter asad2020

    (@asad2020)

    also the spacing on the left, someone commented the code above that doesn’t work. also is it possible to have radio inputs on the same line. please help with this css.

    ok, my support guy will paste CSS here shortly. Cheers.

    Hi,
    1- please use this css for remove left side space.

    CSS Code:

    .ppom-wrapper .form-check-label {
    padding-left: 0 !important;
    }

    2- use this css to inline radio inputs

    CSS Code:

    .ppom-wrapper .form-check {
    display: inline-block !important;
    margin-right: 0.75rem !important;
    }

    Thanks…

    • This reply was modified 5 years, 6 months ago by nmediamajid.
    Thread Starter asad2020

    (@asad2020)

    this worked perfectly, also finally theres padding above the PPOM fields, just below the woocoms fields, how do i remove this?

    Hi,

    please use this CSS:

    .woocommerce-variation-add-to-cart{
    margin-top: -25px;
    }

    Note you change margin value as per your need;

    Hi @asad2020,

    Sorry, we can’t remove your link from your post. You need to request to WordPress support for this.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Help with few issues’ is closed to new replies.