cojennin
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Edit quick links not working in 4.6What theme and plugins are you using along with Edit Flow on the site where you’re encountering this issue? It may be one of them is causing a conflict. You could try disabling each plugin one by one and then reverting to the default 2015 theme until you encounter the issue.
Forum: Plugins
In reply to: [Edit Flow] Edit quick links not working in 4.6Do the links work when Edit Flow is disabled?
Forum: Plugins
In reply to: [Edit Flow] Scheduled posts not publishingHm, tough one. You’re definitely not encountering this issue with Edit Flow disabled, correct?
Forum: Plugins
In reply to: [Edit Flow] Just downloaded and No permissionsDo you have a screenshot of the issue you’re encountering?
Forum: Plugins
In reply to: [Edit Flow] notification cause 500 error since WordPress 4.6WordPress did make a change between 4.5 and 4.6.
Quick fix: enable a plugin like WP Mail From II to set the FROM address of your email. That will fix it.
Would be nice to know what the value of $_SERVER[‘SERVER_NAME’] is in your environment. Seems like it would have to be http://www..minutenews.fr for you to encounter this problem?
Forum: Plugins
In reply to: [Edit Flow] NotepadYou can hook into the ef_dashboard_notepad_edit_cap filter to alter the required capabilities for accessing/writing to the notepad.
Forum: Plugins
In reply to: [Edit Flow] Contributor can not submit postsYea, sounds like it. You may need to modify the Barcelona theme so custom-status.js works properly.
Forum: Plugins
In reply to: [Edit Flow] Author can't see own draftsAh, nice catch! Thanks for the update with the plugin that’s causing the conflict!
Forum: Plugins
In reply to: [Edit Flow] Contributor can not submit postsGot it. Looks like a theme or another plugin might be causing an issue.
What plugins do you have activated? And what theme? Also, what version of WordPress?Forum: Plugins
In reply to: [Edit Flow] Author can't see own draftsDo you have steps to reproduce this issue? Would help with diagnosing the issue.
Something like:
1. Created 10 posts
2. Activated Edit Flow
3. Changed status name from “Draft” to “Awesome Draft”
4. …..Forum: Plugins
In reply to: [Edit Flow] Contributor can not submit postsHrm, do you have a screenshot?
When I create a post as a contributor, I see an “edit” link highlighted in red. When I click it I get a drop down that allows me to save the post as a different status.
Is this not what you’re seeing when you have Custom Statuses enabled?
Forum: Plugins
In reply to: [Edit Flow] Contributor can not submit postsThis was a feature with Edit Flow v0.7.2. Previously, contributors could only “Save as Draft” or “Submit for Review.” This feature enabled contributors to save a post as any custom status instead of just restricting them to “Draft” and “Pending”, allowing for more flexible workflows.
Not sure there’s an easy way to bring this back, but maybe take a look at custom-status.js?
Forum: Plugins
In reply to: [Edit Flow] wp_get_current_user deprecatedGood spot, should be fixed with the next release https://github.com/Automattic/Edit-Flow/pull/334.
Thanks!
Forum: Plugins
In reply to: [Edit Flow] Scheduled posts not publishingHrm. Sounds similar to the issues described here and here.
There was some work done on this bug for the next release.
If you have a development site you’re using to test plugins and themes, could you try installing the
masterbranch of https://github.com/Automattic/Edit-Flow to see if that fixes the issue?Forum: Plugins
In reply to: [Edit Flow] Normal "Post Status" not showing upAwesome, thanks for the thorough response!
When you installed and enabled the plugin again, did the posts appear when you pressed the “All” tab?
Sounds like you encountered what was described here. Does that sound similar to the issue you had?