attributes disappear
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Pablo Borysenco on August 27, 2024, 10:49Hello
Yes, that seems to be the problem.
I did a check and it has to do with visibility taxonomy. I've temporarily disabled this. Try generating the file again. It should now be over 14000.
Hello
Yes, that seems to be the problem.
I did a check and it has to do with visibility taxonomy. I've temporarily disabled this. Try generating the file again. It should now be over 14000.
Quote from mcdeth on August 28, 2024, 16:40Thanks, it did generate all products but problem persists.
File updated!!!
Products and Variants: 14020
Results:
host311022.xce.pl/moda/?LSCWP_CTRL=before_optm
There's one more thing I'd wish to report, I have price filter set to off but these 2 slow queries show up on category/filter pages. both take 0,3s (10x longer than other slowest queries)
SELECT min( FLOOR( price_meta.meta_value + 0.0) ) as min_price, max( CEILING( price_meta.meta_value + 0.0) )as max_price
FROM wp_posts
LEFT JOIN wp_postmeta as price_meta
ON wp_posts.ID = price_meta.post_id
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
LEFT JOIN wp_term_relationships AS tt1
ON (wp_posts.ID = tt1.object_id)
WHERE wp_posts.post_type = 'product'
AND wp_posts.post_status = 'publish'
AND price_meta.meta_key IN ('_price')
AND price_meta.meta_value > ''
AND ( wp_term_relationships.term_taxonomy_id IN (1532)
AND tt1.term_taxonomy_id IN (1532) )
WOOF_HELPER::get_filtered_price()Plugin: woocommerce-products-filter 1 0.2658 SELECT min( FLOOR( price_meta.meta_value + 0.0) ) as min_price, max( CEILING( price_meta.meta_value + 0.0) )as max_price
FROM wp_posts
LEFT JOIN wp_postmeta as price_meta
ON wp_posts.ID = price_meta.post_id
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
LEFT JOIN wp_term_relationships AS tt1
ON (wp_posts.ID = tt1.object_id)
WHERE wp_posts.post_type = 'product'
AND wp_posts.post_status = 'publish'
AND price_meta.meta_key IN ('_price')
AND price_meta.meta_value > ''
AND ( wp_term_relationships.term_taxonomy_id IN (1532)
AND tt1.term_taxonomy_id IN (1532) )
Thanks, it did generate all products but problem persists.
File updated!!!
Products and Variants: 14020
Results:
host311022.xce.pl/moda/?LSCWP_CTRL=before_optm
There's one more thing I'd wish to report, I have price filter set to off but these 2 slow queries show up on category/filter pages. both take 0,3s (10x longer than other slowest queries)
SELECT min( FLOOR( price_meta.meta_value + 0.0) ) as min_price, max( CEILING( price_meta.meta_value + 0.0) )as max_price |
| Plugin: woocommerce-products-filter | 1 | 0.2658 |
SELECT min( FLOOR( price_meta.meta_value + 0.0) ) as min_price, max( CEILING( price_meta.meta_value + 0.0) )as max_price |
Quote from Pablo Borysenco on August 29, 2024, 11:14Hello
Please try this option Advanced->Option - https://share.pluginus.net/image/i20240829121429.png
Hello
Please try this option Advanced->Option - https://share.pluginus.net/image/i20240829121429.png
Quote from mcdeth on September 7, 2024, 10:36There's no such option, especially under Advanced=>Options. https://imgur.com/a/Hs4EM6Z
And what about initial problem - all filters keep disappearing. Earlier guessing didn't help: https://host311022.xce.pl/moda/?LSCWP_CTRL=before_optm
There's no such option, especially under Advanced=>Options. https://imgur.com/a/Hs4EM6Z
And what about initial problem - all filters keep disappearing. Earlier guessing didn't help: https://host311022.xce.pl/moda/?LSCWP_CTRL=before_optm
Quote from Pablo Borysenco on September 9, 2024, 10:50Hello
This option is only available when Turbo mode is disabled.
Hello
This option is only available when Turbo mode is disabled.
Quote from mcdeth on October 15, 2024, 11:41I don't understand, are you just guessing whole time?
- First you said it's not plugin fault, but theme.
- Created staging with default theme and you give me few "solutions", none worked.
- The problem is still unsolved, it would be easiest if you simply opened staging website, told me what changes you made and case closed.
So far:
- Disabled most plugins that can interfere, inclucing litespeed cache
- Using default theme
- Did steps you mentioned
- Set $limit = apply_filters("woof_turbo_mode_products_limit", 20000);
Result:
Products and Variants: 14020
But there are 15 019 products in total
And what's most important: filters still keep disappearing.
Try: https://host311022.xce.pl/moda/
I don't understand, are you just guessing whole time?
- First you said it's not plugin fault, but theme.
- Created staging with default theme and you give me few"solutions", none worked.
- The problem is still unsolved, it would be easiest if you simply opened staging website, told me what changes you made and case closed.
So far:
- Disabled most plugins that can interfere, inclucing litespeed cache
- Using default theme
- Did steps you mentioned
- Set $limit = apply_filters("woof_turbo_mode_products_limit", 20000);
Result:
Products and Variants: 14020
But there are 15 019 products in total
And what's most important: filters still keep disappearing.
Quote from Pablo Borysenco on October 15, 2024, 13:08Hello
I never wrote anywhere that the problem is in the theme
I immediately assumed that not enough products were being formed, and all this time this reason was being solved (no guesses). This is the first thing to check.
you give me few"solutions", none worked. - It works! Now the file is generated correctly
But there are 15 019 products in total - https://share.pluginus.net/image/i20241015140129.png
Also, to display (count) products on the category page, the product must be marked along the entire category chain - https://share.pluginus.net/image/i20241015140658.png AND https://share.pluginus.net/image/i20241015140724.png - fix this and update the search file
Hello
I never wrote anywhere that the problem is in the theme
I immediately assumed that not enough products were being formed, and all this time this reason was being solved (no guesses). This is the first thing to check.
you give me few"solutions", none worked. - It works! Now the file is generated correctly
But there are 15 019 products in total - https://share.pluginus.net/image/i20241015140129.png
Also, to display (count) products on the category page, the product must be marked along the entire category chain - https://share.pluginus.net/image/i20241015140658.png AND https://share.pluginus.net/image/i20241015140724.png - fix this and update the search file
Quote from mcdeth on October 15, 2024, 14:30If I disable "Show count" then "Hide empty terms" is forced to "No". I don't care count, but Hide empty terms is a must - I don't see reason to show 20 unavailable colours.
the product must be marked along the entire category chain
- Main cat
--Cat 2
---Cat 3
----Cat 4 <= product is here
do you mean it has to be marked on EVERY single category (4 categories) to make it work?
- count is not needed
- hide empty terms is necessary
If I disable"Show count" then"Hide empty terms" is forced to"No". I don't care count, but Hide empty terms is a must - I don't see reason to show 20 unavailable colours.
the product must be marked along the entire category chain
- Main cat
--Cat 2
---Cat 3
----Cat 4 <= product is here
do you mean it has to be marked on EVERY single category (4 categories) to make it work?
- count is not needed
- hide empty terms is necessary
Quote from Pablo Borysenco on October 16, 2024, 14:04Hello
I don't see reason to show 20 unavailable colours. - I also don't see the point in this setting
do you mean it has to be marked on EVERY single category (4 categories) to make it work? - yes, that is, the product must have a marked category hierarchy (parent category)
- count is not needed - Yes of course, but if there is no correct calculation the plugin will not detect empty terms
Hello
I don't see reason to show 20 unavailable colours. - I also don't see the point in this setting
do you mean it has to be marked on EVERY single category (4 categories) to make it work? - yes, that is, the product must have a marked category hierarchy (parent category)
- count is not needed - Yes of course, but if there is no correct calculation the plugin will not detect empty terms