Steve Bruner
Forum Replies Created
-
Happy to help.
Since you don’t need Gutenberg support you can install the Classic Editor plugin and Piklist will work normally: https://www.ads-software.com/plugins/classic-editor/
Piklist is still alive and well. We’re currently working on version 2.0 which will have Gutenberg block support.
To use the current version of Piklist with the latest version of WordPress, you need to use the Classic Editor plugin. https://www.ads-software.com/plugins/classic-editor/
Thank you so much for the great review. We’re working hard on Piklist 2.0, which will be compatible with the latest version of WordPress. Stay tuned!
- This reply was modified 4 years, 12 months ago by Steve Bruner.
We appreciate the thought!
@nicosbab– Thank you for the kind review!
Going to mark this resolved
I believe there is a patch proposed on Github. Can you check if that works:
https://github.com/piklist/piklist/issues/1241) Unfortunately, the beta programs took a backseat to Piklist itself. We still have every intention of releasing those features as a plugin(s). As WordPress and Piklist have changed over the years, the ideas for “Toolbox” and “Fields and Forms” have changed a bit as well.
2) Every feature in “Toolbox” and “Fields and Forms” is currently available in Piklist via code.
3) Low activity on the forums, means less bugs and issues. Piklist is alive and well. Kevin and I use it everyday on client projects.
4) We think so.
5) This is the same as #1 above. It took a backseat to Piklist itself. The built-in add-on’s are a great example of how to build plugins for Piklist. That whole folder is essentially a plugin.I hope I answered your questions!
Piklist is not currently compatible with Gutenberg. It should work if you have the Classic Editor plugin activated: https://www.ads-software.com/plugins/classic-editor/
This has been fixed in 2.0.4. Thank you for letting us know!
@lovethenight– you’re very welcome. Thank you for the kind review!
@coder618– thanks for the short, but awesome review! We really appreciate it.
Forum: Plugins
In reply to: [Better Search Replace] Tools menu is missingIt looks like it’s the capability needed to create the menu which is stopping the menu from being created. Add this to your theme’s
functions.php
file and update as needed:function my_bsr_capability($cap) { return 'manage_network_plugins'; // update this capability as neccesary } add_filter('bsr_capability', 'my_bsr_capability');
- This reply was modified 5 years, 11 months ago by Steve Bruner.
- This reply was modified 5 years, 11 months ago by Steve Bruner.
Forum: Plugins
In reply to: [Bing Custom Search for WordPress] Local Results vs. Other Bing Site RusultsSince I haven’t heard back from you in a while I’ll assume all is good. Marking this resolved.