As title.
]]>Here is a temporary fix for all of you who are having issues. Please note that I do not work for this developer of this plugin, I’m merely just trying to help out all of those who are affected by this and need a quick fix!
To remove the second code editor (wordpress editor), navigate to Users > your profile, and tick ‘Disable syntax highlighting when editing code’ on.
Next, add this to your functions.php
file:
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
echo '<style>
#template {
width: calc(100% - 208px) !important;
float: left;
}
.CodeMirror {
height: 100% !important;
}
#templateside {
margin-top: 118px;
height: 100% !important;
}
</style>';
}
The above snippet will adjust the width & height of the code editor, aligning it nicely next to the file tree list.
The file tree list is messed up as well. The best you can do for this is turning it off in the code editor settings (the little cog), uncheck ‘Use File Tree’.
That will help fix a lot of the issues going on ??
]]>Help,
I am using Code Editor for my WP child theme editor for my WP (Divi) theme. After the last WordPress update to 4.9, I now have two Code Editor screens. The top screen shows “Divi Child: style.css” and the bottom screen says: “Advanced Code Editor” This is very confusing as I don’t know which one I’m supposed to edit to add CSS. The top screen (Dive Child” is kind of messed up and doesn’t show properly. Is there one screen that I’m now supposed to edit, or if I edit the wrong one, will something get messed up?
If I disable the Code Editor plugin to go back to the default editor, will I loose all of my code?
Is there going to be a fix for this?
Thank You.
]]>Is there any way to decrease the width of this element ( .CodeMirror, #template textarea) to about 80% so that it renders properly in WordPress 4.9?
Thanks!
]]>So now that WP 4.9 has CodeMirror Editor, it doesn’t make it right! lol! If the new editor is active along with Advanced Code Editor, two editors show up. When I go to USERS > EDIT USER > Check box “Disable syntax highlighting when editing code”, I go back to the editor and it shows up towards the bottom of the page. This is all CSS issue. I like the file tree that the new editor provides in WP 4.9, but that’s it. Can’t change color scheme, can’t add new pages directly from the editor. Will you guys be updating the Advanced Code Editor soon to fix this issue with the box having full width? Would be good to also deactivate the new WP editor if this plugin is enabled. This is a great plugin by the way!!!
]]>with this plugin can create my own php works for some wordpress costumization ??
]]>Greetings! I wanted to reach out to you as the author of advanced-code-editor (and to authors of other plugins like yours) and let you know that CodeMirror is currently being integrated into WordPress, specifically in the Theme & Plugin editors, Custom HTML widget, and Additional CSS in the Customizer (integration with the Text tab of the post editor is not currently in scope).
The goal is to release core with CodeMirror in 4.9, the current release in development. The initial merge of CodeMirror is being planned for trunk (4.9-alpha) within the next couple weeks. Given that your plugin also integrates CodeMirror, I wanted to alert you to this upcoming change, since it will likely mean your plugin will need changes to be compatible with 4.9. Additionally, given your experience in working with CodeMirror, I wanted to reach out to see if you wanted to review and contribute what is being worked on for core.
The feature plugin can be found on GitHub: https://github.com/WordPress/better-code-editing
The feature plugin is also released on www.ads-software.com: https://www.ads-software.com/plugins/better-code-editing/
The core Trac ticket for this is https://core.trac.www.ads-software.com/ticket/12423
We appreciate your feedback. Thank you!
]]>delete
]]>Is there a way to set a session timeout.
I often have multiple windows open when I’m coding and one window is the editor.
I sometimes find on saving code changes it just sits there ‘spinning’ and never saves.
I have to refresh the page and this looses unsaved edits. It is as if a session timeout / disconnect has happened.
I can manually resolve by stopping the ‘looping’ save dialog, copy all code to clipboard, refresh window, repaste the clipboard contents over top of old code and then save but this is tedious.
]]>I activated the plugin, but I still see the plugin/theme codes as plain text. Is this a known issue or am I missing something?
Thanks!
I’ve figured out how to access undo (control + Z) but I’m stumped on how to redo. If I can figure this one little thing out I can use this for all my theme editing. I’ve got several sites on goDaddy and that doesn’t allow ftp remote editors, so my old standby is dead in the water unless I use bitwise. That and the Ultimate editor in sftp mode eat my stylesheet intermittently, wipes it clean, at least on goDaddy.
If I can figure out this one little thing I’ll be home free.
]]>Hello,
tried the plugin yesterday. It works great so far.
How can you reach folders of the 3rd, 4th level and so on? It seems as if it only goes into the second level..
Thank you and best regards,
Bruno
]]>お世話になります
プラグインのAdvanced Code Editorを入れてます。
今までは、普通にこのプラグインを使えていたのですが、
テーマの編集画面で、Advanced Code Editorと表示されている下に、虫眼鏡マークなどのボタンが並び、そのすぐ下の左側のコードが表示されるはずの部分に
「No Changes made yet」と表示され、その下がずーと空白状態になりました。
右側のテンプレートの項目は表示されています。
そして、ずーと下にスクロールしていくと、
Change editor thema:
default
と表示され、その下にたくさんのコードが表示されます。
ここのコードを書き換えてファイルの更新はできるのですが、「No Changes made yet」ということは、なにか、まだ変更の更新が済んでないということなのでしょうか?
ちなみに、このとき行っていた作業は、アドセンスを自動入力するコードを書いていたのですが、失敗して記事が表示されなくなってしまったので、書いたコードを消して元に戻しました。
(結局、AddQuicktagとAdsenseManagerのプラグインを入れて対応し運用しています。)
もしくは、blogpressの子テーマを作成したことで、なにかこのような不具合が発生しているのでしょうか?
この状態でも現在、記事を書いたり写真を入れたりすることはできています。
これで正常なら良いのですが、不具合であれば、直す方法を教えてください。お願いいたします。
]]>Being able to use this on pages and posts would be so helpful, especially for us masses who spend most of our time there rather than in the theme and plugin editors.
I saw this same request in a couple of other topics but they are closed to new replies.
I also see that https://www.ads-software.com/plugins/wp-editor/ supports this feature but Advanced Code Editor has many very useful features that it does not.
]]>Hello, I just installed Advanced Code Editor.
I wanted to know where I have to go to download the theme so I can install it on another server and lost the original zip file for the theme (which is premium).
Thanks
]]>WP Engine PHP Compatibility Checker
Developer mode
FILE: /home/xxxx/public_html/wp-content/plugins/advanced-code-editor/advanced-code-editor.php
—————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————
64 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
————————-
I am using Toolset Types to create custom posts types.
I have a custom template that renders the content for these post types to display the custom fields of another (associated) post using Advance Custom Fields and the following code in the template:
<?php
$RefID = get_field("PostID");;
$TweetField = get_field("TweetField");
the_field($TweetField, $RefID);
?>
It displays the content correctly. But since there is no actual content in the post itself (it’s being dynamically generated through the code above) the rss feed for this post type renders nothings. I assume because the content is empty.
Does anyone have a suggestion on how I can dump the dynamic content to output to the rss feed for this post type?
Any suggestions/advice would be helpful.
]]>I am new to wordpress. I am developing blog, for that i required Advance-code-editor, while seeing into it throught edit option, i have added some script into that edit option atlast and updated. from then i cant open my blog. I resulted in http error 500.
what can i do now to get back my work. i know the changes in edit mode where can i go and change it because i cant able to open wordpress admin too for my blog. please help us
]]>Since this morning I have a problem when I publish my site ‘s style sheet. From line 99 , line numbers no longer appear. Is it just the plugin or error in the stylesheet ?
]]>WARNING: the function get_currentuserinfo() is deprecated in WP 4.5
wp-content/plugins/advanced-code-editor/advanced-code-editor.php: get_currentuserinfo();
wp-content/plugins/advanced-code-editor/advanced-code-editor.php: get_currentuserinfo();
wp-content/plugins/advanced-code-editor/advanced-code-editor.php: get_currentuserinfo();
Pls update!
]]>If it’s here, I’m missing it. What does it mean when the code is in red? Most of my style rules are colored in green, black, and blue when I look at them in the advanced code editor. The rules I am playing with are the ones that are displaying in red. I’m thinking this must be part of my problem.
Any help you can give me would be greatly appreciated.
]]>Does not work
]]>It says to have CodeFolding, but I can not see any button or option to use it? How can I fold and unfold code?
]]>Why can’t i copy and paste on mac keyboard? Ty!
]]>I click on the Create File icon, type in the file name and click Create. The dialog box stays open and the spinner spins, and that’s it. No new file, etc. I have to click Cancel or Close to get rid of the dialog box.
]]>I love your plugin. And I would like to make a feature request.
Would love to be able to create user ‘bookmarks’ for jumping to particular positions within the source file.
Idea:
User prescribes and inserts bookmarks within their source files using comments formatted in a particular way.
When a file is loaded it is parsed and a pulldown menu is offered on right of edit window with bookmark labels (how ever many user has set) listed. User can use this menu to jUMP to line number position where this bookmark comment appears.
Each file would have its own Bookmark ‘sets’.
As not everyone will use this feature we don’t want overheads parsing files for sake of it. SO suggest plugin look at first line of loaded file for comment saying "Bookmarkspresent=true"
The Bookmark would be user inserted and created by appropriate comment format for filetype. Then content of comment would meet prescribed format set by you, e.g.:
CSS file: e.g. /* BM==Desktop 1100px== */
BM := means I am a Bookmark
==Bookmark label name==
Thanks for giving this idea some consideration.
]]>There are a few typos in the english help file.
How can I best help fix these for you?
Will I edit a source file and resubmit or do you just want me to spell out the corrections?
cheers
]]>on my server zip archive is disable. because of that i am not able to download the plugin files.
i think you need to add support for other compression format like tar, gz etc…
]]>Hi,
WP 4.2.2, PHP5.3. Vanilla install of WP & ACE, nothing appears in either the post editor or in any options section I can think of. It’s as if the plugin didn’t modify WP at all. Any ideas, please?
Thanks.
]]>Hello,
We made some changes to css using the advanced editor.. but changes does not seems to appear on front end.. The stylesheet is same as before..
I changed the permission to 777 of that css files.. same issue..
can you please kindly help.
]]>