Dmytro Shteflyuk
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] Issue with CodeColorer pluginHey guys, I am the authour of Code Colorer. It looks like HTML is being stipped out, and that could be caused by the colliding of different WordPress plugins. I am going to download “Simple Download Monitor” plugin and check for the missing filters. Will keep you posted.
Forum: Plugins
In reply to: [CodeColorer] 0.9.13: Didn’t fix line number column widthThank you for reporting!
Forum: Plugins
In reply to: [CodeColorer] 0.9.13: Didn’t fix line number column widthGood catch! Released version 0.9.14, sorry for the inconvenience.
Here is the change: https://github.com/kpumuk/codecolorer/commit/8a72afb15998baf6ad31c405601d2fc7aeded20a
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Displaying codeAlright, I have released CodeColorer 0.9.12 with support for TablePress. Could you try it?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Displaying codeThank you for reporting. I see couple issues with highlighting, which are XML specific (closing tag has a different color), line highlighting for solarized-dark (too bright yellow), and this issue with a table. Will check all of those.
Anything else I am missing?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Displaying codeAre you using a plugin to insert tables? Tablepress maybe? I have never tested it…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Displaying codeHi! I don’t see an example of a CodeColorer snippet in a table cell on that page. Did you remove it or am I missing something?
Forum: Plugins
In reply to: [CodeColorer] Crashes after WP update to 4.8.2For the reference, here are the plans of PHP team: https://php.net/supported-versions.php
Forum: Plugins
In reply to: [CodeColorer] Crashes after WP update to 4.8.2Things are moving fast in PHP world ?? 5.5 was deprecated in 2016: https://php.net/eol.php
I would personally endorse WordPress team recommendation and go with PHP 7: https://www.ads-software.com/about/requirements/
To run WordPress we recommend your host supports:
- PHP version 7 or greater
- MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
- HTTPS support
Forum: Plugins
In reply to: [CodeColorer] Crashes after WP update to 4.8.2Please check this thread: https://www.ads-software.com/support/topic/codecolorer-php-5-3-and-invalid-opcode/
TLDR: PHP 5.3 is deprecated and no longer supported. CodeColorer to 0.9.9 is the one to use: https://downloads.www.ads-software.com/plugin/codecolorer.0.9.9.zip
Forum: Plugins
In reply to: [CodeColorer] Crashes after WP update to 4.8.2Which version of PHP are you on?
Forum: Plugins
In reply to: [CodeColorer] codecolorer, php 5.3 and “Invalid opcode”There are no functional differences between 0.9.9 and 0.9.11 (except for couple additional color themes), the updates are mostly to handle the PHP version upgrades.
Forum: Plugins
In reply to: [CodeColorer] codecolorer, php 5.3 and “Invalid opcode”Hi,
PHP 5.3 ended its life in 2014: https://php.net/eol.php
The latest version of CodeColorer only supports 5.5+, if you want to continue using PHP 5.3, please downgrade CodeColorer to 0.9.9: https://downloads.www.ads-software.com/plugin/codecolorer.0.9.9.zipI would recommend upgrading though because 5.3 does not receive any security or performance updates, and your server might be exposed to various vulnerabilities.
Forum: Plugins
In reply to: [CodeColorer] Is this plugin dead?Could you check the trunk version and see if it fixes the noise? https://downloads.www.ads-software.com/plugin/codecolorer.zip
I have fixed a lot of code issues, but still testing it to make sure everything is still working ??
Forum: Plugins
In reply to: [CodeColorer] Is this plugin dead?Compatible with PHP7 since version 0.9.10