Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › result page not working
This topic contains 16 replies, has 2 voices, and was last updated by Ernest Marcinko 1 year, 12 months ago.
- AuthorPosts
- September 1, 2022 at 9:19 am #39153
root: /public_html
Load more (10) text is shown. But if we click the load more text link we see only empty page without results.
We also deactivate all other plugins, without solution.
We using PHP 7.4. Memory Limit: 2G 24 Cores. Managed dedicated server. Max. Input varse: 10.000.You can test our shortcode here:
We also try this settings:
http://projektbest.de.dedi5950.your-server.de/wp-admin/admin.php?page=asp_main_settings&asp_sid=1#405
More results text and behavior -> Action: Redirect to results page and redirect to custom url… but nothing is working.
So my question is: how to show all results in extra pge?URL to check demo:
http://projektbest.de.dedi5950.your-server.de/dealer-test
The search is located under the sliders blue buttons.September 1, 2022 at 11:26 am #39157Hi,
Thank you for the details!
You may have an issue with your results page (or something else might be causing an issue there), because when I disable ajax search pro, then go to the default results page, I am getting a completely empty page, the same when the plugin is active: https://i.imgur.com/U0lft3V.png
Check your theme results page code, try removing any customizations or plugins, which may directly affect your theme results page. It should display some elements by default.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 1, 2022 at 12:37 pm #39163We using elementor hello theme.
1. Your plugin have no build-in result page?
1.1 So maybe we need to create an search result page first?
1.2 How to do this in projects without elementor?September 1, 2022 at 3:25 pm #39164Hi,
The results page is a theme related feature, all themes have one. Elementor and other page can create archive page templates (such as the results page), by creating static pages and injecting them inbetween the header and footer templates basically.
Best,
Usually the best is to use the theme results page, and modify it via a child theme file to your needs. Search plugins usually does not temper or change the layout of the results page, that is for the templates to handle. Search plugins change the actual search query or replace the result to display on the results page, but that has to be handled by the theme itself.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 1, 2022 at 3:51 pm #39166Thank you for your fast feedback Ernest!! 🙂
i try to create elementor search result page.
Now i enter Audi into search and press ENTER key. This is working.
Now go back and enter Audi and click on Load more button… its not working.
Why ENTER key working but pressing LOAD MORE not working?BR
TOmmySeptember 1, 2022 at 3:57 pm #39167I logged in, and changed it to redirect to the results page, then refreshed the options programmatically. Something was out of sync. Now it should redirect correctly.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 1, 2022 at 4:48 pm #39168September 1, 2022 at 4:53 pm #39170You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 1, 2022 at 5:10 pm #39171Okay, got it.
How i can add prefix to search url?because i have different startpages:
domain.de/dealer-test
domain.de/dealer-test2
domain.de/dealer-test3So i will create for each startpage one search shortcode and setup prefix in url per search.
search for dealer-test will have settings for search url:
-> ‘ Show more results..’ url -> dealer-test?s={phrase}search for dealer-test1 will have settings for search url:
-> ‘ Show more results..’ url -> dealer-tes1t?s={phrase}So user will not leave the url structure when starting a search.
Any chance to have for this case a solution? we can pay for it!Thank you Ernest!
BR
TommySeptember 1, 2022 at 5:18 pm #39172Or maybe we have a chance to show a big lightbox or layer/div with all results? So user will not leave the page to see all results in a big view.
September 2, 2022 at 11:43 am #39182It is possible to change the results page permalink programmatically.
That however does not exactly work as you would want it. You probably need multiple mod_rewrite rules to handle different URLs to the same place. Unfortunately we are not available for custom jobs, I am sorry.Well, you could also use the load more results feature with infinite scroll when displaying the live results. It will iterate through most of the results, when the user scrolls down automatically.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 2, 2022 at 1:26 pm #39184But how to do this per shortcode?
For example:
for search shortcode dealer1 we need url prefix: /dealer1/
for search shortcode dealer2 we need url prefix: /dealer2/I find option to rewrite the permalink for result page. But not per shortcode. Any option to setup custom code into settings area per shortcode/search widget?
September 2, 2022 at 4:15 pm #39190Well, I don’t know if that is possible.
If they direct to the actual same results page, then theoretically it should be possible somehow to modify the codes suggested in the tutorial article to handle multiple URLs as the results page. But I honestly don’t know how.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 5, 2022 at 6:37 am #39199Okay, thank you. But we cant have pagination in search box and grouped results, right?
With vertical layout i have with title grouped results. After i switched to isotopic result for pagination, i do not have grouped results anymore.
Why? The grouping title is removed now.BR
TOmmySeptember 5, 2022 at 9:22 am #39201Hi Tommy,
The grouping is available only for the vertical results layout because of the design unfortuantely.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.