Ruslan
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] How to copy og:title from title, og:description from description?I added this code, but it not works:
//Yoast SEO – set og:title as the title of the page
add_filter( ‘wpseo_opengraph_title’, ‘get_the_title’, PHP_INT_MAX );//Yoast SEO – set og:description as the description of the page
add_filter( ‘wpseo_opengraph_description’, ‘get_the_title’, PHP_INT_MAX );Why is not working?
Forum: Fixing WordPress
In reply to: How to force WP 6.3.1 creating WebP images?added code to functions.php of my child theme:
add_filter( 'wp_upload_image_mime_transforms', '__return_true', PHP_INT_MAX );
But it doesn’t create WebP files on the hard disk
Forum: Fixing WordPress
In reply to: [NSFW] WordPress 6.3.3 don’t creating WebP images by default6.3.1 sorry, my mistake
Forum: Plugins
In reply to: [Super Progressive Web Apps] How to remove SuperPWA html comments from code?Problem solved!
add_action('wp_head',function() { ob_start(function($o) { return preg_replace('/\n?<!--.*?superpwa.*?>/mi','',$o); }); },~PHP_INT_MAX);
Forum: Plugins
In reply to: [WooCommerce] How to remove WooCommerce mobile app banner from admin??Good evening. Yes, it’s!
Forum: Plugins
In reply to: [Super Progressive Web Apps] How to remove SuperPWA html comments from code?<!-- Manifest added by SuperPWA - Progressive Web Apps Plugin For WordPress --> <!-- / SuperPWA.com -->
I resaved permalinks, re-activated plugin, updated plugin – no luck, still some pages 404
Now Change End Point to ?amp option is on, but problem is NOT gone. Please help.
Net sales not 0, as you can see on the screenshot (https://imgur.com/a/H3ycsUK), before update to WooCommerce 5.6.0 all was fine!
2021-08-22T01:19:34+00:00 CRITICAL Uncaught Error: Call to a member function get_id() on boolean in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce/includes/class-wc-comments.php:424 Stack trace: #0 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-comments.php(97): WC_Comments::get_rating_counts_for_product(false) #1 /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-comments.php(361): WCML_Comments->recalculate_comment_rating('1654') #2 /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php(303): WCML_Comments->maybe_duplicate_comment_rating(25951, 31035, 'rating', NULL) #3 /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #4 /opt/bitnami/apps/wordpress/htdocs/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #5 /opt/bitnami/apps/wordpress/htdocs/wp-includes/meta.php(133): do_action('added_comment_m...', 25951, 31035, 'rating', NULL) #6 /opt/bitnami/apps/wordpress/htd в /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce/includes/class-wc-comments.php на строке 424
Forum: Plugins
In reply to: [AMP] How to remove amp gallery & amp image popup?What is if I’m using Classic Editor?
No, i want remove them from profile backend edit page
How to remove New Person capabilities in Yoast SEO Premium?
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA stop to installPlease take a look – https://imgur.com/6TGQCMO
Forum: Plugins
In reply to: [Super Progressive Web Apps] Plugin not workingI see only Warning: Page does not work offline. The page will not be regarded as installable after Chrome 93, stable release August 2021.
Forum: Plugins
In reply to: [Cache Enabler] After update to 1.7.0 TTFB increased more than 10X timeYes, I’m using Advanced Configuration for Apache