wickedplugins
Forum Replies Created
-
Forum: Reviews
In reply to: [Wicked Block Builder] Awesome PluginThank you for the review @robin-w!
Hi @scratchmaster,
It appears that plugin uses its own custom page for displaying H5P custom post types rather than the standard WordPress interface so I’m afraid Wicked Folders won’t work with it.
It may be possible to do a custom integration and, if so, I will add this to the roadmap for the pro/paid version of Wicked Folders.
This issue has been resolved and was being caused by the following PHP fatal error:
Uncaught Error: array_filter(): Argument #1 ($array) must be of type array, null given; line 479 in wp-includes/class-wp-user-query.phpThis was the result of a corrupt user role (the role’s capabilities property was null instead of an array). Resolved by re-saving each role’s capabilities using the PublishPress Capabilities plugin.
Forum: Plugins
In reply to: [Wicked Block Conditions] Conditions on Custom HTML isn’t savedHi @ashf,
I’m still trying to figure this out. It appears that the conditions work for other blocks that I’ve tested on the Widgets screen (with the exception of legacy blocks) but for some reason the conditions are getting dropped with the HTML block.
As a work-around, would it work to create a shortcode for your custom HTML and use a Shortcode block to output it? I tested the conditions with a Shortcode block on the Widgets screen and it worked as expected.
Hi @bharatk,
I’m marking this issue as resolved but if you still need help, please let me know.
I believe WordPress core is compatible with PHP 8 but it’s possible you have plugins or themes installed that are not. The only thing you can really do is make sure everything is updated to the latest version.
If you’ve already done that, you may need to simply wait to make the switch to PHP 8 until all of your plugins and themes are compatible with that version.
Hi @mars29dr,
I’m sorry, I know it can be frustrating trying to troubleshoot issues like this.
I’m afraid I don’t have enough information to diagnose what’s causing this issue. Based on what you’re describing though, my guess is that something is running on your site that isn’t compatible with PHP 8 which is leading to issues.
Although Wicked Folders is compatible with PHP 8, a lot of other code out there isn’t compatible yet and that is most likely what is leading to this issue.
The only other thing I can think to suggest would be to check with your hosting company to see if they offer a way to test your site for compatibility with PHP 8. This will identify any plugins or themes that might have issues with PHP 8.
Thanks @mars29dr.
Can you try enabling debugging in WordPress and seeing if any errors are output?
I see in the site info that you emailed me that you still have a lot of plugins activated and a Divi child theme. If you deactivate all those plugins and change the theme to Twenty Twenty-Three, does Wicked Folders work then?
Hi @mars29dr,
Thanks for sending the additional screenshots. Unfortunately, I’m not able to determine what is causing the issue; however, I re-tested the plugin with PHP 8.2 to confirm there are no compatibility issues and didn’t find any. So I don’t think the PHP version is the issue.
Are you positive you tested the plugin with all other plugins deactivated? If so, you may also want to test it with a core theme such as Twenty Twenty-Three activated to rule out any conflicts that could be caused by the theme.
If you still have the issue after deactivating all other plugins and changing the theme to Twenty Twenty-Three, go to Tools > Site Health > Info, click “Copy site info to clipboard” and post the details here. I can review the info to see if there are any clues from your site’s configuration that might explain why you’re having issues.
Thanks for sending the screenshot. I’m not seeing any errors that would explain the issue. Can you send a screenshot showing the full screen with the missing folder pane so I can see what you’re describing?
You could try something like https://snipboard.io/. Alternatively, you can submit it via our contact page.
Forum: Reviews
In reply to: [Wicked Block Builder] Makes building custom blocks real easyThank you so much for the positive review @sccr410!
Hey @mars29dr,
Can you take a screenshot of the console tab of your browser’s development tools after reloading the page? That should display any JavaScript errors that are occurring which might provide some clues.
Forum: Plugins
In reply to: [Wicked Block Conditions] Conditions on Custom HTML isn’t savedHi @ashf,
I’m sorry, I looked into it more tonight and so far haven’t been able to figure out why the conditions aren’t working for widgets. I’ll keep working on it but I’m afraid I don’t have a solution yet.