Forums Forums Search & Filter Pro How to edit the form

Viewing 5 posts - 11 through 15 (of 15 total)
  • Anonymous
    #100150

    Thanks! It works now!

    Last small problem: I am trying to edit the ‘No Results Found’ in the results.php, but if I edit it, it gives a syntax error. Link: http://www.knappekoppen.work

    Trevor
    #100156

    I see no errors on that page?

    Anonymous
    #100158

    Right now, I have not changed it, because it gives errors and I need to use that page. But it gives a syntax error if I try to change the text weird enough..

    Trevor
    #100161

    Can you post the results.php here? You can make it a ‘code block’ by putting a back tick before and after the code (it is the key on the left of the ‘1’ key on most keyboards:

    Snippet Key

    Anonymous
    #111119

    As you can see, the select boxes are now beneath each other. I want them to be next to each other, at the same line.

    Oh, i think this option worth including into Plugin itself. After 10+ choices in your list you really need it. I have spent 2hours looking for this nice solution.

    Glory to:

    .searchandfilter ul li {
      display: inline-block !important;
      margin-right: 20px;
    }
    .searchandfilter ul li:last-child {
      margin-right: 0;
    }
Viewing 5 posts - 11 through 15 (of 15 total)