Vicky Agravat
Forum Replies Created
-
Forum: Plugins
In reply to: [CodeMirror Blocks] Adding ADDITIONAL CSS CLASS(ES) breaks the codeNow, you have no need to add
norun
class. Because, code block can not execute any more.
And to verify code block, we have to check exact class of the code block, if you add some extra class, code block may miss behave…
But, if you can do changes on code yourself, just go to
https://plugins.trac.www.ads-software.com/browser/wp-codemirror-block/tags/2.0.2/includes/class-codemirror-blocks.php?marks=345#L333
and replace it with your extra class name or you can do regexp also…
Update code in your plugin directory.
Thank you.Forum: Plugins
In reply to: [CodeMirror Blocks] Everything is duplicatedOk, Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Everything is duplicatedHello All,
I Have just updated the plugin to 2.0.2
The dual render issue on WP 6.5 is fixed in the release…
Please, check if it is work on your side…Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Everything is duplicatedOk, i will check the issue.
and give reply soon…Forum: Plugins
In reply to: [CodeMirror Blocks] Display working in preview but not in latest postHello @antrivas
Actually scripts and css is not loading on your page. So please check what you have done…
Or just delete the plugin and reinstall it…
Forum: Plugins
In reply to: [CodeMirror Blocks] Executing JavaScript allowing users to enter parametersForum: Plugins
In reply to: [CodeMirror Blocks] Does this load only on pages it is needed?Hi, great plugin, exactly what I need. Just wondering if it loads on all pages or only ones where it needs it?
Thank you for your appreciation…
Yes, the library (code formatting lib) is only loaded if post have codemirror block. otherwise not .Also I was wondering if there is a way to remove it from the side menu in the dashboard. If I want to change the settings I’ll just go Plugins > Settings. I hate having a cluttered dashboard menu.
No, you can’t. Because Setting page is for global options… If you have to override and language option, or other setting, you can change it from dashboard menu…
So, it can’t be removed…Forum: Plugins
In reply to: [CodeMirror Blocks] Suddenly it does not workHello @electroagenda,
1. Please update the plugin.
2. Try to re-create your code block using block editor…Thank you
Forum: Plugins
In reply to: [CodeMirror Blocks] Execute option missing on CSSHello @yoavshai
Yes, it is not work as expected. Because it is beta or experimental feature.
Also, css can not execute without html.But, i can see in your shared link, that you have found the solutions.
That you can try to select language as HTML and put your css code in <head> or <body>. and it works.Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Dont workHello @colormaginfo
Can you share more details?
Forum: Plugins
In reply to: [CodeMirror Blocks] Syntax style problemHello @dhabyani
The shorturl link you have shared is not work for me…
Forum: Plugins
In reply to: [CodeMirror Blocks] Vertical Scrollbar with Fixed WidthHello @dancj5
Ok, we will try to add the fixed height block feature in next plugin update…
Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] Deprecated block_categories errorHello @promostudio
Yes, that issue was already accepted.
It will updated in next feature update.
But, if you don’t want to see the warning, just disable WP_DEBUG in wp-config.php file.define( 'WP_DEBUG', false );
Thank you.
Forum: Plugins
In reply to: [CodeMirror Blocks] code template is not show in the postsHello @muki
I have checked, the page you have shared.
I think it may be problem in your js minification.
So, please try to disable, your minification/caching plugin.
Thank you.
Hello @jayavinoth
Thank you very much for such detailed explanations of error.
We have already accepted this bug, and we promise to resolve it on next feature plugin update.
Thank you.