Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue. This is new with the most recent update. Everything was working wonderfully before that.

    Same problem here, but this worked for me (WP 3.3.1). Go into /wp-content/plugins/wp-tabular/modules/metabox.php and search for this code (near line 29):

    function wptb_individual_features( $post ) {
        global $pt_plugin;
        include($pt_plugin->plugin_dir."/tpls/metabox-feature-options.php");
    }

    and replace $pt_plugin with $wptabular_plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Tabular – HTML Table Generator for WordPress] Unable to add or edit tables’ is closed to new replies.