seanys
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error: “There was an error getting your inbox.”“You aren’t missing out on anything. It’s just advertising for woocommerce extensions and stuff.”
Except, it’s preventing completion of the onboarding process.
Should be: https://i.imgur.com/6rLtJGC.png
Is actually: https://i.imgur.com/t0LZvVu.png
Another thing. This appears to have occured **after** completing the “Set up payments” step of the onboarding (screenshot from a another WP test install):
Forum: Plugins
In reply to: [WooCommerce] Error: “There was an error getting your inbox.”@pointclickdigital You said:
“…you will need to validate your security headers…”
Can you be more specific?
For instance, are any of the things mentioned on this page (https://htaccessbook.com/important-security-headers/) what you’re referring to?
Also, found this:
2022-07-23T15:25:30+00:00 CRITICAL Uncaught Error: Class 'Automattic\WooCommerce\StoreApi\Utilities\CartController' not found in /home/myusername/public_html/products/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php:57 Stack trace: #0 /home/myusername/public_html/products/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/RoutesController.php(91): Automattic\WooCommerce\StoreApi\Routes\V1\AbstractCartRoute->__construct(Object(Automattic\WooCommerce\StoreApi\SchemaController), Object(Automattic\WooCommerce\StoreApi\Schemas\V1\CartSchema)) #1 /home/myusername/public_html/products/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/RoutesController.php(107): Automattic\WooCommerce\StoreApi\RoutesController->get('cart', 'v1') #2 /home/myusername/public_html/products/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/RoutesController.php(68): Automattic\WooCommerce\StoreApi\RoutesController->register_routes('v1', 'wc/store') #3 /home/y7us6et in /home/myusername/public_html/products/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php on line 57
Forum: Plugins
In reply to: [Twitter Widget] i dont want to mentions and rtUnfortunately you’ll have to use another plugin.
As this plugin uses Twitter’s own code for displaying tweets it displays only what Twitter has decided should be displayed.
Forum: Plugins
In reply to: [Twitter Widget] Not working in 3.4.2Yes, unfortunately Twitter have discontinued ‘badges’ (it’s not related to a WordPress upgrade).
I have updated the widget to support Twitter’s new method of publishing your tweets on another site, helpfully named ‘widgets’.
Update the plugin to 1.0.4 or later and read the instructions for how to set it up using Twitter’s ‘widgets’.
Forum: Plugins
In reply to: [Plugin: Twitter Widget] slooooooooooooowThe speed of the plug-in is completely dependent on the speed of Twitter as the feed is loaded directly from Twitter.
There are many other widgets that cache tweets so if speed is a major concern then you should look at using another plug-in.
Forum: Plugins
In reply to: Looking for RSS solutionI just wanted it to display the feeds.
It was inserting weird strings into the feed’s title. Possibly a conflict with other plugins (I’m a bit of a plugin whore).
Anyway, I finally got SimplePie working.
Forum: Plugins
In reply to: Looking for RSS solutionThanks genevaeagles. Unfortunately that one has (significant) issues too.
Forum: Plugins
In reply to: SimplePie reports ‘cache’ folder unwriteable/missingDowngrading SimplePie to 2.1 solves these issues.
Forum: Fixing WordPress
In reply to: Preventing automatic paragraph and line break handlingSo… TextControl’s options operate on posts at the time they are inserted in the database?
As opposed to when the post is viewed?