vizzzio
Forum Replies Created
-
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Brand bugThank you!
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Brand bugAs a category
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Error API get_productsHi,
Request /wp-json/wc/v3/wishlist/share_key/get_products
still returns an empty valueForum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] custom eventYes, thank you!
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] custom eventI mean these are the events in woocommerce https://prnt.sc/17Z0O999pv9T.
As you can see add_to_wishlist is not hereForum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] custom eventThere is an event add_to_cart which is displayed in ecommerce reports.
By analogy, I would like to add the add_to_wishlist event to google analyticsForum: Plugins
In reply to: [LiteSpeed Cache] Problem of image optimization when using WC APIAfter updating the new version, the problem has been fixed. Thank you
- This reply was modified 1 year, 4 months ago by vizzzio.
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem of image optimization when using WC APIadd_filter( "litespeed_media_ignore_remote_missing_sizes", "__return_true" ); // Remove images size function shapeSpace_disable_image_sizes($sizes) { unset($sizes['medium']); // disable medium size unset($sizes['medium_large']); // disable medium_large size unset($sizes['large']); // disable large size unset($sizes['1536x1536']); // disable 2x medium-large size unset($sizes['2048x2048']); // disable 2x large size return $sizes; } add_action('intermediate_image_sizes_advanced', 'shapeSpace_disable_image_sizes'); function shapeSpace_disable_other_image_sizes() { remove_image_size('medium'); remove_image_size('medium_large'); remove_image_size('large'); remove_image_size('1536x1536'); remove_image_size('2048x2048'); } add_action('init', 'shapeSpace_disable_other_image_sizes');
My child theme has this code in it.
It removes image sizes I don’t need.
I don’t have any plugins installed that change image metadataForum: Plugins
In reply to: [LiteSpeed Cache] Problem of image optimization when using WC APII don’t think an overload problem can last more than a month.
The problem is related to optimization of images uploaded using WC REST API.
As you can see on the first screenshot, images uploaded on 2023/07/06 are not optimized, then on 2023/07/08 one image is optimized and then optimization is interrupted again.
Accordingly, we can conclude that the problem is not related to overloadingForum: Plugins
In reply to: [LiteSpeed Cache] Problem of image optimization when using WC APIForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] GTM4WP errorsOn my child theme, it was established that
// Litespeed.
add_filter(‘nonce_life’, function () { return 604800; } );I don’t know how this affected it, but it caused the plugin to not save data. When I turned it off it all started working fine
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] GTM4WP errorsOddly enough, I can’t save the shutdown setting. I turn off the integration, click save, but after that it stays on
https://prnt.sc/h7jXdU36Ijsa
After save
https://prnt.sc/MUabc-qLpPS6Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] GTM4WP errorsI took a screenshot
https://prnt.sc/6-0b107ATf7jForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] GTM4WP errorsThe plugin does not export settings, how can I send them?
Forum: Plugins
In reply to: [LiteSpeed Cache] The crawler does not write the cacheYes, this cache is not created.