Ted Slater
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Admin] Sync ProblemsI’m having the same problems.
The WooCommerce log shows this, which may be relevant:
2019-11-21T19:23:47+00:00 CRITICAL Uncaught Error: Class ‘Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore’ not found in /www/wp-content/plugins/woocommerce-admin/src/ReportsSync.php:328
Stack trace:
#0 /wordpress/wp-includes/class-wp-hook.php(286): Automattic\WooCommerce\Admin\ReportsSync::customers_lookup_update_init(”)
#1 /wordpress/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#2 /wordpress/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#3 /wordpress/wp-settings.php(549): do_action(‘wp_loaded’)
#4 /www/wp-config.php(100): require_once(‘/wordpress/wp-s…’)
#5 /wordpress/wp-config.php(5): require(‘/www/wp-config….’)
#6 /wordpress/wp-load.php(37): require_once(‘/wordpress/wp-c…’)
#7 /wordpress/wp-blog-header.php(13): require_once(‘/wordpress/wp-l…’)
#8 /www/index.php(17): require(‘/wordpress/wp-b…’)
#9 {main}
thrown in /www/wp-content/plugins/woocommerce-admin/src/ReportsSync.php on line 328Forum: Reviews
In reply to: [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Bad Update… and you’re giving 5 stars for a “bad update”?
The ESSB share buttons work with Facebook API 3.* … but they can hit the server pretty hard if you get a lot of traffic. Which is why we just came up with our own solution.
Maybe it’s only showing “share” counts, and not counts for “likes/reactions” and “comments” as well?
FWIW, a few days ago we came up with some code that we put into the functions.php file to pull the engagement count from Facebook, and some code that spits it out on post pages. You can see it in action on one of the many sites we work with, 100percentfedup.com …
Facebook updated their API last week. This broke the share count functionality. Until the developer updates the plugin to accommodate Facebook’s latest API, we’ll need something like the sharedcount.com workaround.
Turns out it’s a conflict between Yoast and OneSignal. If you revert OneSignal back a few releases, things will start working again.
Same issue here.
- This reply was modified 7 years, 2 months ago by Ted Slater.
I know you’re a business, and need to cover your costs. But going from $0 per month to an estimated $300 per month is a deal-breaker for us. We just absorb that cost at this time.
We have the same problem. I think we’ll be able to get under the 30k threshold by removing subscribers who aren’t engaged.
Forum: Reviews
In reply to: [Gutenberg] Too much “help” is not helpfulThe blocks will flow differently on desktop than they will on mobile. Depending on how the editors/authors configure the blocks, they could look just fine on desktop (for example), but messed up on mobile. Some authors think snazzy formatting will make their long-form editorials more engaging, but it may end up just being a distraction.
We’ve got 50 sites in our network, each with multiple authors with different skill sets … the potential for formatting problems on multiple sites is great.
Regarding ads, we’ve developed some custom PHP code to inject ads after certain paragraphs, on desktop and on mobile. Extraneous formatting-related HTML (DIVs, P tags with classes, SPANs, etc.) can interfere with the precise placement of the ads. Yes, we could expand the code to accommodate all those extraneous formatting-related tags, but that could get cumbersome … and for what we’re publishing (long-form editorial), it really shouldn’t be necessary.
I just took a look at http://designsimply.com — Gutenberg may be a good fit for you, since you’re a designer with a good eye for visual composition. I think you could make some pretty powerful layouts. I’m concerned, though, that our authors would make a mess. π
Forum: Reviews
In reply to: [Gutenberg] The Worst Thing That Ever Happened to WordPress“… 3+ years max …”
Plans change.
Forum: Plugins
In reply to: [WP-Sweep] Compatibility WordPress 5.0Also interested in knowing whether it’s compatible with WordPress 5.0, which releases tomorrow.
Forum: Plugins
In reply to: [Brightcove Video Connect] PHP Fatal ErrorThanks, @rdmi , for the link to https://status.brightcove.com/ . That confirms the issue, and that they’re aware of it and working on it …
Forum: Plugins
In reply to: [Brightcove Video Connect] PHP Fatal ErrorWe are seeing the same thing. It crashed the backend of our site. Had to manually disable the plugin …
Forum: Plugins
In reply to: [WP Popular Posts] output content tags to variables/That worked!
If you’re interested in seeing it in action, you can go to hxxps://constitution.com/racial-amalgamation/ — you’ll see the “trending” headline as the 4th paragraph.
Click that, and in the ensuing post the 4th paragraph will be the latest published post headline.
Click that, and in the ensuing post the 4th paragraph will be the top trending headline.
Works like a charm! I really appreciate your help, HΓ©ctor!