Hi, thank you for your update for PHP 7.4, it works fine.
I have two questions:
1) TinyMCE icon is missing now. If there any chance to fix it? very uncomfortable work without it.
2) My code using tabs indent and in the program it looks flat and alignment correct:
But on website it displayed crookedly
Any idea how to change it?
Thank you.
Crayon Syntax Highlighter for Classic editor OR Gutenberg
-
- Posts: 2
- Joined: Tue Apr 20, 2021 8:36 pm
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Crayon Syntax Highlighter for Classic editor OR Gutenberg
Not at moment, but i surely will take a look asap!
Sorry for delay on answer, missed!
Sorry for delay on answer, missed!
-
- Posts: 3
- Joined: Thu May 06, 2021 12:17 pm
Re: Crayon Syntax Highlighter for Classic editor OR Gutenberg
Hello, I'm on WordPress 5.7.1 and PHP v7.4.12.
I've installed the update from: https://www.axew3.com/w3/forums/downloa ... php?id=388 and have the following behavior:
- Visitors accessing my site, can see the correct content displayed by the add-in:
The problem is when adding or editing a new post:
- when adding a new post, the Syntax Highlighter icon is not present, so I don't know how to add the content using the add-in:
- when editing a post that already uses the add-in, the format is not displayed correctly:
Could you please fix this great plugin or give me a hint on what should I do?
Thanks.
I've installed the update from: https://www.axew3.com/w3/forums/downloa ... php?id=388 and have the following behavior:
- Visitors accessing my site, can see the correct content displayed by the add-in:
The problem is when adding or editing a new post:
- when adding a new post, the Syntax Highlighter icon is not present, so I don't know how to add the content using the add-in:
- when editing a post that already uses the add-in, the format is not displayed correctly:
Could you please fix this great plugin or give me a hint on what should I do?
Thanks.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Crayon Syntax Highlighter for Classic editor OR Gutenberg
Hello, into my test, using gutenberg i can use the code block to add code into and edit it as more like.
Using the old way instead, may it is:
create the post, or enter to edit it, than switch to code editor mode
and use like this:
Could be also:
Note that, into my test, i had to SAVE THE FILE, in code editor mode, or it may sometime fail on correctly parse the content (adding some unwanted closing tag).
Into my tests, if it is an old, post, the <> icon appear into the old editor that display.
I will take a look as i can to fix and review all the plugin.
Using the old way instead, may it is:
create the post, or enter to edit it, than switch to code editor mode
and use like this:
Code: Select all
<pre class="lang:default decode:true crayon-selected">... code ...</pre>
Code: Select all
<pre class="lang:php decode:true crayon-selected">... code ...</pre>
Into my tests, if it is an old, post, the <> icon appear into the old editor that display.
I will take a look as i can to fix and review all the plugin.
-
- Posts: 3
- Joined: Thu May 06, 2021 12:17 pm
Re: Crayon Syntax Highlighter for Classic editor OR Gutenberg
Thanks a lot.
The workaround is OK.
Any chance you could fix the icon for inserting code?
Thanks.
The workaround is OK.
Any chance you could fix the icon for inserting code?
Thanks.
-
- Posts: 2
- Joined: Tue Apr 20, 2021 8:36 pm