result page not working

This topic contains 16 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 7 months ago.

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #39153
    23volt
    23volt
    Participant

    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.

    #39157
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


    #39163
    23volt
    23volt
    Participant

    We 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?

    #39164
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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.
    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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #39166
    23volt
    23volt
    Participant

    Thank 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
    TOmmy

    #39167
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    I 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 :)


    #39168
    23volt
    23volt
    Participant

    But why its not working when i setup custom url?
    -> ‘ Show more results..’ url -> dealer-test?s={phrase}

    after pressing button SHOW ALL RESULTS i do not see the custom url with dealer-test prefix.

    • This reply was modified 1 year, 7 months ago by 23volt .
    #39170
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #39171
    23volt
    23volt
    Participant

    Okay, 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-test3

    So 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
    Tommy

    #39172
    23volt
    23volt
    Participant

    Or 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.

    #39182
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    It 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 :)


    #39184
    23volt
    23volt
    Participant

    But 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?

    #39190
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Well, 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 :)


    #39199
    23volt
    23volt
    Participant

    Okay, 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
    TOmmy

    #39201
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi 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 :)


Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in to reply to this topic.