• There is a serious bug in this theme: WP Admin area -> Theme Options – changes to the theme settings can not be saved.

    When I click on the “Save Options” button nothing happens, and I have found this error in Firebug console: tinyMCE is not defined

    I have modified the file: enigma/core/theme-options/option-panel.php

    and added this on line 28:

    $homep = esc_url( home_url( '/' ) );
    wp_enqueue_script('tinyMCE', $homep .'wp-includes/js/tinymce/tinymce.min.js');

    When I have included tinyMCE this way, everything started to work.

    Please fix this, and release the update.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘tinyMCE is not included in admin area’ is closed to new replies.