irbis16
Forum Replies Created
-
Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] phone number 2Hello!
I did not ovrride any plugin files. And I tomorrow reload all plugin files by ftp. Field phone are not displayed.Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] phone number 2Hello!
I start copy of site on https://www.h101548649.nichost.ru/product/rustik/ambrim-morkovnyj-1nf
ROISTAT is analitic system. I remove all 3rd scripts from header and footer.
And I deactivated all other plugins except plugins “Back In Stock Notifier for WooCommerce” and “WooCommerce” .
Phone field not displayed.Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] phone numberHi
Screenshot:
https://1drv.ms/u/s!At-UOiuYhmRalK80RQ9dWKbLdwPa8A?e=T1JFKXForum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] phone numberHi! I do not used cache plugins.
Hi!
I turn on these options but field phone not appear on front in form
https://1drv.ms/u/s!At-UOiuYhmRalK5KhoPZw5tOJAcXrg?e=VYZlQghttps://www.gubskiy-kirpich.ru/product/rustik/ambrim-morkovnyj-1nf
button “Сообщить о поступлении”
Forum: Plugins
In reply to: [Yoast SEO] canonical for shop page paginationThahk!
this code works:function yoast_seo_canonical_change_woocom_shop( $canonical ) { if ( !is_shop() ) { return $canonical; } return get_permalink( woocommerce_get_page_id( 'shop' ) ); } add_filter( 'wpseo_canonical', 'yoast_seo_canonical_change_woocom_shop', 20, 1 );
Forum: Plugins
In reply to: [Yoast SEO] canonical for shop page paginationHi!
Yes. I need first shop page in canonical.
This methodes not work completely https://developer.yoast.com/features/seo-tags/canonical-urls/api
But I found this code:add_filter('wpseo_canonical', 'removeCanonicalArchivePagination'); function removeCanonicalArchivePagination($link) { $link = preg_replace('#\\??/page[\\/=]\\d+#', '', $link); return $link; }
And it not remove canonical. It changes on first page.
view-source:https://www.gubskiy-kirpich.ru/product-tag/dlya-naruzhnoj-otdelki/page/2But this code not work for shop page pagination. It works only for tags and product categoryes.
Forum: Plugins
In reply to: [WebP Express] Not displayed webpOk. Thank you.
Forum: Plugins
In reply to: [WebP Express] Not displayed webpOk. Why several images have jpeg.webp in console?
https://1drv.ms/u/s!At-UOiuYhmRalI9Yg5vNBtdWzn516g?e=O5fLJCForum: Plugins
In reply to: [WebP Express] Not displayed webpBut in console extension is jpg not jpg.webp
https://1drv.ms/u/s!At-UOiuYhmRalI9XafLJ_QySVNyJ4g?e=1SdZiaI resolved it.