-
AuthorSearch Results
-
August 2, 2018 at 11:43 am #184421
In reply to: Wrap output
TrevorParticipantAh. I had thought (misunderstood) that you meant to alter the form, but it is the results in question.
Does you theme have normal (unfiltered) page that looks like this? Let me know what the theme is and maybe give me a link to a page like the one you want.
If so, as I see you have already edited the results.php file, you could further add the extra HTML to make that structure.
July 30, 2018 at 2:33 pm #183901In reply to: Result is misshapen
TrevorParticipantYou are using the Shortcode method. Did you modify the results.php, and what is wrong with the appearance of the results? I notice that the column widths change. Is that the issue?
July 30, 2018 at 9:35 am #183841In reply to: Integration of Events Manager formats
AnonymousInactiveCould you tell me where to insert this in results.php, so that it will still work?
Thanks!
Yes, I am using the shortcode display method.July 24, 2018 at 6:11 pm #183359In reply to: Archive page – filter disappear when results appear
TrevorParticipantThe shortcode method and customising it is explained here.
Once you have your own copy of the results.php template file, it needs to be edited so that it makes results similar to your theme. It depends how complex your desired outcome is as to how hard it would be re-create.
If you have a page builder plugin in your site, it may also be that we have an integration for that.
July 23, 2018 at 4:59 pm #183211In reply to: Filter not working on custom query
TrevorParticipantIt must be the way you are doing the pagination. The standard WP pagination is how we set up our Shortcode method example results.php (see inside our templates folder).
July 18, 2018 at 1:47 pm #182839In reply to: Search issue Geodirectory.
AnonymousInactiveSince I have to use Geodirectory’s templating to get the specific layouts to work (social, web/email), I have not tried. (Using the standard results.php only loads the basic text).
But, this only happened after I added the email field. When the Email field is disabled, the Ajax loading works. (I have it disabled right now).
I have already run a log file, and cannot trigger any errors.
This is the closest clue I have, which may put this in Geo’s territory,
“You can’t use document.write once the document has completed loading. If you do, the browser will open a new document that replaces the current.”
I suspect Geo will not support this issue, since they have their own search tool they sell as part of their program. And it is AWFUL (this tool rules, by far)…
This is a major project, as you may imagine (THE Great Smokies..). So, hopefully we can find a solution.
Thank you
July 18, 2018 at 1:10 pm #182826In reply to: Search issue Geodirectory.
TrevorParticipantDoes this happen if you use a standard results.php file and Ajax ON and Infinite Scroll not on?
July 16, 2018 at 10:33 am #182597
TrevorParticipantHi Kellie
You would need to be using our Shortcode Display results method, and have followed the guide to customising:
https://support.searchandfilter.com/documentation/search-results/using-a-shortcode/
Once you have a copy of the results.php file in a search-filter sub-folder of your theme, you can edit that file. Looks for these lines:
<p><?php the_category(); ?></p> <p><?php the_tags(); ?></p> <p><small><?php the_date(); ?></small></p>
Simply deleting each of these lines in turn would remove the display of the categories, tags and post date.
July 11, 2018 at 2:39 pm #182325Topic: Custom Sort and Order
in forum Search & Filter Pro
AnonymousInactiveIs there a way to customize how the posts are sorted and ordered?
I’m thinking I can use $query->set in the results.php page but wanted to clarify with you.
Thanks.
July 6, 2018 at 10:51 am #182051In reply to: Custom No Results messaging
TrevorParticipantFor most Display Results method, this is handled by your theme. For the Shortcode Display Results method, this is inside the results.php template, and to customise that, see this documentation page:
https://searchandfilter.com/documentation/search-results/using-a-shortcode/
-
AuthorSearch Results
-
Search Results
-
Topic: Custom Sort and Order
Is there a way to customize how the posts are sorted and ordered?
I’m thinking I can use $query->set in the results.php page but wanted to clarify with you.
Thanks.