Forums Forums Search & Filter Pro Can't edit finished search form + checkbox look

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #133565

    Hey,
    i figured out how to change the search form – still have the Problem, that the text isn’t in the same row as the checkbox.
    Problem with Checkbox
    Would be great if you could help me.
    All the best,
    Anna

    Trevor
    #133616

    Are you able to send me a live link/URL to your search page so I make some custom CSS for you?

    It looks like either the checkbox and/or the label need display: inline or inline-block setting.

    Anonymous
    #133631

    Hey Trevor,
    of course, here’s the Link
    All the best and thanks,
    Anna

    Anonymous
    #133633
    Trevor
    #133635

    It was your theme causing this problem, so this should fix it:

    .searchandfilter label.sf-label-checkbox {
      width: auto;
    }
    Anonymous
    #133639

    Worked out, thank you very much!

    One last question: To make the “Livesearch” work – as in the Moviedemo – i have to set up Ajax, right?

    All the best,
    Daniel

    Anonymous
    #133641

    Ah and just discovered another Problem 🙁

    If i go to the Finder and Search for example “Jänner” it works and gives me all the Posts in the Category “Jänner”. If i then adjust the search and also check f.ex. “März” the search results don’t change – the link changes, but no other results are shown. Can you maybe check that also out?

    All the best and thanks,
    Daniel

    Anonymous
    #133645

    Fixed it – The problem was, that Ajax was activated.

    Trevor
    #133647
    This reply has been marked as private.
    Trevor
    #133649

    Ah, wait, that means there was a setting error. You can have Ajax enable, but the Ajax Container must have been wrong. In you template file, you would need to add a wrapper (div) with a specific class (maybe search-results) around the post results, and then use this as the Ajax Container.

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