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.

Forums Forums Search & Filter Pro Problem with radio buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Christiane
    #21140

    Hi John,

    we have the same problem like others with the “All Items” radio button. This first radio button makes no sence and can only be an “option”.

    It must be possible to disable this “All Items” button and select a different button as “checked”.

    And no, it is not possible to hide the button with css, because there is no style/id for the radio button and the label. And it would not matter, because we need a seperate “checked” button.

    Please give us a solution.

    And btw. it would be nice if we can change the text between the input fields of the range slider (like “to”).

    Screen 1
    Screen 2

    Ross Moderator
    #21315

    Hi Christiane

    To answer your post – S&F is not currently designed the way you want – so really what you are asking is for some custom development.

    For many users an “all items” option is the best thing because it is not possible to “deselect” a radio – in other cases it is not.

    However, you CAN hide this option using CSS – there are classes for every field generated so you just need some CSS knowledge and.. http://www.w3schools.com/cssref/sel_firstchild.asp

    To automatically select one of the options you have 2 choices – use Javascript to set the state of the radio on page load, or, instead of linking to your search page ie:

    yoursite.com/property-search/

    You could link to the results page:

    yoursite.com/property-search/?rent_option=rent (this is not the real url of course but an example)

    You can find the real URL by enabling “bookmarkable URLs” and performing the search.

    Thanks

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

The forum ‘Search & Filter Pro’ is closed to new topics and replies.