matheuspaiva
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Unknown column ‘estimated_reading_time_minutes’I had the same issue today and fixed it with the tip above. Thank you @artakevn!
Do you have a suggestion about how to fix it without generating the other bug?
Hello, how long does it take to update the plugin after the PR is merged?
Hello, Collins. I created the PR there. Thanks!
Any news about that?
Forum: Reviews
In reply to: [WPGraphQL] One of the greatest plugins for developersIt was sincere ?? By the way, I am the author of the composer package that extends wp-graphql to integrate it with carbon-fields ??
https://github.com/matepaiva/wp-graphql-crb
https://packagist.org/packages/matepaiva/wp-graphql-crbForum: Plugins
In reply to: [WP REST Yoast Meta] permission_callbackSorry, it was cache from my side. It’s solved. Thank you!
Forum: Plugins
In reply to: [WP REST Yoast Meta] permission_callbackHi, Richard, sorry for the late response. I don’t know why, but I am still getting the deprecation warning. I have the latest version of the plugin with WordPress 5.5.1.
Forum: Plugins
In reply to: [WP REST Yoast Meta] permission_callbackHi, any news about this? Thank you ??
Forum: Plugins
In reply to: [Simple History – Track, Log, and Audit WordPress Changes] List not completeHello! It’s indeed happening with me and I don’t know what I am missing. I created a test post and deleted it, and both actions were logged. Then I created a test product (different post type) and deleted it, but only the product exclusion was logged.
https://server.projectista.pt/app/uploads/2019/12/Screenshot-from-2019-12-27-11-01-07.png
Forum: Plugins
In reply to: [WP REST Yoast Meta] SEO Title Meta follow-upThanks for letting me know!
Forum: Plugins
In reply to: [WP REST Yoast Meta] SEO Title Meta follow-upGreat! I will be glad if you could drop a note here when the fix is released. Thanks again!
Forum: Plugins
In reply to: [WP REST Yoast Meta] SEO Title Meta follow-upHi again. I think I found in the code where there is the cache.
At line 223 I updated this:
if ( false === $yoast_data || ! isset( $yoast_data['meta'] ) || ! isset( $yoast_data['json_ld'] ) ) {
to this:
if ( false === $yoast_data || ! isset( $yoast_data['title'] ) || ! isset( $yoast_data['meta'] ) || ! isset( $yoast_data['json_ld'] ) ) {
What do you think?
- This reply was modified 5 years, 3 months ago by matheuspaiva.
Forum: Plugins
In reply to: [WP REST Yoast Meta] SEO Title Meta follow-upHey, Richard, nice work. Thank you for your plugin. After your recent change, I am getting an
undefined index: title
on$yoast_data['title']
(class-frontend.php@122). I think it is related to cache, but I don’t have any kind of cache currently. Do you have any suggestions? Thanks!