• Resolved wilensamanda

    (@wilensamanda)


    Hello, I am having issues when using this plugin with Google Web Stories. I used the Health Check and Troubleshooting Plugin with the Google team’s help and found out that the issue relates to your plugin. The “poster image” for the google stories sometimes has trouble changing. Like I will make a duplicate, try to change the poster image, then save it and when I go back in or when it publishes it changes it back to the old image. They said to ask you to see if you could try assist on how to disable this option for Web Stories post type. Thanks so much! Amanda

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cyrillbolliger

    (@cyrillbolliger)

    Hi Amanda,

    Thanks for reaching out. I’ll investigate on your issue, but it’s gonna be sometime next week. Thanks for your patience.

    Have an excellent weekend,
    Cyrill

    Plugin Author cyrillbolliger

    (@cyrillbolliger)

    Hi Amanda.

    Thanks for your patience. I was unable to reproduce your issue, but this is how you can disable the plugin for the Web-Stories post type (add it to your functions.php):

    
    function cybocfi_disable_for_web_stories( $post_type ) {
        return 'web-story' !== $post_type;
    }
    add_filter( 'cybocfi_post_type', 'cybocfi_disable_for_web_stories' );
    

    Please let me know, if this resolved your issue.

    Have an excellent day,
    Cyrill

    Plugin Author cyrillbolliger

    (@cyrillbolliger)

    As I didn’t get any feedback, I assume my answer resolved your issue. I’m therefore marking this thread as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Web Stories’ is closed to new replies.