Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Hilary Stoddard

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Hilary Stoddard in reply to:
    Trouble with Multi-select on mobile not showing correct results
    #70179

    Zach,
    You are a lifesaver! I was in fact adding it inside the foreach loop :-/
    I really appreciate the help.
    ~Hilary

    Hilary Stoddard in reply to:
    Trouble with Multi-select on mobile not showing correct results
    #70064

    Spoke too soon. Adding that disabled option seems to add it to every dropdown, not just comboboxes. Which ends up adding lots of vertical space between all my options. Any ideas on how to just add one disabled option at the very top of the combobox options list?

    Thanks in advance!

    Hilary Stoddard in reply to:
    Trouble with Multi-select on mobile not showing correct results
    #70042

    Already answered my own question 🙂
    In case it helps anyone else, add the disabled optgroup on line 260

    <optgroup disabled hidden></optgroup><option<?php echo $option_attibutes_html; ?> value="<?php echo esc_attr($option->value); ?>"><?php echo $option_label; ?></option>

    Hilary Stoddard in reply to:
    Trouble with Multi-select on mobile not showing correct results
    #70040

    Hi Zach,

    I’m having the same issue you had in October, where on the iPhone, the first option is automatically selected and submits the form. I really appreciate your work on this fix. Can you point to the spot in class-search-filter-generate-input.php where I should add the disabled optgroup?

    Thanks in advance,
    Hilary

    Hilary Stoddard in reply to:
    Disable ‘All Items’ Selection in Dropdown
    #68804

    Yes, please make this a feature request!

    Hilary Stoddard in reply to:
    Disable ‘All Items’ Selection in Dropdown
    #65807

    Hi Trevor,

    I don’t think that altering the page link would be the ideal solution for me, because it wouldn’t remove the “All Items” option from the dropdown. I’d like it to be completely gone, so the dropdown selection defaults to English, but you can select French, Spanish, etc if you want. Do you know of a way to actually remove it as an option?

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)