Forums Forums Search & Filter Pro initial landing page results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #28193

    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.

    http://wv.liquidsparkmarketing.com/search-test/

    Ross Moderator
    #28296

    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

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