Greg Marshall
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] Unable to Publish to Apple News@rbmcky I see some new content in your Apple News channel. Did that come from the WordPress plugin? Or did you submit it some other way?
I’m going to be out for a week, so my colleague, Kevin, may respond here.
Forum: Plugins
In reply to: [Publish To Apple News] Unable to Publish to Apple NewsLets try one more thing. Turn on debugging in the Apple News settings and specify your email address, then try publishing again. That should send you a debug email that includes a detailed API response. If that response gives you any information we don’t already have from the debug above, go ahead and paste it here or forward to my email.
Thanks!
Forum: Plugins
In reply to: [Publish To Apple News] Unable to Publish to Apple NewsHi @rbmcky
I’ll be honest, we’re a little stumped by this one, but we’ll try to help you figure it out. Is there any chance you get more info from Apple about what specific value is causing the error?
Also, if you can share all the info from the debug, we’d be glad to take a look at it. You can try to paste it here, or use pastebin or a GitHub gist, or email to <my first name> @alley.com.
Also, was there any more to the error message? Or was it just There has been an error with the Apple News API: ARTICLE_TERRITORY_NOT_ALLOWED
Thanks!
Forum: Plugins
In reply to: [Publish To Apple News] Unable to Publish to Apple NewsHi @rbmcky
Per the Apple Documentation at https://developer.apple.com/documentation/applenewsapi/post-channels-_channelid_-articles:
ARTICLE_TERRITORY_NOT_ALLOWED.The channel doesn’t support the country code you provided, or the country code you provided is valid but isn’t an Apple News territory (US, UK, AU or CA). Key path: None.If you go to the Apple News page in the Dashboard, you can hover over a failed post and click Debug to see all the data that was sent to Apple for that post. Check there for a territory or country code.
Let us know what you find, but if it is not specified or one of US, UK, AU or CA, then you will probably need to reach out to Apple.
@angolanmade Here is the code responsible for adding that toolbar (sidebar). I think your best bet for removing it would be to run wp_dequeue_script after this code runs to remove the script.
@kirantmbi errors should be stored in the
apple_news_api_errorspost meta value. You can view this by using WP CLIwp post meta get <post_id> apple_news_api_errorsor by using a plugin that shows Post Meta on the post edit screen.Forum: Plugins
In reply to: [Publish To Apple News] how to get apple news api key?@88maverick9999 sorry for the delay getting back to you. API Keys are handled by Apple
See https://support.apple.com/guide/news-publisher/use-your-cms-with-news-publisher-apd88c8447e6/icloud for more information, specifically
To use the Apple News API, you need to be signed in to iCloud.com with an Apple Account that has two-factor authentication turned on. You also need the following information, which you can request by clicking Settings > Connect CMS in News Publisher
It looks like you may be addressing this in version 4? https://social-streams.com/flow-flow-4-new-layout-scrollable-lightbox-and-important-facebook-changes/
Works great! Thank you so much.
Hello,
Yes, I’m running the latest Gutenberg and latest atomic blocks. I also deactivated all other plugins and switched to Twenty Seventeen, just to make sure there were no conflicts.I pasted the console output to
https://hastebin.com/fopuzubemu.csAnd here’s a screenshot of what I’m doing:
https://pasteboard.co/Hxu4XLW.jpgIt works fine on initial creation and saves and displays fine, but when you come back in, you get the error.
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Amazon Cloudfront InvalidationsFor what it’s worth, here are the plugins that did update on May 3, when the problem started:
May 3 06:54 w3-total-cache/
May 3 06:54 flowpaper-lite-pdf-flipbook/
May 3 06:54 enable-media-replace/
May 3 06:54 advanced-nocaptcha-recaptcha/Forum: Plugins
In reply to: [YITH WooCommerce Popup] Popup doesn`t workIn file
yith-woocommerce-popup/includes/newsletter-integration/Mailchimp.php
change line 77from
add_action( ‘wp_ajax_ypop_nopriv_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));
to
add_action( ‘wp_ajax_nopriv_ypop_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));(switch ypop and nopriv)
Forum: Reviews
In reply to: [YITH WooCommerce Popup] Plugin doesn’t work, if i not logged inIn file
yith-woocommerce-popup/includes/newsletter-integration/Mailchimp.php
change line 77from
add_action( ‘wp_ajax_ypop_nopriv_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));
to
add_action( ‘wp_ajax_nopriv_ypop_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));(switch ypop and nopriv)
Forum: Plugins
In reply to: [YITH WooCommerce Popup] Messaggio “0” nella sottoscrizioneIn file
yith-woocommerce-popup/includes/newsletter-integration/Mailchimp.php
change line 77from
add_action( 'wp_ajax_ypop_nopriv_subscribe_mailchimp_user', array( $this, 'subscribe_mailchimp_user'));
to
add_action( 'wp_ajax_nopriv_ypop_subscribe_mailchimp_user', array( $this, 'subscribe_mailchimp_user'));(switch ypop and nopriv)
Forum: Plugins
In reply to: [Weather Underground] No more icons in page with Shortcode (V 2.1.1)both of my sites that weren’t working earlier are now working… maybe some problem with the cache?