This topic has 4 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
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.
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
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?
###
Hello,
Our theme searches by title, description, SKU, posts, pages. It does not search by tags, brands, categories.
Regards
You must be logged in to reply to this topic.Log in/Sign up