• Resolved savassigames

    (@savassigames)


    Hello! How are you? First of all, thank you so much for the amazing plugin!

    My issue is: When searching, the results are not properly ordered. Like, when searching for “spider man” in my page, it gives me many results for “man” before showing the most precise one. Here’s a screenshot:

    View post on imgur.com

    Showing those mostly unrelated products ain’t a big problem, but I’d like at least to make the most relevant one to be on the top. I’m already using the “title priority” code I found on other topics, but didn’t make any difference.

    Please help! And thank you!

    • This topic was modified 3 months ago by savassigames. Reason: properly inserting the image

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

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

    (@mihail-barinov)

    HI,

    As I see that search form in your site header is not the plugins one, but just some default theme search form.

    Please add plugin search form first and then test the search output. You can read more about how to add search forms to your pages here.

    Regards

    Thread Starter savassigames

    (@savassigames)

    Oh, I’ve already done it, I just stylized it! I’ve replaced it using the following code I’ve found on another topic:

    add_filter( 'aws_js_seamless_selectors', 'aws_js_seamless_selectors' );
    function aws_js_seamless_selectors( $selectors ) {
    $selectors[] = 'form.hw-search';
    return $selectors;
    }

    Then customized it by adding the right lines to my custom css page, to make it look the closest to the native one I could code. In mobile, it was done adding the plugin shortcode to my menu.

    Thread Starter savassigames

    (@savassigames)

    Thank you for your time!

    Closing the topic, decided to go with another plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.