Viewing 4 replies - 16 through 19 (of 19 total)
  • well, that fixes it. But make sure you close after the return line. Otherwise, it will goes error. Freaking me out.

    /**
    public function add_tinymce_lang( $arr ) {
    $arr[‘wc_shortcodes_button’] = WC()->plugin_path() . ‘/assets/js/admin/editor_plugin_lang.php’;
    return $arr;
    }*/

    Disabling, deleting and reinstalling Woocommerce did it for me.

    Woocommerce is a big file so make sure it’s installed correctly.

    I have the same problem using the Flatsome theme since I updated to Woo 2.1 (and still in 2.2). I have a lot of products with incorrect short descriptions and no way of editing them.
    I’ve deactivated all other plugins and it didn’t help.

    The only place I can find the file ‘class-wc-admin-editor.php’ is in the Flatsome parent theme folder. Is that the file to edit? And how do I close after the return line?
    I’m sorry, you may have guessed I have no idea what I’m doing 🙁

    I would delete and reinstall Woocommerce but it says all files and data will be deleted.

    Can anyone offer some step by step help to sort this please?

    I also have this error at the top of my dashboard (in case it could be related)…

    ‘Your theme has bundled outdated copies of WooCommerce template files – if you encounter functionality issues on the frontend this could the reason. Ensure you update or remove them (in general we recommend only bundling the template files you actually need to customize). See the system report for full details.’

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘WooCommerce 2.1 Missing Visual Editor’ is closed to new replies.