millerml
Forum Replies Created
-
There are no errors on the pages. There is only one constant error in the server logs:
Got error 'PHP message: PHP Warning: Undefined array key "background_image" in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 87
PHP message: PHP Warning: Trying to access array offset on value of type null in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 90
PHP message: PHP Warning: Undefined array key "background_image" in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 87
PHP message: PHP Warning: Trying to access array offset on value of type null in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 90
PHP message: PHP Warning: Undefined array key "background_image" in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 87
PHP message: PHP Warning: Trying to access array offset on value of type null in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 90
PHP message: PHP Warning: Undefined array key "background_image" in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 87
PHP message: PHP Warning: Trying to access array offset on value of type null in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 90
PHP message: PHP Warning: Undefined array key "background_image" in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 87
PHP message: PHP Warning: Trying to access array offset on value of type null in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 90
PHP message: PHP Warning: Undefined array key "background_image" in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 87
PHP message: PHP Warning: Trying to access array offset on value of type null in /public_html/wp-content/plugins/elementor/includes/conditions.php on line 90'Elementor – 3.26.5
It started the last few weeks.
Today at 4am the menu disappeared. Then at lunchtime.
What could be the cause?I understand that there is very little information to solve problem. Also, problem does not occur with each save.
The thing is that this happens on a working online store. I can not conduct experiments on it.
I have The7 theme installed, many widgets on page are built into theme. I use Redis and WP Rocket.
Problem began to appear during development of site, but I thought it was my own mistakes.
After a while, it was necessary to redraw main page and at that moment menu elements disappeared again.It seems to me that some variable receives value – count of menu elements, and when saving, considering 122 an erroneous value, replaces it with 0?
I often use similar environment, but always count of menu elements is up to 10.I thought that this was due to your plugin, since I checked menu elements. Then I changed page in Elementor. I opened menu settings and it became empty.
Perhaps there is a way to track cause without disabling plugins and without changing theme?
Thanks. I’ll try. I think it would be right to write in the documentation which hooks don’t work in the free version? Otherwise, a lot of time is wasted due to misunderstanding.
https://mega.nz/file/TwFSRIQA#yzR1EgW0x3uW6oY6E9I7YI-FDo7aLwVBbl8n0Jrbjg0
https://mega.nz/file/GwMmGApB#GtM6lE5gQk2X5ar68FcqsA-e0OT9Dq9UYWbzHDtSwUw
- This reply was modified 3 months, 2 weeks ago by millerml.
Nothing’s changed
https://klevo.ua/product-sitemap33.xml
- This reply was modified 3 months, 2 weeks ago by millerml.
Hi.
WordPress 6.7.1, WooCommerce 9.4.3, WP Rocket 3.17.3.1.
I don’t know what else could affect the performance of your plugin?
In WP Rocket created exceptions for the sitemap – /(.)sitemap(.).xml/.Following the instructions in the child theme, I created a file – rank-math.php, and insert:
<?php
//
add_filter( 'rank_math/woocommerce/stock_status', function( $statuses ) {
return [ 'instock' ]; // 'onbackorder' and 'outofstock' is excluded
});
But I try insert to functions.php child theme result is same.https://klevo.ua/sitemap_index.xml
https://klevo.ua/product-sitemap33.xml – probably all goods in this file are out of stock
- This reply was modified 3 months, 2 weeks ago by millerml.
I asked a pre-sale question to support paid version, here’s what they answered:
upon confirming your use case with the developer team, they have informed it would not be possible with our plugin
I realized that I need to look for another solution?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Sales pageI have tried many tips, but none of them help to fix the problem with your plugin.
https://wordpress.stackexchange.com/questions/409243/elementor-custom-query
https://developers.elementor.com/docs/hooks/custom-query-filter/
https://developer.www.ads-software.com/reference/hooks/pre_get_posts/
Here’s a similar problem:
https://www.ads-software.com/support/topic/ajax-product-filter-and-elementor-templates/
Does your plugin somehow interact with the Woocommerce? Tell me how to use your filter on CATEGORY page?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Sales pageWhich ones are empty terms?
I’m talking about the Sale page. If you don’t understand, another example – category page?
I’m drawing a page – Boots, insert filter widget, products widget… How to set initial conditions filter? Shouldn’t there be shirt sizes on the boots page? Do you agree?Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Sales pagemaybe it needs some improvement? Something like?
Or is there a hook? Like here?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Sales pageMaybe you have your own hook? How can I set the initial selection?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Sales pageFor example, categories – shoes no have product on Sale
Forum: Plugins
In reply to: [WooCommerce] Hide Product variations with Stock 0That’s what I’m asking, at what stage is it possible to filter the query result?
Perhaps there is a hook?
The variation has a status – in stock?
This means that it is optimal to add the condition when selecting variations.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Product variations with Stock 0How can I fix this bug? Is it possible to add a check for availability when searching for variations? Is it possible to add a presence check when selecting variations? Or should I look for a different plugin?