Forums Forums Search & Filter Pro Results forum

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #196510

    Dears,

    I am contact you to support me with the details regarding customizing the search results.

    Trevor
    #196531

    Are you able to send me a live link/URL to your search results page so I can take a look?

    Trevor
    #196595
    This reply has been marked as private.
    Anonymous
    #197506

    Oh it’s a private one you can’t reach it with out IBM VPN sorry for that

    Anonymous
    #197508

    I was looking to change the looks by which the result are shown not also when I applied a them the search result are now shown but the categories or the search tags are disappered,
    I made sure that am directing my results to the same page but still no luck in that area

    Anonymous
    #197510

    https://drive.google.com/file/d/17MidOcMFrvPgP-Ttzkgj3Y3dmI7kiSVG/view
    here is a link videos demonstrating my problems

    Anonymous
    #197512

    please support ASAP as it’s a top priority for me, much appreciated.

    Trevor
    #197514

    Please note that we are now into a holiday period in the UK. We will be working for some of this period, but replies may be delayed at times.

    You are using our shortcode method so displaying the results comes from our results.php file. You would need to customise it as describe (in basic form) here:

    https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results

    Then you would need to look at your theme template that normally provides you with an archive page and hop that it follows a similar structure. If you look in our exemplar results.php file, the actuall output of the results is controlled in this form:

    if ( $query->have_posts() )
    {
    	while ($query->have_posts())
    	{
    Do STUFF here to output the posts
        }
    } else {
    Do STUFF here to show something if no posts are found
    }

    You can grab code from your theme template to place in those bits I marked. Without being able to see and work with the actual site, it is very hard to assist you.

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