• Resolved Johan Guse

    (@johanguse)


    Hello, and thank you for this amazing plugin.

    Today I have some problem when I save the post.
    Today we have approval version and production site. We send from Approval to production by broadcast plugin.

    When I save the post on approval the image is gone on production site.
    The image still on approval but is gone on production.

    This happen only on my new custom post type.
    I use Divi Theme, and Divi addon is active.

    I think is can be related with Gallery from Divi, we use gallery to this image that was missing.
    https://ww.wp.xz.cn/plugins/threewp-broadcast/#galleries%20and%20attachments

    Debug info
    High enough role to link: yes
    Post supports custom fields: yes
    Post supports thumbnails: yes
    High enough role to broadcast custom fields: yes
    High enough role to broadcast taxonomies: yes
    Blogs available to user: 1
    Plugins that have hooked into save_post:
    
    delete_get_calendar_cache
    WpeCommon::purge_varnish_cache
    ACF_Form_Post::save_post
    acf_admin_field_group::save_post
    CustomCSSandJS_Admin::options_save_meta_box_data
    Custom_Permalinks_Form::custom_permalinks_save_post
    PrliLinksController::save_cpt_link
    PrliLinksController::save_quick_edit
    WPSEO_Link_Watcher::save_post
    WPSEO_Primary_Term_Admin::save_primary_terms
    et_divi_post_settings_save_details
    WPSEO_Post_Type_Sitemap_Provider::save_post
    ET_Core_PageResource::save_post_cb
    et_pb_metabox_settings_save_details
    et_pb_set_et_saved_cookie
    Yoast\WP\SEO\Integrations\Watchers\Primary_Term_Watcher::save_primary_terms
    threewp_broadcast\ThreeWP_Broadcast::nop
    threewp_broadcast\ThreeWP_Broadcast::save_post
    SearchWP::purge_post_via_edit

    Thank you for your support.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    Could you enable Broadcast debug mode, broadcast the post, and then send me the long debug text to read through?

    [email protected]

    Thread Starter Johan Guse

    (@johanguse)

    I sent. Thank you for answer.

    Plugin Author edward_plainview

    (@edward_plainview)

    Got yer e-mail. The problem appears to be that the gallery shortcode is not being parsed at all, and will require the use of the Shortcode Attachments add-on.

    Thread Starter Johan Guse

    (@johanguse)

    Ok right, thank you Edward. We will buy the pack with Shortcode Attachments add-on.

    Thread Starter Johan Guse

    (@johanguse)

    @edward_plainview Unfortunately I need to do it without extra plugins. There’s a snippet to do it? Something that I can base on to make my own snippet?

    Plugin Author edward_plainview

    (@edward_plainview)

    Look in src / traits / broadcasting

    There is code for handling normal WP gallery shortcodes in the two functions

    public function threewp_broadcast_preparse_content( $action )
    and
    public function threewp_broadcast_parse_content( $action )

    That should give you massive clues on what to do. 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Image is missing’ is closed to new replies.