该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Safe Editor

描述

Safe Editor allows you to write custom CSS / Javascript to manipulate the appearance and behavior of themes / plugins on your website without worrying that your changes will be overwritten with the future theme / plugin updates.

Support

konrad@forde.pl

屏幕截图

  • CSS editor tab

安装

You can install this plugin via the admin’s Plugins screen, or…

1. Upload the `safe-editor` directory to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.

常见问题

  1. I installed the Safe Editor, where can I edit the css & javascript?

    • The Safe Editor settings panel is located under Tools/Safe Editor in your WordPress admin panel.
  2. The javascript I write in the editor is not being executed. Why?

    • Make sure you have the wp_footer() hook in your footer.php file (in your theme).
  3. I’m geting the ‘$ is not defined’ error on frontend when I use the javascript editor.

    • If you are writing jQuery in the javascript editor make sure you wrap it in ‘jQuery(document).ready(function( $ ) { YOURCODE });”

评价

此插件暂无评价。

贡献者及开发者

“Safe Editor” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Safe Editor”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.2

  • Security update

1.1

  • Solarized light theme for css and javascript editor added

1.0

  • First release.