• Hey there,

    I’m having issues with this plugin, we’re using Divi theme. We search the search results are showing fine, but when you click ‘view all’ products and it goes to the full results page, its showing just 1 product per page. I’ve got it set to show 12 but it wont seem to work.

    Not sure whats the matter, can you advise? Thank you!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Please try to use following code snippet

    add_filter('aws_posts_per_page', 'my_aws_posts_per_page');
    function my_aws_posts_per_page($num) {
        return 100;
    }

    You need to add it somewhere outside the plugins folder. For example, inside functions.php file of your theme or use some plugin for adding code snippets.

    Regards

    Thread Starter 7design

    (@7design)

    Thanks ILLID, it kind of worked showing multiple products now. Weirdly though, I did a search for Star Wars products and its showing 18 products, but at the top it says 1 – 10 out of 93 products. And now there’s no pagination…

    Plugin Author ILLID

    (@mihail-barinov)

    Please tell me did you use Divi Builder to build custom template for the search results page?

    Thread Starter 7design

    (@7design)

    I don’t believe so… how would I check this? It’s just what came up after installing the plugin and used the search..

    Plugin Author ILLID

    (@mihail-barinov)

    To check this please go to Divi -> Theme Builder and check for Search results page template.

    Regards

    Thread Starter 7design

    (@7design)

    Hey there, sorry for the delay. There is no custom templates at all for search results page.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Search results broken’ is closed to new replies.