sizinajans
Forum Replies Created
-
Hello, it’s been three months. We’d like to ask for a little support. Please help us.
Forum: Plugins
In reply to: [WooCommerce] “This product is currently out of stock and unavailable.”I’m having the same problem. I disabled every plugin. I used the Storefront theme. I still have the same problem. When I edit the product and update it without any intervention, the problem is temporarily solved, but after a day or two it says out of stock again. Please write if there is a solution to this.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Turkish Character ProblemHello,
The language of the site is Turkish.
It appears as “Türk?e” among the options.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Turkish Character ProblemHello,
The language of the site is Turkish.
Only woocommerce and wp custom admin interface plugins are installed.
There is a unicod error on the product reviews page in the admin panel.
The text “De?erlendirmeler” appears as “De%C4%9Ferlendirmeler”.
Can you please help?
Thank you so much. The code is working. It worked great for me.
For example, the code below removes the organization schema from all pages except the home page.
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) { if ( is_front_page() || ! isset( $data['publisher'] ) ) { return $data; } unset( $data['publisher'] ); unset( $data['place'] ); return $data; }, 99, 2);
I need code to delete organization, website, web page schema from all pages.