Viewing 1 replies (of 1 total)
  • Plugin Author kevinweber

    (@kevinweber)

    The issue is not caused by the plugin but by your theme. It doesn’t support Youtube oEmbed in that place. (I assume that you don’t see a video even when Lazy Load for Videos is disabled.)

    You have to make your theme to run autoembed in that specific output of content. Add a filter such as:

    add_filter( 'tablepress_cell_content', array( $wp_embed, 'run_shortcode' ), 12 );
    add_filter( 'tablepress_cell_content', array( $wp_embed, 'autoembed'), 12 );

    (The filters depend on your theme. I cannot do that for you.)

Viewing 1 replies (of 1 total)
  • The topic ‘Simply not working’ is closed to new replies.