joshkern
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Should cook mode work on chrome on iOS?Do you have any other WP Rocket exclusion recommendations for JavaScript defer or execution delay?
Forum: Plugins
In reply to: [WP Recipe Maker] Should cook mode work on chrome on iOS?There appears to be a conflict with WP Rocket’s “Minify JavaScript files”.
I tested with the default 2024 theme and just WP Recipe Maker, WP Recipe Maker Premium, and WP Rocket plugins active. No other plugins.
I’m mainly testing Chrome and Safari browsers on iOS.
Let me know if I should send this over to WP Rocket support.
Forum: Plugins
In reply to: [WP Recipe Maker] Undefined array key “id”Looks to have sold the issue, thanks!
Forum: Plugins
In reply to: [WP Recipe Maker] Use parent post excerpt if summary is empty in roundup listWorked great, thank you!
Forum: Plugins
In reply to: [WP Recipe Maker] Servings rangeHow is WP Tasty able to include a range for serving size? I assume they’re following correct schema markup.
@mattkeys I was using the wrong kit on the frontend! Thanks for pointing me in the right direction. ??
Forum: Plugins
In reply to: [WP Recipe Maker] Custom importer – inline html tags cause new paragraphWrapping in a paragraph tag seems to have done the trick. Thank you!
I can provide login info for staging website if needed.
- Error message below
- The cart error happens to all products on the website, regardless of whether they product has these fields defined.
- The error happens with or without decimals enabled.
Have you tried replicating the issue on your end?
Fatal error: Uncaught TypeError: Automattic\WooCommerce\StoreApi\Utilities\QuantityLimits::limit_to_multiple(): Argument #1 ($number) must be of type int, string given, called in /www/sundayschooldirect_543/public/wp-content/plugins/woocommerce/src/StoreApi/Utilities/QuantityLimits.php on line 59 and defined in /www/sundayschooldirect_543/public/wp-content/plugins/woocommerce/src/StoreApi/Utilities/QuantityLimits.php:72 Stack trace: #0 /www/sundayschooldirect_543/public/wp-content/plugins/woocommerce/src/StoreApi/Utilities/QuantityLimits.php(59): Automattic\WooCommerce\StoreApi\Utilities\QuantityLimits->limit_to_multiple(”, 1, ‘floor’) #1 /www/sundayschooldirect_543/public/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1/ProductSchema.php(487): Automattic\WooCommerce\StoreApi\Utilities\QuantityLimits->get_add_to_cart_limits(Object(WC_Product_Simple)) #2 [internal function]: Automattic\WooCommerce\StoreApi\Schemas\V1\ProductSchema->get_item_response(Object(WC_Product_Simple)) #3 /www/sundayschooldirect_543/public/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/AbstractProductGrid.php(114): array_map(Array, Array) #4 /www/sundayschooldirect_543/public/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/AbstractBlock.php(97): Automattic\WooCommerce\Blocks\BlockTypes\AbstractProductGrid->render(Array, ”, Object(WP_Block)) #5 /www/sundayschooldirect_543/public/wp-includes/class-wp-block.php(463): Automattic\WooCommerce\Blocks\BlockTypes\AbstractBlock->render_callback(Array, ”, Object(WP_Block)) #6 /www/sundayschooldirect_543/public/wp-includes/class-wp-block.php(443): WP_Block->render() #7 /www/sundayschooldirect_543/public/wp-includes/class-wp-block.php(443): WP_Block->render() #8 /www/sundayschooldirect_543/public/wp-includes/class-wp-block.php(443): WP_Block->render() #9 /www/sundayschooldirect_543/public/wp-includes/class-wp-block.php(443): WP_Block->render() #10 /www/sundayschooldirect_543/public/wp-includes/blocks.php(1705): WP_Block->render() #11 /www/sundayschooldirect_543/public/wp-includes/blocks.php(1743): render_block(Array) #12 /www/sundayschooldirect_543/public/wp-includes/block-template.php(260): do_blocks(‘<!– wp:templat…’) #13 /www/sundayschooldirect_543/public/wp-includes/template-canvas.php(12): get_the_block_template_html() #14 /www/sundayschooldirect_543/public/wp-includes/template-loader.php(106): include(‘/www/sundayscho…’) #15 /www/sundayschooldirect_543/public/wp-blog-header.php(19): require_once(‘/www/sundayscho…’) #16 /www/sundayschooldirect_543/public/index.php(17): require(‘/www/sundayscho…’) #17 {main} thrown in?/www/sundayschooldirect_543/public/wp-content/plugins/woocommerce/src/StoreApi/Utilities/QuantityLimits.php?on line?72
There has been a critical error on this website.
Hello @kousikmukherjeeli,
I tried but the issue remains. The only difference in the error message:
From Stack trace: #0 /wp-content/plugins/woocommerce/src/StoreApi/Utilities/QuantityLimits.php(58): Automattic\WooCommerce\StoreApi\Utilities\QuantityLimits->limit_to_multiple(”, ”, ‘ceil‘)
To Stack trace: #0 /wp-content/plugins/woocommerce/src/StoreApi/Utilities/QuantityLimits.php(59): Automattic\WooCommerce\StoreApi\Utilities\QuantityLimits->limit_to_multiple(”, 1, ‘floor‘)
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Conditional field value on CPT archiveI have two fields with the same field name. Let’s call them “Same Field” with the “same_field” field name. They use conditional logic and are visible/hidden based on other field options. Only one is shown at a time.
In my scenario, the first “Same Field” is visible. When I save the CPT archive, I would assume the visible “Same Field” value would be saved to the database. However, this is not the case. The conditionally hidden “Same Field” value is saved instead.
The value comes from the conditionally hidden field because it’s second in order.
While ACF may return the value whether the field is hidden or not, I assume ACF saves the value from the visible field. I don’t have this issue with ACF fields on other pages or ACF blocks.
Same issue here
Forum: Plugins
In reply to: [WP Recipe Maker] Import from spreadsheetThank you. I saw the plugin allows you to add recipe ingredients and instructions using a bulk field. Is this possible with the JSON too?
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Lost campaign revenue data@nitsanel I couldn’t re-connect the data to Mailchimp. I saved the data to a spreadsheet.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Lost campaign revenue dataFor anyone who wants to recover their lost campaign revenue data, it is possible. You can identify which orders are associated with a Mailchimp campaign in the wp_postmeta table that have a mailchimp_woocommerce_campaign_id meta_key.