Forums › Forums › Search & Filter Pro › search results
- This topic has 28 replies, 2 voices, and was last updated 8 years, 4 months ago by
Anonymous.
-
Trevor(Private) December 5, 2017 at 9:41 am #145653
The first thing I see is that your version of Visual Composer is very old. You should ask you theme author for the latest version, 5.4.5, as the one you have has many bugs.
I made 3 settings changes:
Maintain Search Form Stateis now set toOFF(unless you need it on)
Auto Count(both settings) are nowON
TheDisplay results methodis nowVisual Composer Post GridAnonymous(Private) December 6, 2017 at 6:01 am #145960I had misunderstood setting “Visual Composer Post Grid”.Thank you so much.
By the way, I want set pagination like : http://aikido.yokohama/image/
Is it a matter of theme whether this is available? It will be inconvenient without pagination as the number of pages increases. Is there a solution?
Anonymous(Private) December 6, 2017 at 8:15 am #145976So sorry, Dose it(http://aikido.yokohama/image2/) use iframe** ?
**<iframe></iframe>
Trevor(Private) December 6, 2017 at 6:32 pm #146113It does not, no. Instead, the container has a max-height and overflow set to auto using this custom CSS:
.searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul, .searchandfilter > ul > li[data-sf-field-input-type="radio"] > ul { max-height: 150px; overflow: auto; } -
AuthorPosts