Imants
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Search Website SettingsAll good @ibiza69 🙂
I was just about to reply that its very likely that this is coming from another plugin as we haven’t introduced such admin-bar option.Forum: Plugins
In reply to: [Code Snippets] Search Website SettingsHi @ibiza69
Thank you for the update!
Could you please share a bigger screenshot so i can understand better what exactly has appeared?@devksec while waitng on us to implement such screen options setting, feel free to use the snippet below:
// Set default Snippets view to "active".
add_filter( 'code_snippets/list_table/default_view', function( $default ) {
return 'active'; // one of: 'all', 'active', 'inactive', ...
} );Forum: Plugins
In reply to: [Code Snippets] Add and edit snippets does not loadHi @johanlinder Are you still experiencing the reported issue, after updating to the latest version as of now
v3.9.4?Hi @coria, could you please confirm that the issue has been resolved with the latest release
v3.9.4?Forum: Plugins
In reply to: [Code Snippets] Cannot import in Code Snippets on Local WPHi @tobyfoote
could you please share with us what is your current WP Core version and the PHP runtime version?Forum: Plugins
In reply to: [Code Snippets] Update on multisiteForum: Plugins
In reply to: [Code Snippets] Code Snippets to work with WP 6.9Hi! @cleve0wp0org
The plugin does work with the latest WP Core release (version 6.9) however we are still testing some more complex scenarios to be fully certain about the compatibility.
This should be confirmed in the next release.
Thank you for your understanding and support.Forum: Plugins
In reply to: [Code Snippets] [Bug] Trashing a snippet in Network Admin activates itHi @wordoping
Thanks so much for reporting this and for the super clear steps to reproduce it, that really helps a lot!You’re absolutely right, this behavior is not what we’d expect. Trashing a snippet definitely shouldn’t cause it to run, especially in a network/multisite setup.
We’ve confirmed the bug and have created an issue for it here:https://github.com/codesnippetspro/code-snippets/issues/317
We’ll keep the thread updated as we work on a fix.
Thanks again for catching this!
Forum: Plugins
In reply to: [Code Snippets] “Active” ButtonHi @davantalus!
Thank you for reaching out!
You are absolutely right, we definitely have overlooked this styling issue.
Rest assured it will be fixed in the next release.Forum: Plugins
In reply to: [Code Snippets] Failed to initialize plugin: code_snippetsHi Guys! I just want to drop a quick update that we are still looking into this.
I did manage to fix this for myself, however is worth noting that im using all latest versions of WP core, Woocommerce, Sign-Up Sheets, WP Forms, Code Snippets v3.9.1 and the latest Chrome, Firefox and/or Safari browsers.
Also to clarify id like to add that this issue is not affecting any functionality in terms of snippets execution as this is just an incompatibility with our way to extend the options of the WP built-in classic editor (TinyMCE).

I would also like to thank you all one more time for reporting this issue promptly and please keep doing so.
Any additional information, that you can share here, about your setup, like additional plugin versions, browser brand and version, OS and any relevant debug/error/console logs is highly appreciated as it will help us to recreate your specific conditions and get to the bottom of this issue.
- This reply was modified 6 months, 3 weeks ago by Imants.
Forum: Plugins
In reply to: [Code Snippets] Failed to initialize plugin: code_snippets@pastorcg and @flyingokole thank you again for reporting this so quickly.
Thanks to you I was able to reproduce the issue and fix the incompatibility with the TinyMCE integration. A patch version has been released just now.
Please update at your earliest opportunity and let me know if the fix worked out.Forum: Plugins
In reply to: [Code Snippets] Failed to initialize plugin: code_snippets@pastorcg Thank you so much for reporting this and listing the plugins.
Im not sure yet what could be causing this but I will look into this and test myself too.
I’ll keep you posted over here, and release a patch as soon as i have one.
In the meantime, feel free to rollback to a previous version, if this is causing any trouble.
You can easily do that from the plugin settings > debug page.Forum: Plugins
In reply to: [Code Snippets] File-based execution mode for snippets@ayyazahmad Im really sorry to hear that!
Due to the nature of our plugin, unfortunately there might multiple reasons why the site has crashed.
As requested above, any debug or error log information will be very useful to better asses the situation and understand if its an issue with our implementation or perhaps something in the active snippets.
Additionally you can also try troubleshooting the site using the Safe Mode, with one of methods listed here: https://codesnippets.pro/doc/help-my-site-broke-how-can-i-fix-it/ or you can delete this file:Âwp-content/code-snippets/flat-files-enabled.flag, which will turn off the file-based execution mode.
To avoid sharing any logs publicly, feel free to join our Discord: https://discord.gg/pnXdSPDC or write us directly toteam[at]codesnippets.proForum: Plugins
In reply to: [Code Snippets] Pagination issue in Code Snippets REST API@hippoosupport we have just release a fix for the pagination issue in version
3.7.1-beta.3.
Also feel free to join our discord here: https://discord.gg/pnXdSPDC