• I have “Partition large pages” turned on.

    If a page with a table gets partitioned, the table is trashed.

    If fixed the problem by changing the following in the function wpmp_transcoder_weigh_paragraphs:

    $contiguous_tags = array(

    ‘table’=>false
    );

    I don’t like having to change the plugin, as it means I’ll have to redo it every time I upgrade.

    This seems like it should be the default behavior. Am I missing something?

  • The topic ‘[Plugin: WordPress Mobile Pack] Partitioning pages with tables’ is closed to new replies.