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.

John Shiel

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • John Shiel in reply to:
    Minimum Number: “6+” not just “6”?
    #194714

    the “Change All Items Label” doesn’t apply for ranges – I think that’s what I mean.

    John Shiel in reply to:
    Minimum Number: “6+” not just “6”?
    #194712

    Also, though the CSS lets me hide BOTH using:

    .sf-field-post-meta-bedrooms .sf-meta-range .select2-selection–single
    {display: none;}

    …which is a step in the right direction, I’m actually having difficulty hiding ONLY the second one yet keeping the first one.

    Any pointers?

    <span class=”select2-selection select2-selection–single” role=”combobox” aria-haspopup=”true” aria-expanded=”false” title=”Beds” tabindex=”0″ aria-labelledby=”select2-_sfm_bedrooms_max-i6-container”><span class=”select2-selection__rendered” id=”select2-_sfm_bedrooms_max-i6-container” title=”90″>90</span><span class=”select2-selection__arrow” role=”presentation”><b role=”presentation”></b></span></span>

    John Shiel in reply to:
    Minimum Number: “6+” not just “6”?
    #194706

    It works, but will it also let me have ‘Bedrooms’ in the field instead of ‘0’ or ‘1’ when the page loads up?

    John Shiel in reply to:
    Minimum Number: “6+” not just “6”?
    #194701

    I get it. Clever.
    I’ll give it a go.

    John Shiel in reply to:
    Minimum Number: “6+” not just “6”?
    #194679

    Hi Trevor

    Please can you help?

    I am having the exact same issue ( Reply To: Minimum Number: “6+” not just “6”)

    However, the reply has been marked as private.

    Can you tell me how to fix it please?

    Thanks!

    John

    John Shiel in reply to:
    Javascript and CSS Styling
    #194292

    Thanks! That was SO simple – maybe that should be your factory default!

    I only needed to switch to ‘Select2’, as you described, and then I added one line of javascript:

    jQuery(document).ready(function($){
     $('select.sf-input-select').select2();
    });

    and it seemed to work immediately!

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