Xstore Search Results Page Display - by macamrstudios

This topic has 4 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Olga Barlow

  • Avatar: macamrstudios
    macamrstudios
    Participant
    September 21, 2021 at 13:55

    Hi – I have a two part questions/issue. I noticed that the page layout does not display properly (everything is smooshed) when viewing results from a search (https://prnt.sc/1t3j8ak). When I view the site via the admin and go to the ‘Appearance’ menu and try to replicate the issue, everything displays correctly (https://prnt.sc/1t3jf2v). Is there some setting I am missing here? I searched around but could not find anything specifically related to search results.

    To replicate the issue, please do the following:
    1. from any page, type ‘dkelly’ in the search box
    2. and then click on the magnifying glass icon (not any of the results in the list).

    This will take you to the page that I am speaking of. It is the same for any artist.

    * I also noticed that the results returned seem to only be searching/returning those assigned to the sku #. For example, if I type Daniel Kelly, only one result appears (a book), but if I type dkelly, all works associated with said artist are returned. Does the search function only target a specific parameter or can you open it to includes things such as category, SKU, tags, etc?

    Thank you in advance for your response.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 22, 2021 at 16:59

    Hello,

    Find the below code in your Theme Options > Custom CSS

    .products-loop .ajax-content, .products-loop {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }

    and replace with the following

    .products-loop .ajax-content, .products-loop {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        width: 100%;
    }

    Or remove custom code related to your products page at all.

    Regards

    Avatar: macamrstudios
    macamrstudios
    Participant
    September 22, 2021 at 19:56

    Thank you for that. Is there any insight/advice for the second part?

    ###
    I also noticed that the results returned seem to only be searching/returning those assigned to the sku #. For example, if I type Daniel Kelly, only one result appears (a book), but if I type dkelly, all works associated with said artist are returned. Does the search function only target a specific parameter or can you open it to includes things such as category, SKU, tags, etc?
    ###

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    September 23, 2021 at 14:58

    Hello,

    Our theme searches by title, description, SKU, posts, pages. It does not search by tags, brands, categories.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.