This topic has 8 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Olga Barlow
Hi Dear,
I have problem with Woocommerce Products Search official plugin.
I get console problem LOG: “Could not find the general Products Container, expected the selector .products”
Plugin developer https://docs.woocommerce.com/document/woocommerce-product-search/faq/ note that this problem is cause by: .products CSS class applied
I find something similar in your forum and I try to add “products” to:
Default:
<div class="row products-loop <?php echo esc_attr( $view_class ); ?> row-count-<?php echo esc_attr( $loop ); ?>"<?php if ($product_view == 'custom' && $custom_template != '' ) : ?> data-post-id="<?php echo esc_attr( $custom_template ); ?>"<?php endif; ?> data-row-count="<?php echo esc_attr( $loop ); ?>">
Changed:
<div class="row products products-loop <?php echo esc_attr( $view_class ); ?> row-count-<?php echo esc_attr( $loop ); ?>"<?php if ($product_view == 'custom' && $custom_template != '' ) : ?> data-post-id="<?php echo esc_attr( $custom_template ); ?>"<?php endif; ?> data-row-count="<?php echo esc_attr( $loop ); ?>">
In changed version filter works but some shop elements are broken.
Is there some better fix for this.
Thank you
Hello,
Provide temporary wp-admin and FTP access, we will take a closer look.
Regards
Sending you in pm.
Hello,
Check now, please.
Regards
Hmm, no site has problems.
1. No sidebar on category pages after filter.
2. After some body is blank.
3. After filtering I have huge white space after products.
Sending you screenshot in private
One more thing
After few test more, problem is still existing
Hello,
1) , 2) I checked your site and don’t see problem with the sidebar after filtering https://prnt.sc/10bbh0y
https://gyazo.com/b9eea771754b887e62f78c647f98c3ec
3) Any huge space https://prnt.sc/10bbhhq
Regards
You must be logged in to reply to this topic.Log in/Sign up