mcdeth
Forum Replies Created
-
Hi, love your plugin too. I was searching for solution and it’s here:
https://rankmath.com/kb/how-to-disable-all-generated-seo-tags/
Bit modified version in my case would:
function rankmath_disable_features() { if ( strpos( $_SERVER['REQUEST_URI'], '/newsletter/' ) !== false ) { remove_all_actions( 'rank_math/head' ); } } add_action( 'wp_head', 'rankmath_disable_features', 1 );
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Changes are not being savedSame problem, I have LSCache+Redis, but never had this issue on any of the shops. I excluded parameters and no changes, here’s server response:
{"success":true,"data":{"general":{"gtm_id":"","script_implementation":0,"noscript_implementation":0,"container_active":true,"sgtm_domain":"", "console_log":false,"gtm_auth":"","gtm_preview":""},"integrations":{"woocommerce_shipping_info":1,"woocommerce_payment_info":1,"woocommerce_variable_product_tracking":0, "woocommerce_view_item_list_limit":0,"woocommerce_debug_track_purchase":false,"cf7_load_js":1,"edd_debug_track_purchase":false,"woocommerce_integration":true}}}
I don’t cache wp admin.
- This reply was modified 1 year ago by mcdeth.
Forum: Plugins
In reply to: [Product Filter by WBW] WBW queries 7500 productsThanks, I have this option disabled. I sent email
Forum: Plugins
In reply to: [LiteSpeed Cache] High CPU usageIt’s not lscache problem itself, but at most some plugin on the website. I suppose it’s crawler crawling the page, you can adjust it’s settings
Forum: Plugins
In reply to: [LiteSpeed Cache] Serving old browser cacheThanks for quick reply. It’s not it, it doesn’t help. I run two shops, one works good, but on the other one mentioned above, I have to disable cache and enable it again to clear cache. As the note says, it’s purging cache on reenabling, however I got no idea why wouldn’t Purge All button work?
Please visit the?Information?page on how to test the cache.?NOTICE:?When disabling the cache, all cached entries for this site will be purged.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed JSIt’s normal, but you can limit it: https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/#disk-space-filling-fast
- This reply was modified 1 year, 1 month ago by mcdeth.
Plugin seems to be dead, don’t forget to leave review so people won’t waste time on configuring and testing it.
If you wanna ignore error, disable scroll tracking in plugin settings.
Hello, one more question. How do I get value from inside the tag, I need EAN value as in:
<product id="xxx"> <sizes> <size id="yy" ean="ean-number"></size> </sizes> </product>
Thanks!
- This reply was modified 1 year, 2 months ago by mcdeth.
Forum: Plugins
In reply to: [Facebook for WooCommerce] 3.1.7 breaks woocommerce order pagesSame problem here:
E_ERROR on line 1643 /var/www/u222068/data/www/domain.com/wp-content/plugins/facebook-for-woocommerce/facebook-commerce.php. Komunikat b??du: Uncaught Error: Call to a member function is_type() on bool in /var/www/u222068/data/www/domain.com/wp-content/plugins/facebook-for-woocommerce/facebook-commerce.php:1643 Stack trace: #0 /var/www/u222068/data/www/domain.com/wp-includes/class-wp-hook.php(324): WC_Facebookcommerce_Integration->display_batch_api_completed() #1 /var/www/u222068/data/www/domain.com/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 /var/www/u222068/data/www/domain.com/wp-includes/plugin.php(517): WP_Hook->do_action() #3 /var/www/u222068/data/www/domain.com/wp-admin/includes/meta-boxes.php(1714): do_action() #4 /var/www/u222068/data/www/domain.com/wp-admin/edit-form-advanced.php(271): register_and_do_post_meta_boxes() #5 /var/www/u222068/data/www/domain.com/wp-admin/post.php(206): require('/var/www/u22206...') #6 {main} thrown
For Sake, can’t you test this sh1t before releasing? Are you 5 that you have to crash websites every few weeks and then come up with “hey disable all other plugins”? Have you got that already tattooed?
It’s not supporting Facebook/Pixel. You can install FB plugin and use alongside with gtm4wp
Hello, thanks for detailed answer.
I can’t set in CTX to use same attributes as in FB plugin, i.e. parentSKU_id (hence my question, if I can merge two attributes)? Currently I’m using WPML and Facebook plugin for one country, but there is a known problem where FB catalouge mixes currencies , it’s known bug and workaround is to sync only one currency with fb).
This is supposed to be separate feed for FB Catalogue. I need to create feed with sku_id as product ID, because that’s how FB pixel is triggered. I’d rather not make any changes with original feed because I don’t wanna mess things there, conversions are working fine
Hello, PHP version is 8.2.10
Thank, you’re right it was other plugin. I will test yours. Thanks!
Thanks for quick reply. So I create a snippet with Code Snippet, where I use code:
add_filter( 'wc_product_table_custom_column_product_region', function( $data, WC_Product $product, $args ) { $data = 'Something'; // create your data here return $data; }, 10, 3 );
Then I use a shortcode:
[product_table columns="image,name,att:size,price,product_region"]
I disable website cache and plugin cache. Any other changes I make, like add or remove standalone column, takes immediate effect so it’s not caching. I’ve also tried pasting advanced snippet and there’s no effect. I can see column Product region, but it’s empty. I’ve tried with
return "123"; echo "123";
Also no effects
- This reply was modified 1 year, 3 months ago by mcdeth.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Edit product errorI have the same issue. I have installed, but disabled these plugins:
Variation Swatches for WooCommerce: by Emran Ahmed
WPC Product Bundles for WooCommerce: by WPClever
Few days ago I made a post where I said other shop has problems with high CPU usage. Now this in other store. In both threads the reply is “disable other plugin1!11 coz they’re bad”. Serious question, are you hiring interns only?