wickedplugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Wicked Folders] Hierarchy lostHi @wishlight,
Sorry to hear you’re having trouble but I’d be happy to help you get this fixed. Would it be possible for you to provide a screenshot of what you’re seeing?
Also, just in case, you may want to check if the folder pane was accidentally toggled off. If it was, you can toggle it back on by clicking the folder icon that appears near the bottom of the screen next to the navigation menu.
Forum: Plugins
In reply to: [Wicked Folders] Dynamic folders and create folder not working after updateGreat, thanks for the follow-up and glad to hear you were able to resolve it!
Forum: Plugins
In reply to: [Wicked Folders] Best way to disable toggling of folder pane?Thanks for the suggestion @gavin310. I’m going to mark this as resolved for now as there’s a workaround but have also noted it as a feature request and will get it added to the plugin.
Forum: Plugins
In reply to: [Wicked Folders] Dynamic folders and create folder not working after updateHi @mconheady,
Thanks for using the plugin and for reporting this issue.
The new version of the plugin uses a REST API and I’m wondering if perhaps there may be a security plugin blocking the requests. Do you have any security plugins (or a plugin that disabled the WordPress REST API) installed? If so, can you try temporarily deactivating them to see if the issue goes away to help narrow down the issue?
Forum: Plugins
In reply to: [Wicked Folders] Best way to disable toggling of folder pane?Hi @gavin310,
You can use the
wicked_folders_construct_screen_state
filter to modify the screen state so the folder pane is always visible:add_filter( 'wicked_folders_construct_screen_state', function( $state ){
$state->is_folder_pane_visible = true;
return $state
} );
You would still need to add your own CSS to hide the toggle button though as there currently isn’t a filter to disable the toggle (although we can certainly look into adding that).
I hope this helps!Forum: Plugins
In reply to: [Wicked Block Builder] Not working with 6.4.3?Hi Robin, I’ve pushed out a release that fixes this issue. If you still have any issues, please let me know.
Forum: Plugins
In reply to: [Wicked Block Builder] Not working with 6.4.3?Hey Robin,
Thank you very much for providing these additional details. I was able to reproduce the issue and will get this fixed today.
Forum: Plugins
In reply to: [Wicked Block Builder] Not working with 6.4.3?Thanks for the additional info Robin. If you’d like to tell me what steps I can take to try out one of the blocks, I’d be happy to try it on my end to see if I can reproduce the issue. I installed your plugin but wasn’t sure what to do next.
Forum: Plugins
In reply to: [Wicked Block Builder] Not working with 6.4.3?Hi @robin-w,
Sorry for the delay, I was out for a bit last week.
What do you mean by “when I add a block from my style pack”? Would it be possible for you to send me a JSON export of the block so I can look at it?
Forum: Plugins
In reply to: [Wicked Folders] Issue 3.0.0Glad you got it resolved @shirtguy72. Makes sense that it was getting blocked due to the “\” as it makes requests like
edit.php?post_type=page&wicked_page_folder_filter=43&paged=1&folder_type=Wicked_Folders\Term_Folder
.Thanks for your help also @specialk!
Forum: Plugins
In reply to: [Wicked Folders] Issue 3.0.0Thanks @shirtguy72. I tried both of those plugins and can’t seem to reproduce the issue so it doesn’t appear to be a conflict with one of those plugins.
Given that you’re not seeing the floating folder icon, I’m wondering if perhaps it’s a caching issue with some of the plugin’s scripts/CSS. You may want to try doing a hard refresh while on the admin/edit.php page to see if that changes anything.
Forum: Plugins
In reply to: [Wicked Folders] Issue 3.0.0Hi @shirtguy72,
Thanks for reporting this issue and sorry to hear you’re having this problem. The folders have been changed to buttons so it’s expected that a URL won’t appear in the lower left corner. That’s strange though that they’re not clickable.
Would it be possible for you to try some things?
- Open the WordPress admin in a new browser window using incognito/private browsing mode to see if that changes anything
- If not, would it be possible to temporarily deactivate all other plugins to see if the issue goes away?
Forum: Reviews
In reply to: [Wicked Folders] Very Useful! Finally able to organize things!Thank you so much for the review!
What do you mean by a page list customizer?
Forum: Plugins
In reply to: [Wicked Folders] Drag and drop dont work in Jetengie / CPTHi @fatjay,
I’m closing this out as I never heard back but, if you still have trouble, please let me know.
Forum: Plugins
In reply to: [Wicked Folders] Drag and drop dont work in Jetengie / CPTHi @fatjay,
It should work for custom post types that use the standard WordPress UI. Did you enable folders for the post type on the Settings > Wicked Folders page?