Peter Mukhortov
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Add non minfied Javascript and CSS filesThere is development version trunk with all the non-minified files and sources.
Click “Developers” tab and then “Development Version”https://plugins.svn.www.ads-software.com/html-editor-syntax-highlighter/trunk/
Fixed in 1.6.9. Please update
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3I tried to reproduce this issue in Chrome, FireFox, and Safari. But plugin works just fine.
Probably the old JS file is still in the browser cache, or plugin didn’t updated correctly.Try to reinstall the plugin by deleting it and installing again. Also you could try to disable all other plugins just to make sure it is not conflicting with some other plugin.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3Did you install updated plugin v1.6.8?
I can’t reproduce it. Can you please add steps to get this error? And what version of your browser.This issue has been fixed in the plugin version 1.6.8
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Breaks text editor with WP 4.3This issue has been fixed in the plugin version 1.6.8
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Не корректно работает плагин в 4.3Исправлено в версии 1.6.8
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] A possible issue with upcoming WP 4.3Yes, this issue has been fixed in the plugin version v 1.6.8
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin looks like brokenthanks. I’ll take a look
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] P Tag Button Feature RequestI added a paragraph tag button to the plugin version 1.6.7.
Unfortunately it’s very difficult to make this plugin work with quicktags and other button plugins. But you can add your buttons if you edit this file https://plugins.trac.www.ads-software.com/browser/html-editor-syntax-highlighter/trunk/components/hesh.dev.js?rev=1125690#L144
Just add other tags, like on the line 144. eg:
div: ['<div>','</div>'],
Than rename this JS file to “hesh.min.js” and move it to “/wp-content/plugins/html-editor-syntax-highlighter/lib” folder.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin looks like brokenThanks, but I don’t see any JS errors in the console. What plugins do you use? I can see some extra buttons on the text editor toolbar on the video. That plugin also modifies the text editor functionality.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin looks like brokenJust checked it in Chrome 41.0.2272.104, works fine for me. Can you please take a screenshot of the JS errors in the console? In the Chrome menu View -> Developer -> JavaScript Console
It also can be that the other plugins conflict with it. Try to disable the other plugins just to make sure that nothing conflicts.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin looks like brokenI can’t reproduce this issue. What WordPress version and what browser do you use?
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Top of editor window in TEXT mode clippedThat issue was fixed in v. 1.6.4. Please update.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] [WP 4.0] Broken and breaks editorIssue with extra character was fixed in 1.6.3