WPIntell

Source evidence

Filter not working.

Premmerce Product Filter for WooCommerce · support · 2022-07-24T06:34:00+00:00

complaintsentiment
mediumseverity
0.92relevance
8replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 16 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

13 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
marahman.b2b unresolved
WooCommerce version: 6.7.0 WordPress version: 6.0.1 PHP version: 7.4.30 WooCommerce database version: 6.7.0 Parent theme name: Flatsome Parent theme version: 3.15.7 Filter disappearing if i am seleing AJAX : Load deferred Currently set: (Filter fields appeared but filter not giving any results, When we select the filter item hit the filter button it just refreshing the page) on; Use ajax Ajax Strategy: Woocommerce content Tired: but still no result on filter selection. WooCommerce to rebuild its product lookup tables. You can do this by visiting WooCommerce > Status > Tools and clicking ‘Regenerate’ for the Product lookup tables tool. Product attributes lookup table Enable table usage (off) Enable table usage Use the product attributes lookup table for catalog filtering. Version:3.7, having issue. I replaced Version:3.7 with Version 3.6.2 things are back to normal all functions working well. Hi @marahmanb2b could you drop us a message via https://premmerce.com/contact-us/ so we can help troubleshoot please I have the same problem I have the same issue, the moment I updated to v3.7 Could you please advice for a solution? I had same issue, here’s how I fixed it. My register sidebar function had “aside” blocks in before and after widget: register_sidebar( array( 'id' => 'products_filter', 'name' => 'Filter', 'description' => 'A place for filters.', 'before_widget' => '<aside id="%1$s" class="%2$s">', 'after_widget' => '</aside>', 'before_title' => '<header><h4>', 'after_title' => '</h4></header>' ) ); What I made, is just changed aside blocks to div and everything is working now: register_sidebar( array( 'id' => 'products_filter', 'name' => 'Filter', 'description' => 'A place for filters.', 'before_widget' => '<div id="%1$s" class="%2$s">', 'after_widget' => '</div>', 'before_title' => '<div>', 'after_title' => '</div>' ) ); Hi @komarovski , Thank you very much for letting us know about this, and for providing your fix regarding this issue. Indeed, it looks like this is due to the fact that Flatsome still uses the old widget system for WordPress. In such cases you may proceed in using the available shortcodes instead: [premmerce_filter] – for showing main Premmerce Filter (Product attributes filter) [premmerce_active_filters] – for showing main Premmerce active filters (Product attributes active filters) Furthermore, if there’s a way to utilize the new WooCommerce widget system, please proceed in doing so and reinsert the new Product filter blocks. Hi Mark I tried Widgets Custom HTML & Blocks but no result http://prntscr.com/8Y5zGh4Lg942 This reply was modified 3 years, 8 months ago by marahman.b2b . Hello @marahmanb2b , It seems that I could not view the screenshot that you provided. I’ll be glad to further assist you with this, could you please send us an email in our contact form? – https://premmerce.com/contact-us/ I’ll look forward to help you with this.

Comments

8 shown
marahman.b2b 2022-07-24T18:36:00+00:00

Version:3.7, having issue. I replaced Version:3.7 with Version 3.6.2 things are back to normal all functions working well.

Premmerce 2022-07-25T13:36:00+00:00

Hi @marahmanb2b could you drop us a message via https://premmerce.com/contact-us/ so we can help troubleshoot please

Angelos Katsikandarakis 2022-07-27T07:33:00+00:00

I have the same problem

ptrajanov 2022-07-28T10:43:00+00:00

I have the same issue, the moment I updated to v3.7 Could you please advice for a solution?

Oleg Komarovskyi 2022-09-09T09:10:00+00:00

I had same issue, here’s how I fixed it. My register sidebar function had “aside” blocks in before and after widget: register_sidebar( array( 'id' => 'products_filter', 'name' => 'Filter', 'description' => 'A place for filters.', 'before_widget' => '<aside id="%1$s" class="%2$s">', 'after_widget' => '</aside>', 'before_title' => '<header><h4>', 'after_title' => '</h4></header>' ) ); What I made, is just changed aside blocks to div and everything is working now: register_sidebar( array( 'id' => 'products_filter', 'name' => 'Filter', 'description' => 'A place for filters.', 'before_widget' => '<div id="%1$s" class="%2$s">', 'after_widget' => '</div>', 'before_title' => '<div>', 'after_title' => '</div>' ) );

Mark Kevin 2022-09-12T06:27:00+00:00

Hi @komarovski , Thank you very much for letting us know about this, and for providing your fix regarding this issue. Indeed, it looks like this is due to the fact that Flatsome still uses the old widget system for WordPress. In such cases you may proceed in using the available shortcodes instead: [premmerce_filter] – for showing main Premmerce Filter (Product attributes filter) [premmerce_active_filters] – for showing main Premmerce active filters (Product attributes active filters) Furthermore, if there’s a way to utilize the new WooCommerce widget system, please proceed in doing so and reinsert the new Product filter blocks.

marahman.b2b 2022-09-12T10:12:00+00:00

Hi Mark I tried Widgets Custom HTML & Blocks but no result http://prntscr.com/8Y5zGh4Lg942 This reply was modified 3 years, 8 months ago by marahman.b2b .

Mark Kevin 2022-09-13T07:05:00+00:00

Hello @marahmanb2b , It seems that I could not view the screenshot that you provided. I’ll be glad to further assist you with this, could you please send us an email in our contact form? – https://premmerce.com/contact-us/ I’ll look forward to help you with this.