Andi Dittrich
@andi-dittrich on WordPress.org
- Member Since: July 9th, 2010
- Website: andidittrich.de
Contribution History
Andi Dittrich’s badges:- Plugin Developer
-
Posted a reply to Problems with Enlighter and WPBakery, on the site WordPress.org Forums:
Hi @rikoreents , the EnlighterJS TinyMCE Plugin is a standalone component and cannot confirm any… -
Committed [2720126] to Plugins SVN:
stable tag 4.5.0 -
Committed [2720125] to Plugins SVN:
release v4.5.0 -
Posted a reply to Regex bug, on the site WordPress.org Forums:
it has been fixed within the dev version, you can replace to ShortcodeFilter.php file to… -
Posted a reply to Regex bug, on the site WordPress.org Forums:
Hi @michael8888 and thanks for your report. i can confirm this issue - it's caused… -
Posted a reply to extra highlight, on the site WordPress.org Forums:
It's only possible to highlight a line of code, not specific parts -
Posted a reply to “Copied to clipboard”, on the site WordPress.org Forums:
onClick should work but the event handler has to be added **after** EnlighterJS.init has been… -
Posted a reply to No Line Breaks, on the site WordPress.org Forums:
take a look into the html sources for "EnlighterJSRAW" - these are the wrapper elements… -
Posted a reply to No Line Breaks, on the site WordPress.org Forums:
the issue is your "caching" plugin - the behaviour of EnlighterJS is correct - the… -
Posted a reply to No Line Breaks, on the site WordPress.org Forums:
Hi @colognehosting i cannot see any code formatting issues on the provided link - BUT… -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
if it's working right now, i'll close this thread. the related Enlighter QuickTag plugin takes… -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
"QuickTags" is a part of the legacy wordpress text editor (name of the toolbar buttons) -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
in case it's disabled, the QuickTag plugin should use the generic "enlighter" shortcode -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
i need much more informations: - Which editor? Gutenberg/TinyMCE/legacy text mode - Which post/page/comment type… -
Posted a reply to Enlighter shortcodes notworking, on the site WordPress.org Forums:
Hi @michael8888 please provide more details/screenshots/example codes, thanks! -
Posted a reply to No icon {/}, on the site WordPress.org Forums:
Hi. please provide more details/screenshots. in case you want to use the TinyMCE plugin "outside"… -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
just replace the files and purge the cache "Enlighter -> save changes" https://github.com/EnlighterJS/EnlighterJS/tree/master/dist -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
i've added basic bat/batch/cmd file support to the master branch - but since the "Language"… -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
the short answer: legacy windows bat/batch files are not supported natively feature request / contributions… -
Posted a reply to What language can be used for batch file or bash script highlighting, on the site WordPress.org Forums:
Hi @freehandz EnlighterJS supports bash/shell and powershell natively - i'm using shell/bash heavily for internal… -
Posted a reply to Problem with the division symbol “/”, on the site WordPress.org Forums:
a hotfix is available within the EnlighterJS master branch: https://github.com/EnlighterJS/EnlighterJS/tree/master/dist just replace the enlighterjs.min.js file… -
Posted a reply to Problem with the division symbol “/”, on the site WordPress.org Forums:
it will be fixed soon but it may take some time.. as a "fast" workaround… -
Posted a reply to Problem with the division symbol “/”, on the site WordPress.org Forums:
it's not an issue with the division operator directly - it's an error within the… -
Posted a reply to Problem with the division symbol “/”, on the site WordPress.org Forums:
Hi @mrdexters1 , sry i didn't got any notifications regarding this issue. thanks for your… -
Posted a reply to When [types] is in the syntaxt it’s not render when displaying the page., on the site WordPress.org Forums:
Hi, it works as expected within the testing environment. since the syntax looks like a… -
Posted a reply to Buttons are overlapped, on the site WordPress.org Forums:
see https://github.com/EnlighterJS/documentation/blob/master/Tweaks.md#set-minimal-height-for-single-line-codeblocks -
Posted a reply to Please help for bottom and top code paddings, on the site WordPress.org Forums:
please use GitHub or the WordPress forums..not both. I've already answered your question. -
Posted a reply to Enlighter Block processes shortcodes, on the site WordPress.org Forums:
Hi scott, the recommend way to escape WordPress shortcodes is to use double enclosing brackets:… -
Committed [2601305] to Plugins SVN:
tested up to 5.8 -
Committed [2601304] to Plugins SVN:
tested up to 5.8 -
Posted a reply to Indentation is not working, on the site WordPress.org Forums:
not really, it's something related to a third party theme/plugin. i'm unable to reproduce the… -
Posted a reply to Indentation is not working, on the site WordPress.org Forums:
does it work as expected with disabled caching plugin ? -
Posted a reply to Indentation is not working, on the site WordPress.org Forums:
try a different WordPress theme and remove any kind of "optimization" plugins - some function… -
Posted a reply to Horizontal Scroll bar for only one page?, on the site WordPress.org Forums:
your theme code looks incomplete but the code above should work flawlessly - it's just… -
Posted a reply to Horizontal Scroll bar for only one page?, on the site WordPress.org Forums:
please take a look into the EnlighterJS css files - you have to modify the… -
Posted a reply to Horizontal Scroll bar for only one page?, on the site WordPress.org Forums:
you have to inject custom css into this single page (e.g. create a custom wordpress… -
Posted a reply to How to change theme programmatically, on the site WordPress.org Forums:
there are two possible options to achieve such behaviour: 1. (recommend) create your own EnlighterJS… -
Posted a reply to Vertical Scroll, on the site WordPress.org Forums:
it works as expected using the code above .enlighter-default{ overflow-y: scroll; max-height: 100px; } -
Posted a reply to Vertical Scroll, on the site WordPress.org Forums:
the code works fine within the dev environment [chrome90, firefox 78esr] (including the neve theme)… -
Posted a reply to Vertical Scroll, on the site WordPress.org Forums:
the first one is raw less-css code (cannot be used directly) - the second one… -
Posted a reply to Vertical Scroll, on the site WordPress.org Forums:
that code only works with EnlighterJS <= 3.0 - for the new versions see https://github.com/EnlighterJS/EnlighterJS/issues/87 -
Posted a reply to How to add blank space in the Enlighter code box only in codeblock, on the site WordPress.org Forums:
just use the following selector which matches a single view .enlighter-v-standard -
Posted a reply to Is it possible to have theme like prism.js’s Tomorrow Night?, on the site WordPress.org Forums:
i'll link the related GitHub issues and close this thread https://github.com/EnlighterJS/EnlighterJS/issues/164 https://github.com/EnlighterJS/EnlighterJS/issues/163 -
Posted a reply to Is it possible to have theme like prism.js’s Tomorrow Night?, on the site WordPress.org Forums:
of course, you can "easily" create your own one, it's just css/less - https://github.com/EnlighterJS/EnlighterJS/tree/master/src/themes -
Posted a reply to Scrollbar causes loss of responsiveness, on the site WordPress.org Forums:
did you tried it with a plain WordPress installation using one of the default templates… -
Posted a reply to Scrollbar causes loss of responsiveness, on the site WordPress.org Forums:
Works fine on android and ipad - it didn't have any iPhone to test it...sry -
Posted a reply to Scrollbar causes loss of responsiveness, on the site WordPress.org Forums:
Could you please provide more details ? e.g. Screenshots with marks ? Within the dev… -
Posted a reply to Smaller font size on mobile, on the site WordPress.org Forums:
just add some custom css which matches the enlighter wrapper class and add a related… -
Posted a reply to limiting text toolbar languages, on the site WordPress.org Forums:
there are a lot of tutorials regarding TinMCE4 out there...but the question is what do… -
Posted a reply to limiting text toolbar languages, on the site WordPress.org Forums:
did you read the docs ? https://github.com/EnlighterJS/documentation/blob/master/wordpress/bbPress.md https://github.com/EnlighterJS/documentation/blob/master/wordpress/FilterHooks.md#filterenlighter_frontend_editing https://github.com/EnlighterJS/documentation/blob/master/wordpress/FilterHooks.md#filterenlighter_editor_languages
Developer
-
Cryptex | E-Mail Address Protection
Active Installs: 1,000+
-
Enlighter - Customizable Syntax Highlighter
Active Installs: 20,000+
-
Tweakr - Utility Toolkit
Active Installs: 50+