Loadzz
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Favicon not showing-Bump-
Any help on this?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Some new posts not converting to AMP?Have you got an email address I can send my site URL and details to?
Thanks,
I have the same issue. What’s the latest version that fixes this issue?
Forum: Plugins
In reply to: [Publish To Apple News] Others roles don't get publishedAwesome thanks for the tip @bradford Campeau-Laurion
Will try out the filter hook you provided and will let you know how i get on 🙂
Forum: Plugins
In reply to: [Publish To Apple News] Others roles don't get publishedSo to allow authors and above role articles to be published auto on Apple News do i add this code to my class-admin-apple-post-sync.php?
add_filter( 'apple_news_publish_capability', function() { return 'publish_posts'; }, 10, 0 );or do i change the code like this (below).. ?
public function do_publish( $id, $post ) { if ( 'publish' != $post->post_status || ! in_array( $post->post_type, $this->settings->get( 'post_types' ) ) || ! current_user_can( apply_filters( 'apple_news_publish_capability', <strong>'publish_posts'</strong> ) ) ) { return; }Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Required field in Contact Form 7Sent the email – Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Required field in Contact Form 7Is there an email address i can send you my website link to?
Thanks,
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Required field in Contact Form 7{bump}
Thanks,
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Required field in Contact Form 7Hello Danny,
Thanks for your help – I’ve added the Contact Form 7 code you provided to my theme functions, but it still lets me send the form without the mailchimp box checked.
Any other solutions?
Thanks,