Jeffrey Carandang
Forum Replies Created
-
Thank you so much @tecdoc for taking time to provide this excellent review. I’m really glad that you find EditorsKit very useful. I really appreciate it!
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Filter for custom classes@hughc Have you tried using this one as well? https://gist.github.com/phpbits/499a251e5a07e120ef784d8c9e993430 Thanks!
@thomask Thank you very much for choosing EditorsKit. The fixes for the old Gutenberg links issue will be available on the next update and available on this Github PR. Thanks again!
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Unable to use Code Editor@kubiq Thanks a lot for reporting this issue would you mind letting me know if you have the Gutenberg plugin installed? Also, can you click the 3 dots on the top right side(Gutenberg settings) and click “EditorsKit Settings” then uncheck the Code Editor Syntax Highlight. Let me know if this solves the issue. Otherwise, please send screenshot and will try to replicate the issue on my end.
Another solution is to install the Gutenberg plugin : https://ww.wp.xz.cn/plugins/gutenberg
Let me know how it goes. Thanks!
@thomask Yeah, it’s nothing critical and it’s from Gutenberg. The core team is aware of this issue when registering formats and they are working for the fixes : https://github.com/WordPress/gutenberg/issues/17039 . Thanks!
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] hide title conflict@thomask Thanks a lot for reporting this issue and providing a solution. I’ll take a look on what I can do on the EditorsKit code side if I can provide compatibility with breadcrumbs plugin. For the meantime, you can use the code you’ve provided to have a simple fix. Thanks again!
Thank you very much @askmintwp for taking time to leave such wonderful review. I’m really glad that you find EditorsKit really useful and that you love the plugin features. I really appreciate the recommendation and these kind words. Thanks again!
Thank you so much @alfredg for taking time to leave a nice review. I’m really glad that you find EditorsKit useful and yes I’m doing the best I can to provide integration other Gutenberg plugin. This will ensure that plugin users won’t have any error or conflicts regardless of what other plugins they are using.
Thank you so much for taking time to leave a nice review @jimmy19742! I’m really happy to hear that you find EditorsKit really useful and that you value the effort I’m doing on plugin support. I really appreciate it. Thanks again!
Forum: Reviews
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Essential for any WP DeveloperWow! Thanks a lot @onetrev! I’m really glad to hear that you are loving EditorsKit and find it very essential. I really appreciate it!
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Filter for custom classes@mmcginnis Here’s the filter and how you can use it : https://gist.github.com/phpbits/499a251e5a07e120ef784d8c9e993430 . Let me know how it goes. Thanks!
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Conflict with ACF Media Upload@smdami What ACF PRO version are you using? Tried on 5.8.0 and seems like the ACF PRO plugin itself is the one having the conflict with Gutenberg. With the plugin activated the Custom Fields are not showing. Have you by any chance reported this issue to them as well? Thanks!
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Conflict with ACF Media Upload@smdami Thanks for reporting this issue. Would you mind exporting the ACF field groups that you are using and add the download link here? I’ll try to replicate the issue on my end. Thanks!
@photoworkout @nick6352683 Thanks! The issue with
subscribeseems to be fixed on Gutenberg plugin which will be available on core this November update. It’ll fix the issue. Here’s the two available options for now :1. Disable Estimated Reading Time
2. Install Gutenberg PluginThanks again!
@tnightingale Thanks for info, I will still try to replicate the issue to see what’s causing it. Regarding the markup, CSS is the best option to hide elements on mobile devices. If you are using PHP and your website is using cache then the markups won’t be reliable when hidden. Also, most of the modern browsers do not load hidden images of page load so your page will be intact and users can browse on them perfectly. I hope this could help too. Thanks!