|
Certain views not displaying at all all of a sudden
Started by: liatG
in: Toolset Professional Support
Quick solution available
Problem: Suddenly some Views are not showing results on my site.
Solution: Discard the Content Templates used in the View loops, and move the content directly into the wpv-loop tags instead.
|
|
2 |
6 |
5 years, 7 months ago
liatG
|
|
Search results Layout returning No Results when used with SearchWP Plugin
Started by: liatG
in: Toolset Professional Support
Quick solution available
Problem:
The user's search is returning No results when the SearchWP plugin is active, but when relevanssi is active the results show up.
Solution:
I believe this is because of some incompatibility with our Toolset plugin and the SearchWP plugin.
For Toolset we recommend the use of the relevanssi plugin with the searches.
However the SearchWP team has provided a solution for this.
add_filter( 'searchwp_remove_pre_get_posts_during_search', '__return_true' );
Add the above to your functions.php file.
|
|
2 |
5 |
5 years, 8 months ago
liatG
|