Forums Forums Search & Filter Pro No results found

Tagged: 

Viewing 10 posts - 1 through 10 (of 33 total)
  • Trevor
    #252161
    This reply has been marked as private.
    Anonymous
    #252165
    This reply has been marked as private.
    Trevor
    #252168

    As you are not searching Posts, you need to remove these:

    https://www.screencast.com/t/5RqYgeocqA

    Tags belong to Posts. In any case, where you want all terms, you should Select None.

    Anonymous
    #252174
    This reply has been marked as private.
    Trevor
    #252178

    You had also forgotten to place the results shortcode on the page:

    [searchandfilter id="1149" show="results"]

    I have done this for you.

    Anonymous
    #252184
    This reply has been marked as private.
    Anonymous
    #252186
    This reply has been marked as private.
    Trevor
    #252252

    As you are using the Shortcode display results method, you need to follow the customising guide here:

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

    Then you can edit the newly copied results.php file and translate those strings directly in the file.

    You can edit and change the HTML as you need, so it would be possible to make text overlays, but not easy.

    Anonymous
    #252577
    This reply has been marked as private.
    Trevor
    #252657

    This line makes the ‘found x results of x’ part:

    Found <?php echo $query->found_posts; ?> Results<br />

    So delete that line?

    This line displays Categories:

    <p><?php the_category(); ?></p>

    So, delete that?

    This line displays Tags:

    <p><?php the_tags(); ?></p>

    The coding is simple and self evident thus far, yes?

    This line displays the Post date:

    <p><small><?php the_date(); ?></small></p>

    To make the image smaller, change this:

    the_post_thumbnail("small");

    to this:

    the_post_thumbnail("thumb");

Viewing 10 posts - 1 through 10 (of 33 total)