WPIntell

Source evidence

Search results layout wrong

Sokol: Smart WooCommerce Search · support · 2022-11-23T14:53:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Jerome unresolved
Hello, Example: search for ‘gold’ or “red” in search box. The results layout should be a 3×3 grid. It’s currently displaying one row of three and a row of two. I have disabled the caching plugin FlyingPress but no difference. Thanks in advance. Jerome @ Wilde Ones` The page I need help with: [ log in to see the link] Hi, This issue relates to your theme. Probably you need to add a filter to your functions.php file (if you have a child theme you should add the code in the child’s theme function.php file) Code example for setting 12 products per page: add_filter( ‘loop_shop_per_page’, ‘ysm_loop_shop_per_page’, 9999 ); /** * Return the number of products you want to show per page. */ function ysm_loop_shop_per_page( $cols ) { return 12; } Hi YummyWP, Thanks for the tip but the last time I touched the functions.php the whole site crashed as I don’t have the expertise to alter code. I was hoping there might be a CSS snippet I could add instead. Best, J

Comments

2 shown
YummyWP 2022-11-28T10:53:00+00:00

Hi, This issue relates to your theme. Probably you need to add a filter to your functions.php file (if you have a child theme you should add the code in the child’s theme function.php file) Code example for setting 12 products per page: add_filter( ‘loop_shop_per_page’, ‘ysm_loop_shop_per_page’, 9999 ); /** * Return the number of products you want to show per page. */ function ysm_loop_shop_per_page( $cols ) { return 12; }

Jerome 2022-11-30T07:30:00+00:00

Hi YummyWP, Thanks for the tip but the last time I touched the functions.php the whole site crashed as I don’t have the expertise to alter code. I was hoping there might be a CSS snippet I could add instead. Best, J