Hosting & Domaining Forum

Hosting & Domaining development => Web Design & Content => Topic started by: Ronny on Aug 19, 2022, 01:22 PM

Title: WordPress page search. Not all is well
Post by: Ronny on Aug 19, 2022, 01:22 PM
Hi, I have a problem with the search function on my website where it does not scroll through the information on the pages. As far as I know, this should not happen since my website is built using WP. Is there any way to fix this issue? Maybe something needs to be added to the functions or there could be a setting in the panel that needs adjusting.

I tried doing a Google search, but the results did not explain that "pages" in WP is a separate branch with its own properties, which might be causing the issue.

Alternatively, is it possible to use a plugin to solve this problem?
Title: Re: WP page search. Not all is well.
Post by: Stranger on Aug 19, 2022, 02:04 PM
Here's a suggestion - have you tried using the Relevanssi plugin for your search function? Although this plugin can create extra rows in tables, which may be an issue if you are already facing MySQL volume limitations, it does provide more flexibility and customization options for your search.

However, do keep in mind that the plugin can significantly increase the size of your wp_posts table. To get an estimate of the future size, you can multiply the size of your existing database by 3 to 3.5 times.
Title: Re: WP page search. Not all is well.
Post by: tvalexndar on Oct 19, 2022, 11:54 AM
WordPress is an extremely versatile platform that makes customizing search results easy. You can either modify the file search.php using code, or use a plugin for simpler installation and maintenance.

There are several options available for customizing internal search result pages, depending on the size and needs of your site. While experienced users can modify search.php using PHP and CSS coding, plugins allow for similar changes without requiring technical expertise. Smaller sites can benefit from free plugins, while larger sites may require premium solutions.

As with any updates or changes, we recommend backing up your WordPress site first. One way to make search results more user-friendly is by highlighting the original search query at the top of the results page; this reminds visitors what they searched for and allows them to double-check their spelling.

An example of a free plugin that works with the default WordPress search function is Search & Filter. This plugin allows for password-unprotected site-wide searches, has the option to place a search query at the top of the results pages, and even provides users with the ability to organize search results (though note that this feature requires the Pro version).
Title: Re: WP page search. Not all is well.
Post by: Harry_99 on Nov 03, 2022, 05:07 PM
Hi. I recommend this plugin Ajax Load More (https://connekthq.com/plugins/ajax-load-more/pro/). Or a light (https://wordpress.org/plugins/ajax-load-more/) version of it. He helped me.
This plugin is fully customizable and uses Ajax based requests to load elements on individual pages.
The plugin has repeater template functionality and a handy shortcode builder. Templates define how your content appears in your site's interface. The Lite version is free, but the Pro version is expensive.
Good luck.
Title: Re: WordPress page search. Not all is well
Post by: ikjustinreaixi on Aug 25, 2023, 04:31 AM
It's possible that the search function is not scrolling through the information on your pages due to a configuration or coding issue. Let's explore some possible solutions together.

First, ensure that your WordPress theme and plugins are up to date, as outdated versions can sometimes cause conflicts. Next, double-check your search settings in the WordPress dashboard. Go to "Settings" -> "Reading" and make sure the "Search Engine Visibility" option is unchecked. This can sometimes affect how search functions work.

If the above steps don't resolve the issue, using a plugin might be a viable option. There are several search plugin options available in the WordPress plugin repository that can enhance the search functionality on your website. Some popular ones include "Relevanssi," "SearchWP," and "Ajax Search Lite." These plugins often provide more advanced features and customization options, including the ability to search through page content.

Remember to carefully review the dоcumentation and user reviews for any plugins you consider, and always make a backup of your website before installing new plugins or making significant changes.

If you're comfortable with coding, you may also want to check your theme files to see if the search functionality has been modified or overridden. Sometimes, customizations made to themes can inadvertently break certain features, including search.


 Here are a few more search plugins that you can consider to enhance the search functionality on your WordPress website:

1. Swiftype Search: This plugin offers a powerful and customizable search experience for your website. It provides features like autocomplete, search analytics, and customizable result layouts.

2. Ivory Search: Ivory Search allows you to create multiple search forms with different settings. You can customize the search form, search results page, and even exclude or include specific content types in the search results.

3. SearchWP: SearchWP is a popular plugin that improves the default WordPress search by offering advanced features like custom weighting of search terms, fuzzy matching, and the ability to search through custom fields.

4. Better Search Replace: While not specifically a search plugin, Better Search Replace can be useful if you suspect that the issue lies somewhere in the database. It allows you to find and replace specific text or database entries, which can sometimes fix search-related issues.

Remember, before installing any plugin, it's always wise to read their dоcumentation, reviews, and compatibility with your version of WordPress. Additionally, consider taking a backup of your website before making any significant changes to safeguard against any unexpected issues.