wickedplugins
Forum Replies Created
-
Hey @crispix396,
Glad to hear it’s working now.
I’m going to mark this as resolved but if you still have trouble or need help, feel free to add additional messages to this thread or start a new one.
Hi @crispix396,
So the folder doesn’t appear at all after you hit ‘Save’? Does it give you an error message?
Glad you were able to track down the cause Barry. If I can help with anything else, let me know.
Hi Barry,
It sounds like access to the API endpoint that lists users is possibly being blocked. Do you have a security plugin installed on the live site that could be blocking the endpoint?
Hi @ensemblebd,
My guess is that this issue is being caused by a conflict with another plugin. Would it be possible for you to temporarily deactivate all other plugins and then re-activate them a few at a time until the issue returns to determine which plugin is causing the conflict?
Once you’ve identified which plugin is causing the issue, please let me know and I can investigate further to see if it’s something we can fix on our end.
Hi @aurepons,
Can you please try adding a filter for
wicked_folders_folder_term_query_argsto your theme’sfunctions.phpfile that unsets thelangparameter to see if that fixes things for you?For example, something like:
add_filter( 'wicked_folders_folder_term_query_args', function( $term_query ){ unset( $term_query[ 'lang' ] ); return $term_query; } );Great! I’m going to mark this issue as resolved in that case.
Hi @aurepons,
There should be a link near the bottom of the left-hand navigation labeled “Toggle folders” that you can use to toggle the folder pane on/off. If you click that, does the folder pane reappear?
Thanks so much for the nice review @tonirome. We’re really glad to hear that the plugin has helped you and really appreciate the positive review. Thanks again!
Hi Barry (@datastream),
The “attach” functionality is something that’s built into WordPress and unrelated to the plugin. I’m afraid I don’t know the answer your first question as I’m not too familiar with how the attach functionality works.
Regarding your second question, I’m not quite sure why it would behave that way and that’s not how it behaves for me (it keeps me sorted by the column I had previously sorted by and the columns are still sortable). There’s nothing I’m aware of in our plugin that would alter that behavior but you could always try temporarily deactivating the plugin to see if the issue goes away. Let me know if it does but, if not, I would try deactivating other plugins to see if you can get the behavior to change in order to narrow down which plugin might be causing the issue.
As for the last question, try turning off dynamic folders to see if that changes anything. The regular folders shouldn’t impact the performance but, depending on the circumstances, the dynamic folders could be slowing things down. If that doesn’t make a difference, I’d try the same steps outlined above to narrow down which plugin might be causing the slowdown.
I hope this helps. Let me know what you find out.
Hi Barry,
Yes, you can assign the folder to the user by editing the folder and selecting the user from the “Owner” dropdown.
If you have a lot of folders that need to be assigned and are comfortable with SQL, you could write a query to insert a record into the
wp_termmetatable for each folder term that doesn’t have awf_owner_idmeta key.I hope this helps!
Great, glad to hear it was something simple.
Hi @ivan316,
Sorry to hear you’re having trouble. Were the folders working in the past? Or is this the first time trying to use the plugin?
Here are a few things you could try:
- It might be due to a plugin conflict. You can find out by temporarily deactivating all other plugins. If the problem goes away, reactivate the plugins one-at-a-time until the problem reappears.
- There could be a PHP error that is causing a problem. You could try turning on debugging by adding the following statement to your wp-config.php file:
define('WP_DEBUG', true);. Then reload the page and see if there are any errors at the bottom of the screen.
Let me know what you’re able to find out.
Thank you for the review @artisanweb!
Forum: Plugins
In reply to: [Wicked Block Conditions] Follow up to “Hiding “Display conditions” by role…”I hope this answered your questions. I’m marking this as resolved but if you still have questions, please feel free to post additional comments or start a new thread. Thanks!