urvanov
Forum Replies Created
-
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Copy code button not workingOh. Your website in link uses HTTPS. I think copy button should work for it. But I don’t see any button on the toolbars in code blocks. I cannot test.
- This reply was modified 1 month ago by urvanov.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Copy code button not working@elmitash Copy button uses JavaScript Clipboard API. It can work only on websites with HTTPS. I have some thoughts about alternative option for HTTP or localhost. But for now only HTTPS.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] v2.9.0 fails in WP v6.9@iceflatline My site urvanov.ru is using WP 6.9 too. Can you provide any additional information? Some errors in logs or smth. like that would be helpful.
It can be some problem with PHP version too.
- This reply was modified 4 months ago by urvanov.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Copy code button not workingLooks like navigator.clipboard is undefined.
I checked it in MDN https://developer.mozilla.org/en-US/docs/Web/API/Clipboard now.
Clipboard is available only in HTTPS. I think you host your site on localhost with HTTP or somewhere else with HTTP. So, copy button will not work this way.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Copy code button not workingHi, @aakashmittalwp578 . Thank you for writing.
Please attach the text with error message from the console.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Translations loaded too early error@islp, fixed in 2.8.40
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Translations loaded too early errorСпасибо, что сообщили. Я попробую посмотреть, в чём там может быть дело.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Passing null to string warningFixed in 2.8.37. I hope.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] comment_ID ErrorFixed in 2.8.37. I hope.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Script not minifiedFixed in 2.8.35. It should be minified now
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] comment_ID ErrorThank you for reporting. I will try to investigate this problem.
I thought I fixed it last time.
Forum: Reviews
In reply to: [Urvanov Syntax Highlighter] useless for classic editor usersIt should work as expected for classic editor.
The same as Crayon worked for them
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Wrap not working on mobileLooks like
white-space: pre-wrap;does not work for mobiles devices now.
It is not so easy to fix. Maybe I will find out how to do it later.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Wrap not working on mobileLooks like it does not work for me too. Thank you I will try to investigate that.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] Script not minifiedYes, you are right. I will try to fix it.