Radical Dreamer
Forum Replies Created
-
I am not using the pro version. π
Please help me
Here:
https://drive.google.com/file/d/1RdS1bPcf8UpkiGJ4QwxCbXv5IQWpu_bF/view?usp=sharing
I think it is a cachΓ© problem.
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Price is not updatedi’ve changed the custom selector. and now it works!
Thanks π
Thank you.
In fact it was a plugin.
I tested by deactivating 2 by 2, so it should one of these:
WPS Hide Login or WPS Limit Login
Both are fairly popular plugins though. So i suggest checking the conflict with them π
Cheers!
Yes, it did!
Thanks!
Here:
Error: [19-Mar-2024 21:41:13 UTC] PHP Warning: Attempt to read property "term_id" on int in /home/radicaldreamer/public_html/wp-content/plugins/content-control/inc/functions/developers.php on line 270Sure, here it is:
Forum: Plugins
In reply to: [SimpleTOC - Table of Contents Block] Default settingsThanks!
I didn’t see a Settings link in the plugin section so i assumed there wasn’t one.
I created a block as well, so i can replicate the settings exactly.
I installed the DOMDocument in php v8.1 and now it is perfect.
Thanks for pointing it out, so i could fix it π
Well, here it is anyways.
Maybe you can guide me where it can be related:
[02-Feb-2024 21:26:16 UTC] PHP Fatal error: Uncaught Error: Class "DOMDocument" not found in /home/radicaldreamer/guardianalunar.cl/wp-content/plugins/simpletoc/plugin.php:384 Stack trace: #0 /home/radicaldreamer/guardianalunar.cl/wp-content/plugins/simpletoc/plugin.php(159): add_anchor_attribute() #1 /home/radicaldreamer/guardianalunar.cl/wp-content/plugins/simpletoc/plugin.php(167): add_ids_to_blocks_recursive() #2 /home/radicaldreamer/guardianalunar.cl/wp-content/plugins/simpletoc/plugin.php(167): add_ids_to_blocks_recursive() #3 /home/radicaldreamer/guardianalunar.cl/wp-content/plugins/simpletoc/plugin.php(140): add_ids_to_blocks_recursive() #4 /home/radicaldreamer/guardianalunar.cl/wp-includes/class-wp-hook.php(324): simpletoc_add_ids_to_content() #5 /home/radicaldreamer/guardianalunar.cl/wp-includes/plugin.php(205): WP_Hook->apply_filters() #6 /home/radicaldreamer/guardianalunar.cl/wp-includes/blocks/post-content.php(48): apply_filters() #7 /home/radicaldreamer/guardianalunar.cl/wp-includes/class-wp-block.php(258): render_block_core_post_content() #8 /home/radicaldreamer/guardianalunar.cl/wp-includes/class-wp-block.php(244): WP_Block->render() #9 /home/radicaldreamer/guardianalunar.cl/wp-includes/blocks.php(1484): WP_Block->render() #10 /home/radicaldreamer/guardianalunar.cl/wp-includes/blocks.php(1522): render_block() #11 /home/radicaldreamer/guardianalunar.cl/wp-includes/block-template.php(260): do_blocks() #12 /home/radicaldreamer/guardianalunar.cl/wp-includes/template-canvas.php(12): get_the_block_template_html() #13 /home/radicaldreamer/guardianalunar.cl/wp-includes/template-loader.php(106): include('/home/radicaldr...') #14 /home/radicaldreamer/guardianalunar.cl/wp-blog-header.php(19): require_once('/home/radicaldr...') #15 /home/radicaldreamer/guardianalunar.cl/index.php(17): require('/home/radicaldr...') #16 {main} thrown in /home/radicaldreamer/guardianalunar.cl/wp-content/plugins/simpletoc/plugin.php on line 384i’ll ask my server how to get the php error log.
In the meantime, would you like to access the site temporary to see it yourself?
Forum: Plugins
In reply to: [LiteSpeed Cache] conflict with gutenslider pluginYes, it was that, the JS combine.
I disabled it and it is correct now, thanks for the guidance!!
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] How to create a smart coupon in PHPI figured it out!
update_post_meta($coupon_id, '_wc_make_coupon_available', 'my_account,cart,checkout');For anyone else, you can see this example: https://gist.github.com/webtoffee-git/990524a83c7c6f02559e501d53136b85
And you can check webtofee documentation: https://www.webtoffee.com/bulk-import-coupons-using-csv-file-coupon-data/
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] How to create a smart coupon in PHPthanks!
every have worked but
update_post_meta($coupon_id, '_wc_make_coupon_available', ['my_account','cart','checkout']);what it is incorrect in this?
- This reply was modified 2 years, 8 months ago by Radical Dreamer.
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] How to create a smart coupon in PHPthanks.
so, to understand, should be used like this?
$coupon->_wc_make_coupon_available