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
Theme version: 7.2.5 WooCommerce version: 5.0Hello,
Provide temporary wp-admin and FTP access, we will take a closer look.
Regards
Sending you in pm.
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
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.