• Resolved NetTantra

    (@nettantra)


    A CSS File named “syntax_highlighter/theme/ambiance.css” has been enqueued as as a Javascript which is breaking the Admin Post Editor Functionality.

    Here is the patch for the same:

    File: zia3_meta.php

    50d49
    < 		wp_register_script( 'syntax-highlighter-theme', plugins_url('/syntax_highlighter/theme/ambiance.css', __FILE__) );
    69a69
    > 		wp_register_style( 'syntax-highlighter-theme', plugins_url('/syntax_highlighter/theme/ambiance.css', __FILE__), array(), '1.0', 'all' );
    72a73
    > 		wp_enqueue_style( 'syntax-highlighter-theme' );

    https://wordpress.org/plugins/zia3-css-js/

Viewing 1 replies (of 1 total)
  • Plugin Author Serkan Azmi

    (@zia3wp)

    Thanks NetTantra for spotting and pointing out this bug. Sorry for the late response. I have patched the plugin and will be releasing a new version soon.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue in Admin JS Breaks Admin Post Editor Functionality’ is closed to new replies.