Forums › Forums › Search & Filter Pro › Align fields and make them non-bullet points and remove Related Post content
- This topic has 27 replies, 2 voices, and was last updated 4 years, 1 month ago by Trevor.
-
Anonymous(Private) October 7, 2020 at 1:56 pm #262215
Hi,
I’ve purchased the Search & Filter Pro plugin and went through all of the settings. While it’s working there are a couple of issues that I have. You can check them out using the following URL.
https://www.hifi-advice.com/blog/search-and-filter
1. The results load and update very slowly. Can you please have a look and let me know why this might be?
2. The fields all display as bullet points on my results page. Can you tell me how to better align the fields and not have them show as bullet points?
3. Every single result is followed by Related Posts content. Can you tell me how to avoid this annoying repetition? Just a single range at the end is what is supposed to happen but I would also be fine with having no related posts content on the search results page at all.
Many thanks in advance.
Trevor(Private) October 8, 2020 at 2:51 pm #262433I fixed that link. Can you check/confirm that you did follow the advice there?
As to the bullet points. This theme CSS file:
https://www.hifi-advice.com/blog/wp-content/themes/theblog/style.css
On line 861 has this CSS, which is causing them:
.body-content ul > li:before { content: "\f105"; font-family: "FontAwesome"; position: absolute; left: 0; top: 5px; line-height: 1; }
Add this custom CSS to the theme customizer to fix this:
.body-content .searchandfilter ul > li:before { content: none; }
Once I have the answer to the first part of this reply, I need to see the content of the results.php file, IF you have modified it? If you did not modify it, do you have a Related Posts plugin installed (which one), as it may be automatically adding that content after the post excerpt?
-
AuthorPosts