- This topic has 1 reply, 2 voices, and was last updated 10 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › initial landing page results
Tagged: landing page, portfolio category
I have 15 items in my rafting portfolio category but only 6 are showing up on the initial search landing page…
i want to create a filter specific to only one portfolio category where all items in that category live on a landing page (mywebsite.com/rafting). i want only these portfolio items to be searchable.
can i create a taxonomy filter using the portfolio category rafting that is already checked but then hide it somehow from the search form? right now i have 15 items in the portfolio category rafting but only 5 items are on the initial page.
how do i do this? i feel like im missing something.
Hey Colleen
Yeah you are correct in your assumption, you must add a field to the form, then hide it with CSS to carry over the values automatically.
I guess you could just do this with CSS:
.searchandfilter .myfield
{
display:none;
}
Thanks