wickedplugins
Forum Replies Created
-
Thank you so much for the positive review @maryblackrose! We’re so glad to hear that you like it and find it useful. Thanks again!
Hey @adenmantmea,
Thanks for sharing the code snippet that you used.
I like your idea of building it in and we’ll look into that (perhaps adding it as an option).
Hi @adenmantmea,
Generally, those files shouldn’t be needed for guest visitors. You can stop them from loading by using the wp_dequeue_script and wp_dequeue_style functions.
Here are the handles for the files:
/wp-content/plugins/wicked-folders/css/admin.css: wicked-folders-admin
/wp-content/plugins/wicked-folders/js/admin.js: wicked-folders-admin
/wp-content/plugins/wicked-folders/js/app.js: wicked-folders-appDequeuing the ‘wicked-folders-app’ script should also remove the associated inline code block.
I hope this helps. If you have questions, please let me know.
Hi @radgh,
I’m going to go ahead and mark this as resolved but if you still need help with anything, please let us know.
Hi @twd,
I’m going to mark this as resolved but if you need help with anything else, just let us know.
Hi @twd,
Yes, it can be network-activated so it works across all sub-sites. Please note that the folders are specific to each site though (meaning the folder hierarchy isn’t shared across sites).
Hi @radgh,
I apologize for not responding to this sooner; for some reason I didn’t receive an email notification and didn’t notice it until today when I logged in to address another post in the support thread.
To answer your questions, yes, you can use the
wicked_folders_enable_object_folder_panefilter to prevent the folder pane from appearing.I’m afraid there isn’t currently a filter to override the default folder pane visibility so that it has to be toggled on. Although if you really wanted, you could load the screen state using the
Wicked_Folders_Screen_Stateclass, set theis_folder_pane_visibleproperty to false, and then save the state.As for the folders taking over on mobile, that’s strange; the folders should actually stack below the rest of the content on the page. Do you have a screenshot you could share?
Hi @martenti,
It looks like the reason this is happening is because the ‘Toggle Folders’ menu item is only added to the navigation menu on screens where it is used. Since it’s not loaded on the Admin Menu Editor settings page, Admin Menu Editor isn’t aware of it.
We’ve made some adjustments so that the menu item will appear on the Admin Menu Editor settings page which will allow you to control where it appears.
Once you update to 2.17.2 you should see the change.
If you still have trouble, let us know.
Hi @alcohol123,
Sorry to hear you’re having trouble. Can you clarify a bit what you mean? Do you mean than when you go to the “Pages” screen in WordPress, you no longer see the folder tree on the left-hand side?
Or did you mean that you are no longer seeing a menu item named “Folders” in the navigation menu on the left-hand side?
Hi @alexs125,
Thanks for pointing this out. We found the issue and have released an update that fixes it (2.17.1).
Forum: Plugins
In reply to: [Duplicate Page] Duplicating pages = fully brokenHi all,
This is Vinny from @wickedplugins. Just wanted to chime in and add that I asked @web383 to try deactivating our plugin (i.e. Wicked Folders) to see if the issue persists and it did. So I don’t believe the issue is related to Wicked Folders but happy to help out if you find otherwise.
Awesome! Glad to hear you like it @dsurrusco! Thanks for the positive review.
Hi @dviolante,
I’m going to go ahead and mark this as resolved but if you still need help, feel free to let me know.
Hey @sunnyt13,
Just wanted to let you know that we’ve added this feature to the plugin and you can now organize the folders into a custom order. To order the folders, click the Settings button in the toolbar at the top of the folder pane and change the ‘Organization Mode’ to ‘Sort’ and then drag and drop to put them in the order you want.
If you’ve already reordered the folders using the Category Order and Taxonomy Terms Order plugin, the folders will continue to display in that order.
I’m going to go ahead and mark this as resolved but if you need help with anything else, just let me know.
Hi @besky,
The settings are stored in the wp_options table and are prefixed with
wicked_folders_.BTW, I did find a bug the other day related to this. If the settings haven’t been previously saved (such as with a fresh install) and a setting is turned off, the setting won’t get saved. However, this bug wouldn’t impact the post type selection setting and it would only occur if the setting had never been saved while turned on.
It sounds like your issue may be something different though. The issue I’m describing here will be fixed in the update that we’re pushing out this week.