Forums › Forums › Search & Filter Pro › A to Z Filter
- This topic has 23 replies, 2 voices, and was last updated 7 years, 10 months ago by
Anonymous.
-
Trevor(Private) December 1, 2017 at 1:42 pm #145042
Hi Melanie
If you want allow only one choice at a time, then change the checkbox to Radio Button. This field type also has an ALL option as standard, so you can remove the one you added. You can change the label in the settings. I think that would solve 2 and 3. When you have made the change, I can give you the CSS to make it look right if you give me a link when you have made the changes (to address your point #1).
I understand on 4. As to the last question, no, it is not possible to use the other plugin. It is a pity that you cannot use Skype, because this could probably be fixed more quickly.
Trevor(Private) December 1, 2017 at 3:34 pm #145057OK. So you need to add some Custom CSS to your theme:
.searchandfilter .sf-field-post-meta-erster_buchstabe input { display: none; } .searchandfilter .sf-field-post-meta-erster_buchstabe label { text-align: center; width: 1.5em; line-height: 1.4em; border: 2px solid #666; padding: 3px !important; text-indent: 0; } .searchandfilter .sf-field-post-meta-erster_buchstabe label:hover { cursor: pointer; } #main-content .searchandfilter .sf-field-post-meta-erster_buchstabe > ul > li { margin-left: 0 !important; }
How does that look?
Trevor(Private) December 1, 2017 at 4:02 pm #145073Yes, but they are in a narrow column?
I also see that one section of that Custom CSS is not pasted correctly. There should be greater than symbols and instead there are HTML entities
#main-content .searchandfilter .sf-field-post-meta-erster_buchstabe > ul > li { margin-left:0 !important; }
Did you copy from the email, or from this forum post?
Anyway, that last code block becomes this:
#main-content .searchandfilter .sf-field-post-meta-erster_buchstabe > ul > li { margin-left:0 !important; width: 2.5em; display: inline-block; }
Anonymous(Private) December 2, 2017 at 6:26 am #145178Oh, I have send a screenshot via e-Mail, but it is a noreply e-Mail,
so I will upload it for your here (left image):LINK REDACTED (no longer exists)
Image on the right: On the Ipad (Portrait mode) some filter elemntes are under the box, if you know what I mean, the label of the checkboxes are not moving together, you can see it, when you make the browser small, is there also a chance to fix that?
Thank you so much,
nice weekend -
AuthorPosts