Marco Chiesi
Forum Replies Created
-
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] TableHi @nikitanov
as stated in our FAQ, the plugin gives you the ability to use the WordPress visual editor (TinyMCE) in widgets as you do in posts and pages, but it doesn’t affect the editor behavior itself or its functionalities. If you are looking for additional editor features (like table creation/editing), take a look at plugins like WP Edit, TinyMCE Advanced or any other feature-specific plugin you may need.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] the plugin doesnt work.Hi @ognamnoom
thanks for your message but unfortunately, it’s not very informative.
Likely some 3rd party plugin is causing issues, as our plugin by itself is fully compatible with both WP 6.0 and PHP 7.4.
In order to be able to help you, please follow our troubleshooting guide (see FAQ) and provide us with additional information.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] PHP 8 Compatible?Hi @janlill
thanks for your report. It seems the same issue report in this previous thread and I was not able to reproduce it.The error message is claiming that the method
Black_Studio_TinyMCE_Compatibility_Plugins::siteorigin_panels_enable_pages()should not be called statically, but actually, it’s not called statically from inside the plugin.I suspect there could be some other piece of code that is calling that method statically.
Please could you specify which theme are you using and which other plugins are present? Also, if there’s any 3rd party additional custom code on the website.
Specifically there seems to be something that is callingBlack_Studio_TinyMCE_Compatibility_Plugins::siteorigin_panels_enable_pages().If you could look in your entire codebase for “Black_Studio_TinyMCE_Compatibility_Plugins” or “siteorigin_panels_enable_pages”, it could help to find the culprit.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Visual editor disappearedThank you @51nullacht for the additional info you provided.
I was able to reproduce the issue and just released an updated version of the plugin that prevents the conflict with Toolset Types WYSIWYG fields.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Visual editor disappearedHi @51nullacht
Unfortunately I am not able to reproduce the problem with the following setup:
- WordPress 6.0
- Toolset Types 3.4.16
- Page Builder by SiteOrigin 2.16.15
- Black Studio TinyMCE Widget 2.7.1
Are you using the same versions?
When using a WYSIWYG field (configured with Toolset Types) in conjunction with Black Studio TinyMCE Widget, I don’t encounter any issues. I tried Classic Editor, Page Builder, and also Gutenberg (Block Editor) as well. I suspect it could be a conflict with another plugin not mentioned.
Please could you provide step-by-step instructions to reproduce the issue?
Thank you.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] 403 ForbiddenHi @ch3loxx
please could you clarify what you mean by “save the page”?
This plugin is intended to create widgets and not for editing pages, so it seems that “saving a page” could be related to the features provided by the plugin.
Please could you have a look at our FAQ and provide additional information.
Generally speaking, the “403 Forbidden” error is related to some protection at the web-server level rather than at the WordPress level, so there should be some web-server component that blocks the access (i.e. a web application firewall like mod_security).Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Is plugin still being maintained (5-22)Hi @carolinbenjamin
the issue with recent versions of WordPress (5.9+) has been fixed in version 2.7.1, released today. Thanks for your feedback.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Plugin breaks image widget add mediaHi @lencw
the issue you reported has been fixed in version 2.7.1.
Thanks for your feedback.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Visual editor disappearedHi @wrip and @51nullacht
A new version of the plugin was just released. Please could you try the latest version?
If you’re still having issues, please could you specify if the (visual editor) widgets disappear from the backend or from the frontend (or both)?
Additionally please could you follow our troubleshooting guide (see FAQ) and provide additional information?Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] bug report in visual editor- add media.Hi @wakuwaku1860
the issue you reported has been fixed in version 2.7.1.
Thanks for your feedback.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Block Widgets: Media Library looks oddHi @podpirate
thank you very much for digging into this and providing a quick solution for the issue.
Thanks to your feedback about the missingmedia-viewsassets, I quickly figured out how to fix it directly in the plugin. I have released just now a new patched version (2.7.1) that solves the problem. After the update, you will no longer need your mu-plugin.
All the best,
MarcoForum: Plugins
In reply to: [Black Studio TinyMCE Widget] Is plugin still being maintained (5-22)Hi @carolinbenjamin
thank you for your message. The plugin is still maintained.
We are aware of an issue occurring in some circumstances with the recent versions of WordPress (5.9+) and we plan to fix it in the next release.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] PHP 8 Compatible?Hello @zerogravity
thanks for your question. The plugin is compatible with PHP v8.x. There are no known issues with it.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Can’t Save Widget ChangesHi @danpw
Thank you for your update. I am going to mark this topic as resolved but feel free to get in touch for further updates.Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Can’t Save Widget ChangesHello @danpw
thanks for your message. I wasn’t able to reproduce the issue you reported so I believe it’s caused by a conflict with another plugin (or theme). That’s also because the code in our plugin doesn’t use “hasOwnProperty” anywhere, so it’s unlikely that the error comes directly from our plugin.
Please could you follow the troubleshooting guide in our FAQ to locate the conflicting plugin and then get back to use? In particular, pay attention to the browser javascript console.
Thank you.