Forums Forums Search & Filter Pro No results, etc.

Viewing 3 posts - 21 through 23 (of 23 total)
  • Trevor
    #112839

    Ah. I didn’t see that until I did a search. It is because the posts have Avada Builder shortcodes in, and on an Ajax refresh of the results, these are not converted to content. I do not think that can be fixed easily. Instead, for the results page, you would need to add a custom excerpt with the text you want as a summary.

    You may also need to set the image as the featured image for the property (as well as in the comments).

    Anonymous
    #112845
    This reply has been marked as private.
    Trevor
    #112857

    If you have made a copy of the results.php file, in a folder (called search-filter) in your child theme folder, you can edit that results file. If you do not have a suitable code editor, might I recommend brackets.io as a free but good editor?

    In the default file, the line you need to remove is line 65:

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

    If you don’t want the line between each as well, it is a few lines down in the code <hr />

    You won’t need the category or tags lines either.

Viewing 3 posts - 21 through 23 (of 23 total)