Vicky Agravat
Forum Replies Created
-
Forum: Plugins
In reply to: [CodeMirror Blocks] How to reduce width and give 30px paddingYou can add following css for that…
.code-block {
? ? max-width: 40em;
}.CodeMirror-sizer {
? ? padding: 30px;
}Forum: Plugins
In reply to: [CodeMirror Blocks] Show code in backend execut it in frontendThe feature you are talking about, was already in the plugin (in beta) version 1.2.4
But due to Cross-Site Scripting issue. See it on [GitHub Advisory](https://github.com/advisories/GHSA-f949-cfvp-v3rg) or [Wordfence report](https://www.wordfence.com/threat-intel/vulnerabilities/id/52569aac-1e9e-40fb-9ff4-5eeb7940375d?source=cve)
We need to remove that feature…But, if you really need that feature use older version
It is not advisable to use older version of plugin…
Version 1.2.4 has Execute functionality
You can download it from here: https://downloads.www.ads-software.com/plugin/wp-codemirror-block.1.2.4.zip
Remove new version of plugin and upload (downloaded 1.2.4 version) using admin panel…
and make auto update disable… otherwise it will updated to latest version automatically…Forum: Plugins
In reply to: [CodeMirror Blocks] Execute button not showingHello @darrencoff
It is not advisable to use older version plugin…
But, if you really need older version
Use 1.2.4 version it has Execute functionality
You can download it here: https://downloads.www.ads-software.com/plugin/wp-codemirror-block.1.2.4.zip
Remove new version on plugin and upload (downloaded 1.2.4 version) using admin panel…
and make auto update disable… otherwise it is updated automatically to latest version…Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Execute button not showingHello @darrencoff
Sorry it is not available for now…
To Execute the code, use older version of the plugin…Forum: Plugins
In reply to: [CodeMirror Blocks] Execute button not showingYes, Execute Button is removed due to Cross-Site Scripting issue.
You can see in change log 2.0.0 here?https://www.ads-software.com/plugins/wp-codemirror-block/#developersSo, The button is available any more…
Forum: Plugins
In reply to: [CodeMirror Blocks] Execute button not showingYes, Execute Button is removed due to Cross-Site Scripting issue.
You can see in change log 2.0.0 here https://www.ads-software.com/plugins/wp-codemirror-block/#developers2.0.0
- Fix: Cross-Site Scripting issue. See it on?GitHub Advisory?or?Wordfence
- Removed: Due to Cross-Site Scripting issue, Code Execution functionality (beta functionality) removed.
- Removed: Now, Dependency of jQuery is not needed any more. It is written in pure JavaScript.
- Feature: Suggested?Vertical Scrollbar with Fixed Width
- Fix:?Cannot show the last 1~2 lines in full screen view
- Fix:?Font side design not working when multiple use
- Fix:?Editing name does not stick…
So, The button is available any more…Forum: Reviews
In reply to: [CodeMirror Blocks] Fantastic PluginThank you @linuxbeast
For such good review.Forum: Plugins
In reply to: [CodeMirror Blocks] Init JS when content loaded via ajaxHello @mangwp
I is hard to give your answer here. Because Plugin is not designed to work with ajax…
But, You can message me on Skype live:vicky.agravat I will help you…Forum: Plugins
In reply to: [CodeMirror Blocks] What language use to display htaccess snippetsYou can try nginx
Forum: Plugins
In reply to: [CodeMirror Blocks] Does it use shortcode?Hello @mehrdadm
The plugin is not use any shortcode. The code block rendering using default wordpress block render method.
So, you can use latest blocks api in your new theme…
All the best.Forum: Plugins
In reply to: [CodeMirror Blocks] No Copy button is shownJust check the google drive video url
https://drive.google.com/file/d/1EZodhQsdjAU5bkTjF_GbmfEZYkV6jy6Z/view?usp=sharing
Edit option In your post editor page.
Forum: Plugins
In reply to: [CodeMirror Blocks] No Copy button is shownPlease enable Show Panel for that.
Forum: Plugins
In reply to: [CodeMirror Blocks] No Copy button is shownCan you share your site link?
Forum: Plugins
In reply to: [CodeMirror Blocks] Adding ADDITIONAL CSS CLASS(ES) breaks the code????
Forum: Plugins
In reply to: [CodeMirror Blocks] Adding ADDITIONAL CSS CLASS(ES) breaks the codeI have update 2.0.3 version. Just update the plugin.
It will fix your problem…