hoseinkh
Forum Replies Created
-
Hi again,
If I’m not mistaken, this bug was fixed in the last two versions of Rank Meth. So I removed the code and everything was working fine. After updating to the new version, this bug occurred again.
Hi again @rankmathsupport,
Unfortunately, this problem occurs again. The shop page is constantly disabled and the error “page not found” is displayed in the title of the shop page.
thank you
Thanks a lot, will this be fixed natively in the next version? Because many users are facing this problem.
Hi again
You were right and now the error is completely resolved. Before I reported this to you, the store page on my website was constantly disabled and if I selected the store page from this section, it was automatically removed from this section again. Also, on the front page of the store, “page not found” was displayed in the address bar of the browser.
Anyway, after adding your code, the problem is completely solved. I hope it will be completely solved in the next versions of rank math.
thanks
Forum: Plugins
In reply to: [?????? ??? ? ??? ??????? (??? ?????? ? ??????? ??? ??????)] ???? ?????????. ??? ???? ???? ?? ?? ??? ????? ????? ?? ???? ?????? ?????? ??? ????? ???? ???? ????? ???? ???? ?? ?????? ???? ? ??? ??? ?? ?? ???? ???? ????????
Hello,
Will this problem be solved by you? Do I need to share it with the Crocoblock team?
Hi, Now I see this error.
Fatal error: Uncaught Error: Call to a member function apply_filters_in_request() on bool in /home2/geroza/domains/avangtheme.ir/public_html/wp-content/plugins/jet-smart-filters/includes/render.php:143 Stack trace: #0 /home2/geroza/domains/avangtheme.ir/public_html/wp-content/plugins/jet-smart-filters/includes/render.php(174): Jet_Smart_Filters_Render->apply_filters_from_request() #1 /home2/geroza/domains/avangtheme.ir/public_html/wp-includes/class-wp-hook.php(324): Jet_Smart_Filters_Render->apply_filters_from_permalink(Object(WP)) #2 /home2/geroza/domains/avangtheme.ir/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #3 /home2/geroza/domains/avangtheme.ir/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #4 /home2/geroza/domains/avangtheme.ir/public_html/wp-includes/class-wp.php(418): do_action_ref_array(‘parse_request’, Array) #5 /home2/geroza/domains/avangtheme.ir/public_html/wp-includes/class-wp.php(813): WP->parse_request(”) #6 /home2/geroza/domains in /home2/geroza/domains/avangtheme.ir/public_html/wp-content/plugins/jet-smart-filters/includes/render.php on line 143
Hi,
If I’m not following your instructions well, it’s because I’m using Google Translate. I apologize for this. wp-debug displays the following two errors.
[03-Jan-2024 09:08:59 UTC] PHP Notice: Trying to get property ‘post_content’ of non-object in /home/geroza/domains/avangtheme.ir/public_html/wp-content/plugins/seo-by-rank-math/includes/opengraph/class-image.php on line 510
[03-Jan-2024 09:08:59 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in /home/geroza/domains/avangtheme.ir/public_html/wp-content/plugins/seo-by-rank-math/includes/opengraph/class-image.php on line 510
Hi again,
I thoroughly investigated this problem today. I came to the conclusion that the Remove category base option interferes with the Jet smart filters plugin. It doesn’t matter if we use the URL Aliases feature in jet smart filters plugin or not. However, there is this problem.
I tried the exact same situation with Elementor Loop Grid widget and didn’t get any error. But with the Jet smart filters plugin, I am constantly facing this problem. I hope this new information was useful for you.
Hi,
Unfortunately, clearing the cache had no effect on this problem.
Please activate a filter in this link or enter the second page, then reload the page. You will encounter a 404 error.
Hi,
Please watch the this video. When the Remove category base option is enabled, if we reload page 2 or X of the product archive, we will encounter a 404 error. After disabling the Remove category base option, the problem was solved.
But can this be solved so that the Remove category base option is active, but we don’t face a 404 error when the page is reloaded?
thanks
Hi again,
I disabled the category base removal option, the 404 error no longer appears after reloading, but after reloading, all products are hidden.
Do I need to follow up on this issue with the crocoblock team? Or it can be solved by you.
thanks
?? ??. ???? ?????
???????? ?????? ??? ?? ??? ????. ????? ???? ?? ??? ???? ?????<code>
add_filter( ‘woocommerce_package_rates’, ‘woocommerce_package_rates_hide_free’, 100 );
function woocommerce_package_rates_hide_free( $rates ) {
$free = array();foreach ( $rates as $rate_id => $rate ) { if ( 0 == $rate->cost ) { $free[ $rate_id ] = $rate; break; } } return ! empty( $free ) ? $free : $rates;
}